svn commit: r447771 - head/graphics/p5-Gimp

Mathieu Arnold mat at FreeBSD.org
Fri Aug 11 15:24:22 UTC 2017


Author: mat
Date: Fri Aug 11 15:24:21 2017
New Revision: 447771
URL: https://svnweb.freebsd.org/changeset/ports/447771

Log:
  Mark as MAKE_JOBS_UNSAFE.
  
  It tries to use bits before generating them.
  
  --- lib/Gimp/Lib.c ---
  cannot open Lib.xs: No such file or directory
  *** [lib/Gimp/Lib.c] Error code 2
  
  make[1]: stopped in /wrkdirs/usr/ports/graphics/p5-Gimp/work/Gimp-2.32
  --- lib/Gimp/UI.c ---
  cannot open UI.xs: No such file or directory
  --- lib/Gimp/Net.c ---
  cannot open Net.xs: No such file or directory
  *** [lib/Gimp/Net.c] Error code 2
  
  Sponsored by:	Absolight

Modified:
  head/graphics/p5-Gimp/Makefile   (contents, props changed)

Modified: head/graphics/p5-Gimp/Makefile
==============================================================================
--- head/graphics/p5-Gimp/Makefile	Fri Aug 11 14:58:19 2017	(r447770)
+++ head/graphics/p5-Gimp/Makefile	Fri Aug 11 15:24:21 2017	(r447771)
@@ -28,4 +28,6 @@ BUILD_DEPENDS+=	p5-Alien-Gimp>=0.01:graphics/p5-Alien-
 USES=		perl5
 USE_PERL5=	configure
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list