Index: head/net/torsocks/Makefile =================================================================== --- head/net/torsocks/Makefile (revision 474759) +++ head/net/torsocks/Makefile (revision 474760) @@ -1,39 +1,39 @@ # Created by: Andrei Lavreniyuk # $FreeBSD$ PORTNAME= torsocks PORTVERSION= 2.2.0 PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= https://people.torproject.org/~dgoulet/${PORTNAME}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Easy way to make any app work through Tor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt -USES= alias autoreconf gmake libtool tar:xz +USES= alias gmake libtool tar:xz GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes SUB_FILES= pkg-message PORTDOCS= ChangeLog DEBUG SOCKS5 socks-extensions.txt OPTIONS_DEFINE= DOCS post-build: @${ECHO} @${ECHO} "Please run 'make check' (requires bash)." @${ECHO} "One testcase is known to fail." @${ECHO} post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/tor/torsocks.conf ${STAGEDIR}${PREFIX}/etc/tor/torsocks.conf.sample check: build cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check .include Index: head/net/torsocks/files/patch-configure.ac =================================================================== --- head/net/torsocks/files/patch-configure.ac (revision 474759) +++ head/net/torsocks/files/patch-configure.ac (nonexistent) @@ -1,13 +0,0 @@ ---- configure.ac.orig 2015-05-27 18:54:22 UTC -+++ configure.ac -@@ -126,6 +126,10 @@ AS_CASE([$host_os], - libc_name="libc.so.6" - fi - ], -+ [freebsd*], -+ [ -+ libc_name=`ldd /usr/bin/yes | grep 'libc\.' | cut -d ' ' -f 3 | tr -d '\t'` -+ ], - [libc_name="libc.so"] - ) - AC_DEFINE_UNQUOTED([LIBC_NAME],["${libc_name}"], [Description]) Property changes on: head/net/torsocks/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property