aboutsummaryrefslogtreecommitdiffstats
path: root/security/tor
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-01-29 19:27:54 +0800
committerbf <bf@FreeBSD.org>2011-01-29 19:27:54 +0800
commit0242238d356cb022e39ee595ce1cfd84f9b15bd9 (patch)
tree9fce2962128eecd4a4afeb3a1399f4df1441fa8c /security/tor
parentb786d1dfc1e81e5193ff4181850e76549cc0261d (diff)
downloadfreebsd-ports-gnome-0242238d356cb022e39ee595ce1cfd84f9b15bd9.tar.gz
freebsd-ports-gnome-0242238d356cb022e39ee595ce1cfd84f9b15bd9.tar.zst
freebsd-ports-gnome-0242238d356cb022e39ee595ce1cfd84f9b15bd9.zip
- Remove an unnecessary addition to CPPFLAGS
that can break non-sandboxed builds when some other (poorly-configured) ports are installed (For example, lang/libutils or textproc/irstlm) - Remove a problematic mirror, based on distilator results Approved by: makc, miwi (mentors, implicit) Feature safe: yes
Diffstat (limited to 'security/tor')
-rw-r--r--security/tor/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile
index 358e1a2ca715..4d045e4eafad 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -21,7 +21,6 @@ MASTER_SITES= http://www.torproject.org/dist/ \
http://tor.kamagurka.org/dist/ \
http://torproj.xpdm.us/dist/ \
http://www.oignon.net/dist/ \
- http://www.theonionrouter.com/dist/ \
http://www.torproject.org.nyud.net/dist/ \
http://www.torproject.us/dist/
@@ -31,8 +30,6 @@ COMMENT= An anonymizing overlay network for TCP
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ARGS+= --with-openssl-dir="${OPENSSLBASE}"
OPTIONS= BUFFREELISTS "freelists for buffer RAM" on \