summaryrefslogtreecommitdiff
path: root/net/socat/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2008-10-25 18:21:18 +0000
committeradrianp <adrianp>2008-10-25 18:21:18 +0000
commit9992a01ed018c6f6d403cea666a7d78950ccf887 (patch)
tree29255255cf4e986b1dce0a613f6e3ca739d28d42 /net/socat/Makefile
parent5b950e17378b2d50c5ca930a7877b3e3ca4a7155 (diff)
downloadpkgsrc-9992a01ed018c6f6d403cea666a7d78950ccf887.tar.gz
Update to 1.7.0.0
2008/10/15: socat version 1.7.0.0 brings support for SCTP stream, raw interface, and generic sockets. New option escape allows to interrupt raw terminal connections. Listening and receiving sockets can set a couple of environment variables. Added base control of System V STREAMS. Lots of corrections were performed. socat compiles on Mac OS X again. Patch from Leonardo Taccari
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r--net/socat/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index 384b7fedf1e..d9c37ec90b6 100644
--- a/net/socat/Makefile
+++ b/net/socat/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:31 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2008/10/25 18:21:18 adrianp Exp $
-DISTNAME= socat-1.6.0.0
-PKGREVISION= 2
+DISTNAME= socat-1.7.0.0
CATEGORIES= net
MASTER_SITES= http://www.dest-unreach.org/socat/download/
@@ -24,6 +23,12 @@ 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"