FreeBSD Bugzilla – Attachment 245627 Details for
Bug 274478
devel/socket_wrapper: Update to 1.4.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for socket_wrapper
socket_wrapper142v2.patch (text/plain), 3.59 KB, created by
Daniel Engberg
on 2023-10-15 08:40:51 UTC
(
hide
)
Description:
Patch for socket_wrapper
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2023-10-15 08:40:51 UTC
Size:
3.59 KB
patch
obsolete
>diff --git a/devel/socket_wrapper/Makefile b/devel/socket_wrapper/Makefile >index 239f9798d252..c9e3ea920cb0 100644 >--- a/devel/socket_wrapper/Makefile >+++ b/devel/socket_wrapper/Makefile >@@ -1,45 +1,26 @@ >-PORTNAME= socket_wrapper >-PORTVERSION= 1.1.9 >-CATEGORIES= devel >-MASTER_SITES= SAMBA/cwrap >+PORTNAME= socket_wrapper >+DISTVERSION= 1.4.2 >+CATEGORIES= devel >+MASTER_SITES= SAMBA/cwrap > >-MAINTAINER= timur@FreeBSD.org >-COMMENT= Library passing all socket communications through unix sockets >+MAINTAINER= timur@FreeBSD.org >+COMMENT= Library passing all socket communications through unix sockets > WWW= https://cwrap.org/socket_wrapper.html > >-LICENSE= GPLv3 >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= cmake >-USE_LDCONFIG= yes >+USES= cmake pathfix >+USE_LDCONFIG= yes > >-CFLAGS_aarch64= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast >-CFLAGS_mips= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast >-CFLAGS_mips64= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast >-CFLAGS_powerpc= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast >-CFLAGS_powerpc64= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast >-CFLAGS_powerpc64le= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast >-CFLAGS_powerpcspe= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast >-CFLAGS_riscv64= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast >-CFLAGS_sparc64= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast > CMAKE_ARGS= -DMAN_INSTALL_DIR:PATH="${PREFIX}/man" > >-OPTIONS_DEFINE= TEST >-OPTIONS_DEFAULT= TEST >+OPTIONS_DEFINE= TEST > >-TEST_TEST_TARGET= test > TEST_CMAKE_BOOL= UNIT_TESTING >-TEST_BUILD_DEPENDS= cmocka>=1.1.1:sysutils/cmocka >- >-PLIST_FILES= libdata/pkgconfig/socket_wrapper.pc \ >- lib/cmake/socket_wrapper/socket_wrapper-config-version.cmake \ >- lib/cmake/socket_wrapper/socket_wrapper-config.cmake \ >- lib/libsocket_wrapper.so.0.1.9 \ >- lib/libsocket_wrapper.so.0 \ >- lib/libsocket_wrapper.so \ >- man/man1/socket_wrapper.1.gz >- >-post-configure: >- ${REINPLACE_CMD} -Ee '/HAVE_FALLTHROUGH_ATTRIBUTE/d' \ >- ${CONFIGURE_WRKSRC}/config.h >+TEST_BUILD_DEPENDS= cmocka>=1.1.6:sysutils/cmocka >+TEST_USES= localbase:ldflags pkgconfig >+TEST_CMAKE_BOOL= UNIT_TESTING >+TEST_TEST_TARGET= test > > .include <bsd.port.mk> >diff --git a/devel/socket_wrapper/distinfo b/devel/socket_wrapper/distinfo >index 04e8150df1c7..54f1c2ff1d72 100644 >--- a/devel/socket_wrapper/distinfo >+++ b/devel/socket_wrapper/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1530567034 >-SHA256 (socket_wrapper-1.1.9.tar.gz) = 2c1d790f578c36b521c0e113fcbcf41d633336b3c60d6c6a1378f920495eebb4 >-SIZE (socket_wrapper-1.1.9.tar.gz) = 772252 >+TIMESTAMP = 1697355771 >+SHA256 (socket_wrapper-1.4.2.tar.gz) = 0a08ec249dd9ffbb3b16d577b352d573561f57beeec3596182ac6ec8e46b9ab6 >+SIZE (socket_wrapper-1.4.2.tar.gz) = 90641 >diff --git a/devel/socket_wrapper/pkg-plist b/devel/socket_wrapper/pkg-plist >new file mode 100644 >index 000000000000..cf2b202525f5 >--- /dev/null >+++ b/devel/socket_wrapper/pkg-plist >@@ -0,0 +1,14 @@ >+include/socket_wrapper.h >+lib/cmake/socket_wrapper/socket_wrapper-config-version.cmake >+lib/cmake/socket_wrapper/socket_wrapper-config.cmake >+lib/cmake/socket_wrapper/socket_wrapper_noop-config-%%CMAKE_BUILD_TYPE%%.cmake >+lib/cmake/socket_wrapper/socket_wrapper_noop-config.cmake >+lib/libsocket_wrapper.so >+lib/libsocket_wrapper.so.0 >+lib/libsocket_wrapper.so.0.4.1 >+lib/libsocket_wrapper_noop.so >+lib/libsocket_wrapper_noop.so.0 >+lib/libsocket_wrapper_noop.so.0.0.1 >+libdata/pkgconfig/socket_wrapper.pc >+libdata/pkgconfig/socket_wrapper_noop.pc >+share/man/man1/socket_wrapper.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 274478
: 245627