svn commit: r349122 - head/net/p5-Net-Patricia

Dirk Meyer dinoex at FreeBSD.org
Tue Mar 25 11:03:46 UTC 2014


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
 


More information about the svn-ports-head mailing list