svn commit: r391395 - head/print/foomatic-db-engine

John Marino marino at FreeBSD.org
Mon Jul 6 10:05:04 UTC 2015


Author: marino
Date: Mon Jul  6 10:05:02 2015
New Revision: 391395
URL: https://svnweb.freebsd.org/changeset/ports/391395

Log:
  print/foomatic-db-engine is not jobs safe
  
  This port has failed on me with multijob several times.
  The last time, the lib/perl5/site_perl/Foomatic/Defaults.pm file
  was not installed, so set MAKE_JOBS_UNSAFE.

Modified:
  head/print/foomatic-db-engine/Makefile

Modified: head/print/foomatic-db-engine/Makefile
==============================================================================
--- head/print/foomatic-db-engine/Makefile	Mon Jul  6 08:57:43 2015	(r391394)
+++ head/print/foomatic-db-engine/Makefile	Mon Jul  6 10:05:02 2015	(r391395)
@@ -27,6 +27,8 @@ CONFIGURE_ENV=	PERL=${PERL} LIBDIR=${PRE
 		CUPS_FILTERS=${LOCALBASE}/libexec/cups/filters \
 		CUPS_BACKENDS=${LOCALBASE}/libexec/cups/backends
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		"s,sysconfdir=/etc,sysconfdir=\'${PREFIX}/etc\',g ; \


More information about the svn-ports-head mailing list