From owner-svn-ports-all@FreeBSD.ORG Wed Oct 31 09:23:06 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5F45B4A; Wed, 31 Oct 2012 09:23:06 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CE8B78FC08; Wed, 31 Oct 2012 09:23:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9V9N6T6002739; Wed, 31 Oct 2012 09:23:06 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9V9N6Ej002737; Wed, 31 Oct 2012 09:23:06 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201210310923.q9V9N6Ej002737@svn.freebsd.org> From: Brendan Fabeny Date: Wed, 31 Oct 2012 09:23:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306739 - head/security/tor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 09:23:07 -0000 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