Index: head/net/siproxd/Makefile =================================================================== --- head/net/siproxd/Makefile (revision 550630) +++ head/net/siproxd/Makefile (revision 550631) @@ -1,48 +1,49 @@ # Created by: Frank W. Josellis # $FreeBSD$ PORTNAME= siproxd PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF MAINTAINER= frank@dynamical-systems.org COMMENT= Proxy/masquerading daemon for the SIP protocol LICENSE= GPLv2 LIB_DEPENDS= libosip2.so:net/libosip2 # :keepla because port uses lt_dlopen USES= libtool:keepla USE_RC_SUBR= siproxd GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doc --disable-static --with-libosip-prefix=${PREFIX} INSTALL_TARGET= install-strip PORTDOCS1= AUTHORS ChangeLog README RELNOTES PORTDOCS2= FAQ KNOWN_BUGS RFC3261_compliance.txt \ sample_cfg_budgetone.txt sample_cfg_x-lite.txt PORTDOCS= ${PORTDOCS1} ${PORTDOCS2} OPTIONS_DEFINE= DOCS post-extract: .for docs in ${PORTDOCS2} ${CP} ${WRKSRC}/doc/${docs} ${WRKSRC} .endfor post-patch: ${REINPLACE_CMD} -e 's,siproxd\.conf\.example,siproxd.conf.sample,g' \ ${WRKSRC}/doc/Makefile.in ${MV} ${WRKSRC}/doc/siproxd.conf.example ${WRKSRC}/doc/siproxd.conf.sample post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/doc/siproxd_passwd.cfg \ ${STAGEDIR}${PREFIX}/etc/siproxd_passwd.cfg.sample .include Index: head/net/siproxd/files/patch-src_accessctl.c =================================================================== --- head/net/siproxd/files/patch-src_accessctl.c (nonexistent) +++ head/net/siproxd/files/patch-src_accessctl.c (revision 550631) @@ -0,0 +1,11 @@ +--- src/accessctl.c.orig 2015-09-13 08:43:04 UTC ++++ src/accessctl.c +@@ -34,7 +34,7 @@ + static char const ident[]="$Id: accessctl.c 521 2015-09-13 08:43:04Z hb9xar $"; + + /* configuration storage */ +-struct siproxd_config configuration; ++extern struct siproxd_config configuration; + + + /* Property changes on: head/net/siproxd/files/patch-src_accessctl.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