Index: head/net/socat/Makefile =================================================================== --- head/net/socat/Makefile (revision 546912) +++ head/net/socat/Makefile (revision 546913) @@ -1,54 +1,55 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= socat PORTVERSION= 1.7.3.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Multipurpose relay and more LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler cpe ssl tar:bzip2 USE_RC_SUBR= socat GNU_CONFIGURE= yes CPE_VENDOR= dest-unreach PORTSCOUT= skipv:2.0.0-b2 PLIST_FILES= bin/filan bin/procan bin/socat man/man1/socat.1.gz \ "@sample etc/socat-instances.conf.sample" PORTDOCS= EXAMPLES README SECURITY FAQ OPTIONS_DEFINE= DOCS READLINE READLINE_CONFIGURE_ENABLE= readline READLINE_USES= readline .include .if ${SSL_DEFAULT} != base CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif .if ${COMPILER_TYPE} == "clang" CFLAGS+= -Wno-unused-comparison .endif do-install: .for f in filan procan socat ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${FILESDIR}/socat-instances.conf.sample ${STAGEDIR}${PREFIX}/etc .include Index: head/net/socat/files/patch-filan.c =================================================================== --- head/net/socat/files/patch-filan.c (nonexistent) +++ head/net/socat/files/patch-filan.c (revision 546913) @@ -0,0 +1,11 @@ +--- filan.c.orig 2020-01-01 13:02:06 UTC ++++ filan.c +@@ -30,7 +30,7 @@ static int filan_streams_analyze(int fd, FILE *outfile + + /* dirty workaround so we dont get an error on AIX when being linked with + libwrap */ +-int allow_severity, deny_severity; ++//int allow_severity, deny_severity; + + /* global variables for configuring filan */ + bool filan_followsymlinks; Property changes on: head/net/socat/files/patch-filan.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/socat/files/patch-procan.c =================================================================== --- head/net/socat/files/patch-procan.c (nonexistent) +++ head/net/socat/files/patch-procan.c (revision 546913) @@ -0,0 +1,11 @@ +--- procan.c.orig 2017-01-06 20:58:40 UTC ++++ procan.c +@@ -21,7 +21,7 @@ + + /* dirty workaround so we dont get an error on AIX when getting linked with + libwrap */ +-int allow_severity, deny_severity; ++//int allow_severity, deny_severity; + + + int procan(FILE *outfile) { Property changes on: head/net/socat/files/patch-procan.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/socat/files/patch-xio-tcpwrap.c =================================================================== --- head/net/socat/files/patch-xio-tcpwrap.c (nonexistent) +++ head/net/socat/files/patch-xio-tcpwrap.c (revision 546913) @@ -0,0 +1,11 @@ +--- xio-tcpwrap.c.orig 2017-01-06 20:58:40 UTC ++++ xio-tcpwrap.c +@@ -27,7 +27,7 @@ const struct optdesc opt_tcpwrap_hosts_deny_table = { + + /* they are declared only externally with libwrap and would be unresolved + without these definitions */ +-int allow_severity=10, deny_severity=10; ++//int allow_severity=10, deny_severity=10; + + /* returns 0 if option was found and could be applied + returns 1 if option was not found Property changes on: head/net/socat/files/patch-xio-tcpwrap.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property