diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/socat/Makefile | 12 | ||||
-rw-r--r-- | net/socat/distinfo | 13 | ||||
-rw-r--r-- | net/socat/patches/patch-aa | 15 | ||||
-rw-r--r-- | net/socat/patches/patch-configure | 8 | ||||
-rw-r--r-- | net/socat/patches/patch-mytypes.h | 6 |
5 files changed, 16 insertions, 38 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index e14dc7cd198..4ad242763ec 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2014/02/12 23:18:26 tron Exp $ +# $NetBSD: Makefile,v 1.32 2014/09/07 23:24:56 rodent Exp $ -DISTNAME= socat-1.7.2.2 -PKGREVISION= 1 +DISTNAME= socat-1.7.2.4 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ @@ -16,7 +15,6 @@ ONLY_FOR_COMPILER= gcc # uses -Werror in the configure script .include "../../mk/bsd.prefs.mk" CONFIGURE_ARGS+= --disable-libwrap -CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) && ${OPSYS} == "NetBSD" # XXX Kludge -- the right fix is to make socat not depend on these constants. @@ -32,12 +30,6 @@ SUBST_STAGE.paths= post-patch SUBST_FILES.paths= doc/socat.1 SUBST_SED.paths= -e 's,/usr/,${PREFIX}/,g' -SUBST_CLASSES+= makefile -SUBST_MESSAGE.makefile= Fixing Makefile CCOPTS. -SUBST_STAGE.makefile= post-patch -SUBST_FILES.makefile= Makefile.in -SUBST_SED.makefile= -e '/CCOPTS/ s/-Wall -Wno-parentheses//' - .include "options.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/net/socat/distinfo b/net/socat/distinfo index 1169d0bf1d7..cc567433202 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.19 2013/10/21 09:54:11 fhajny Exp $ +$NetBSD: distinfo,v 1.20 2014/09/07 23:24:56 rodent Exp $ -SHA1 (socat-1.7.2.2.tar.gz) = 588294c17373d52a8ac877dcd599ef26f14b110b -RMD160 (socat-1.7.2.2.tar.gz) = 465923e2163530a99b40647865aee9ade62b0ebc -Size (socat-1.7.2.2.tar.gz) = 564923 bytes -SHA1 (patch-aa) = c10b68a5ca36ec27c6e77a01f6f89a832a4862eb -SHA1 (patch-configure) = 5888fd4690bfc5acdd3319445a9b4e2192bd1276 -SHA1 (patch-mytypes.h) = 57769b4295812d15cee7e3d4200c5c0c365f7efd +SHA1 (socat-1.7.2.4.tar.gz) = c33904b83295accef2aaff8adf7eedd3310f9777 +RMD160 (socat-1.7.2.4.tar.gz) = 034e7e1197339aa01d657d580fbc60d16ebf13dc +Size (socat-1.7.2.4.tar.gz) = 583762 bytes +SHA1 (patch-configure) = 2fb11fb9f5ab7ff911597fa9460226a913151bb1 +SHA1 (patch-mytypes.h) = d93e629e4aedae62ed6de2c30bf459c8af853a84 diff --git a/net/socat/patches/patch-aa b/net/socat/patches/patch-aa deleted file mode 100644 index b52d7a4eb58..00000000000 --- a/net/socat/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2009/03/11 08:40:32 apb Exp $ - ---- compat.h.orig 2008-10-05 22:23:07.000000000 +0200 -+++ compat.h -@@ -232,6 +232,10 @@ - #define F_time "%ld" - # elif HAVE_BASIC_TIME_T==6 - #define F_time "%lu" -+# elif HAVE_BASIC_TIME_T==7 -+#define F_time "%lld" -+# elif HAVE_BASIC_TIME_T==8 -+#define F_time "%llu" - # else - #error "HAVE_BASIC_TIME_T is out of range:" HAVE_BASIC_TIME_T - # endif diff --git a/net/socat/patches/patch-configure b/net/socat/patches/patch-configure index eae485a9981..e2b20b2122e 100644 --- a/net/socat/patches/patch-configure +++ b/net/socat/patches/patch-configure @@ -1,10 +1,10 @@ -$NetBSD: patch-configure,v 1.1 2013/09/13 09:41:32 jperkin Exp $ +$NetBSD: patch-configure,v 1.2 2014/09/07 23:24:56 rodent Exp $ Include net/if.h for netinet/if_ether.h ---- configure.orig 2013-09-13 09:27:50.539358670 +0000 +--- configure.orig 2014-03-09 19:57:51.000000000 +0000 +++ configure -@@ -4625,7 +4625,11 @@ fi +@@ -4671,7 +4671,11 @@ fi fi if test "$WITH_INTERFACE"; then @@ -14,6 +14,6 @@ Include net/if.h for netinet/if_ether.h + #include <net/if.h> + #endif +" - if test "x$ac_cv_header_netinet_if_ether_h" = x""yes; then : + if test "x$ac_cv_header_netinet_if_ether_h" = xyes; then : $as_echo "#define HAVE_NETINET_IF_ETHER_H 1" >>confdefs.h diff --git a/net/socat/patches/patch-mytypes.h b/net/socat/patches/patch-mytypes.h index 8e239af3d46..1029023f527 100644 --- a/net/socat/patches/patch-mytypes.h +++ b/net/socat/patches/patch-mytypes.h @@ -1,6 +1,8 @@ -$NetBSD: patch-mytypes.h,v 1.1 2011/12/06 19:51:47 joerg Exp $ +$NetBSD: patch-mytypes.h,v 1.2 2014/09/07 23:24:56 rodent Exp $ ---- mytypes.h.orig 2011-12-06 16:32:43.000000000 +0000 +Use stdbool. + +--- mytypes.h.orig 2010-10-06 07:25:30.000000000 +0000 +++ mytypes.h @@ -7,7 +7,7 @@ |