diff options
author | bf <bf@FreeBSD.org> | 2011-01-29 19:27:54 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-01-29 19:27:54 +0800 |
commit | 0242238d356cb022e39ee595ce1cfd84f9b15bd9 (patch) | |
tree | 9fce2962128eecd4a4afeb3a1399f4df1441fa8c /security/tor | |
parent | b786d1dfc1e81e5193ff4181850e76549cc0261d (diff) | |
download | freebsd-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/Makefile | 3 |
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 \ |