Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2012 09:23:06 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306739 - head/security/tor
Message-ID:  <201210310923.q9V9N6Ej002737@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210310923.q9V9N6Ej002737>