svn commit: r306739 - head/security/tor
Brendan Fabeny
bf at FreeBSD.org
Wed Oct 31 09:23:07 UTC 2012
Author: bf
Date: Wed Oct 31 09:23:06 2012
New Revision: 306739
URL: http://svn.freebsd.org/changeset/ports/306739
Log:
remove a problematic mirror; attempt to fix build on ia64 [1]
Reported by: A. Shterenlikht [1]
Feature safe: yes
Modified:
head/security/tor/Makefile
Modified: head/security/tor/Makefile
==============================================================================
--- head/security/tor/Makefile Wed Oct 31 08:43:33 2012 (r306738)
+++ head/security/tor/Makefile Wed Oct 31 09:23:06 2012 (r306739)
@@ -18,7 +18,6 @@ MASTER_SITES= https://www.torproject.org
http://mirror.tor.hu/dist/ \
https://mirror.torland.me/torproject.org/dist/ \
http://mirrors.chaos-darmstadt.de/tor-mirror/dist/ \
- http://onion.anonymo.us.org/dist/ \
http://theonionrouter.com/dist/ \
http://tor.amorphis.eu/dist/ \
http://tor.askapache.com/dist/ \
@@ -102,7 +101,8 @@ MAKE_JOBS_UNSAFE= yes
.if ( (${OSVERSION} >= 703100 && ${OSVERSION} < 800000) || \
(${OSVERSION} >= 800500 && ${OSVERSION} < 900000) || \
-(${OSVERSION} >= 900003) ) && !defined(USE_GCC) && empty(CC:T:M*gcc4*)
+(${OSVERSION} >= 900003) ) && !defined(USE_GCC) && empty(CC:T:M*gcc4*) \
+&& empty(ARCH:Mia64)
CONFIGURE_ARGS+= --enable-gcc-hardening
.endif
More information about the svn-ports-head
mailing list