aboutsummaryrefslogtreecommitdiff
path: root/net/socat/Makefile
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-07-19 23:33:07 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-07-19 23:33:07 +0000
commitfbe675af18b9d27e7c0662c1a735253529d0cb69 (patch)
tree395b998ba7d1bbde6d95e3fbfbca7856ce29a496 /net/socat/Makefile
parentae5859d055c686a166deb3157fd7842071a00d0e (diff)
downloadports-fbe675af18b9d27e7c0662c1a735253529d0cb69.tar.gz
ports-fbe675af18b9d27e7c0662c1a735253529d0cb69.zip
socat 1.4.0.0 has buggy SOCKS4A code. The maintainer patch on the web site has (probably had, now) a platform-specific bug,
which was resolved in conjunction with the socat author earlier. The problem will be corrected in socat 1.4.0.1, but in the meantime is provided separately. This patch adds the fix as a replacement xio-socks.c. I have also set myself as the maintainer as part of the patch below. I am willing to take on maintainership of this port. PR: 69317 Submitted by: rik <freebsd-ports@rikrose.net>
Notes
Notes: svn path=/head/; revision=114255
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r--net/socat/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index b747f6c8e318..ed60ae03add9 100644
--- a/net/socat/Makefile
+++ b/net/socat/Makefile
@@ -8,10 +8,11 @@
PORTNAME= socat
PORTVERSION= 1.4.0.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.dest-unreach.org/socat/download/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= freebsd-ports@rikrose.net
COMMENT= Multipurpose relay and more
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R}
@@ -31,6 +32,9 @@ MAN1= socat.1
PORTDOCS= EXAMPLES README SECURITY FAQ
PLIST_FILES= bin/filan bin/procan bin/socat
+post-patch:
+ @${CP} ${FILESDIR}/xio-socks.c ${WRKSRC}/xio-socks.c
+
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}