svn commit: r399123 - head/devel/libphk

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 12 13:09:53 UTC 2015


Author: amdmi3
Date: Mon Oct 12 13:09:52 2015
New Revision: 399123
URL: https://svnweb.freebsd.org/changeset/ports/399123

Log:
  - Mark MAKE_JOBS_UNSAFE
  
  This port fails to build because library is used before it is created:
  
  /usr/bin/ld: cannot find -lphk

Modified:
  head/devel/libphk/Makefile

Modified: head/devel/libphk/Makefile
==============================================================================
--- head/devel/libphk/Makefile	Mon Oct 12 13:06:16 2015	(r399122)
+++ head/devel/libphk/Makefile	Mon Oct 12 13:09:52 2015	(r399123)
@@ -11,10 +11,12 @@ DISTNAME=	Libphk.${PORTVERSION:C/0.3.//}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	PHK's utilities functions
 
-USES=	uidfix tar:tgz
+USES=		uidfix tar:tgz
 
 WRKSRC=		${WRKDIR}/Libphk
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${SED} -i -e 's!/usr/local!$${PREFIX}!g' ${WRKSRC}/Makefile
 


More information about the svn-ports-all mailing list