diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-13 06:56:38 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-13 06:56:38 +0000 |
commit | 8ad32408e4094b2053c0be14a4b7c186ed402bd3 (patch) | |
tree | 3cdc310c4cfaa733e8c71bd5f7962216c70e8765 /security/tor-devel | |
parent | 8e5f5d3c022a98cf95418d710049011d2a491776 (diff) | |
download | ports-8ad32408e4094b2053c0be14a4b7c186ed402bd3.tar.gz ports-8ad32408e4094b2053c0be14a4b7c186ed402bd3.zip |
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 22 | ||||
-rw-r--r-- | security/tor-devel/pkg-plist | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 093d8a3f8124..b2ac42687556 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -72,14 +72,14 @@ CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include/event2 -I${LOCALBAS OPTIONS_DEFINE= BUFFEREVENTS BUFFREELISTS GMAKE INSTR_DOWNLOADS \ STATIC_TOR TCMALLOC THREADS TOR2WEB TRANSPARENT -BUFFEREVENTS_DESC= use libevent's buffered IO -BUFFREELISTS_DESC= freelists for buffer RAM -GMAKE_DESC= parallel build safety via GNU make -INSTR_DOWNLOADS_DESC= instrument downloads for analysis -STATIC_TOR_DESC= build a static tor -TCMALLOC_DESC= use the tcmalloc memory allocation library -TOR2WEB_DESC= faster but non-anonymous hidden services -TRANSPARENT_DESC= transparent proxy support +BUFFEREVENTS_DESC= Use libevent's buffered IO +BUFFREELISTS_DESC= Freelists for buffer RAM +GMAKE_DESC= Parallel build safety via GNU make +INSTR_DOWNLOADS_DESC= Instrument downloads for analysis +STATIC_TOR_DESC= Build a static tor +TCMALLOC_DESC= Use the tcmalloc memory allocation library +TOR2WEB_DESC= Faster but non-anonymous hidden services +TRANSPARENT_DESC= Transparent proxy support OPTIONS_DEFAULT= BUFFREELISTS THREADS TRANSPARENT @@ -91,7 +91,7 @@ SUB_FILES= pkg-message GROUPS = _tor USERS= _tor -CONFLICTS= tor-[0-9]* +CONFLICTS= tor-[0-9]* MANCOMPRESSED= no MAN1= tor.1 tor-resolve.1 torify.1 tor-gencert.1 @@ -99,14 +99,14 @@ MAN1= tor.1 tor-resolve.1 torify.1 tor-gencert.1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGMAKE} -USE_GMAKE= yes +USE_GMAKE= yes .else MAKE_JOBS_UNSAFE= yes .endif .if ( (${OSVERSION} >= 703100 && ${OSVERSION} < 800000) || \ (${OSVERSION} >= 800500 && ${OSVERSION} < 900000) || \ -(${OSVERSION} >= 900003) ) && !defined(USE_GCC) && empty(CC:M*gcc4*) && \ +(${OSVERSION} >= 900003) ) && !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \ empty(PORT_OPTIONS:MSTATIC_TOR) CONFIGURE_ARGS+= --enable-gcc-hardening .endif diff --git a/security/tor-devel/pkg-plist b/security/tor-devel/pkg-plist index d1b8fba5195d..3b2349b5ce49 100644 --- a/security/tor-devel/pkg-plist +++ b/security/tor-devel/pkg-plist @@ -6,4 +6,4 @@ etc/tor/tor-tsocks.conf.sample etc/tor/torrc.sample %%DATADIR%%/geoip @dirrm %%DATADIR%% -@dirrm etc/tor +@dirrmtry etc/tor |