summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-01-29 11:27:54 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-01-29 11:27:54 +0000
commit1b897f92235a050a291ed43253276a004a16f8dc (patch)
tree96376a1734361fbf878528e3719fda08c5d737c7 /security
parent- Update to 0.2.2.22-alpha (diff)
- 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
Notes
Notes: svn path=/head/; revision=268369
Diffstat (limited to 'security')
-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 \