Index: head/net/socat/Makefile =================================================================== --- head/net/socat/Makefile (revision 377928) +++ head/net/socat/Makefile (revision 377929) @@ -1,50 +1,50 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= socat -PORTVERSION= 1.7.2.4 +PORTVERSION= 1.7.3.0 CATEGORIES= net ipv6 MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Multipurpose relay and more LICENSE= GPLv2 USES= compiler tar:bzip2 GNU_CONFIGURE= yes USE_RC_SUBR= socat USE_OPENSSL= yes PORTSCOUT= skipv:2.0.0-b2 PLIST_FILES= bin/filan bin/procan bin/socat man/man1/socat.1.gz PORTDOCS= EXAMPLES README SECURITY FAQ OPTIONS_DEFINE= DOCS .include .if defined(WITH_OPENSSL_PORT) 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} .if ${ARCH} == "arm" BROKEN= Does not configure on arm .endif .include Index: head/net/socat/distinfo =================================================================== --- head/net/socat/distinfo (revision 377928) +++ head/net/socat/distinfo (revision 377929) @@ -1,2 +1,2 @@ -SHA256 (socat-1.7.2.4.tar.bz2) = 4b7739901c6fad1e460f3e5b1868fb4c2a1427febbba7a510cd2e42fd4941e09 -SIZE (socat-1.7.2.4.tar.bz2) = 446644 +SHA256 (socat-1.7.3.0.tar.bz2) = 0767e850c0329b9fdf711c6cd468565cbbb28786ba1a8a1cbd5531d4016b3e04 +SIZE (socat-1.7.3.0.tar.bz2) = 474633 Index: head/net/socat/files/patch-error.h =================================================================== --- head/net/socat/files/patch-error.h (nonexistent) +++ head/net/socat/files/patch-error.h (revision 377929) @@ -0,0 +1,13 @@ +--- error.h.orig 2015-01-26 09:59:47 UTC ++++ error.h +@@ -229,8 +229,8 @@ struct diag_dgram { + } ; + + extern sig_atomic_t diag_in_handler; +-extern int diag_immediate_msg; +-extern int diag_immediate_exit; ++extern sig_atomic_t diag_immediate_msg; ++extern sig_atomic_t diag_immediate_exit; + + extern void diag_set(char what, const char *arg); + extern void diag_set_int(char what, int arg); Property changes on: head/net/socat/files/patch-error.h ___________________________________________________________________ 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