From owner-svn-ports-all@FreeBSD.ORG Tue Mar 25 11:03:46 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8720E10D; Tue, 25 Mar 2014 11:03:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74845B81; Tue, 25 Mar 2014 11:03:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2PB3kfR042604; Tue, 25 Mar 2014 11:03:46 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2PB3kg2042603; Tue, 25 Mar 2014 11:03:46 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201403251103.s2PB3kg2042603@svn.freebsd.org> From: Dirk Meyer Date: Tue, 25 Mar 2014 11:03:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349122 - head/net/p5-Net-Patricia 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.17 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: Tue, 25 Mar 2014 11:03:46 -0000 Author: dinoex Date: Tue Mar 25 11:03:45 2014 New Revision: 349122 URL: http://svnweb.freebsd.org/changeset/ports/349122 QAT: https://qat.redports.org/buildarchive/r349122/ Log: - fix buiild by addding: MAKE_JOBS_UNSAFE=yes error: libpatricia/libpatricia.a: could not read symbols: Archive has no index; run ranlib to add one *** [blib/arch/auto/Net/Patricia/Patricia.so] Error code 1 Modified: head/net/p5-Net-Patricia/Makefile Modified: head/net/p5-Net-Patricia/Makefile ============================================================================== --- head/net/p5-Net-Patricia/Makefile Tue Mar 25 10:56:30 2014 (r349121) +++ head/net/p5-Net-Patricia/Makefile Tue Mar 25 11:03:45 2014 (r349122) @@ -13,6 +13,8 @@ COMMENT= Perl module for fast IP address BUILD_DEPENDS= p5-Net-CIDR-Lite>=0.20:${PORTSDIR}/net/p5-Net-CIDR-Lite RUN_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 +MAKE_JOBS_UNSAFE=yes + USES= perl5 USE_PERL5= configure