Date: Tue, 25 Mar 2014 11:03:46 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349122 - head/net/p5-Net-Patricia Message-ID: <201403251103.s2PB3kg2042603@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403251103.s2PB3kg2042603>