svn commit: r352131 - head/print/foo2zjs

Boris Samorodov bsam at FreeBSD.org
Fri Apr 25 14:22:54 UTC 2014


Author: bsam
Date: Fri Apr 25 14:22:53 2014
New Revision: 352131
URL: http://svnweb.freebsd.org/changeset/ports/352131
QAT: https://qat.redports.org/buildarchive/r352131/

Log:
  ports/foo2zjs: mark the port as MAKE_JOBS_UNSAFE
  
  Error log:
  -----
  chmod -w osx-hplj-hotplug.1
  chmod: osx-hplj-hotplug.1: No such file or directory
  -----
  
  Full log is here:
  https://jenkins.freebsd.org/pci/100-amd64/logs/bulk/100amd64-default/569/logs/errors/foo2zjs-20140401_1.log
  
  Reported by:	jenkins (swills)
  MFH:		2014Q2

Modified:
  head/print/foo2zjs/Makefile

Modified: head/print/foo2zjs/Makefile
==============================================================================
--- head/print/foo2zjs/Makefile	Fri Apr 25 14:14:11 2014	(r352130)
+++ head/print/foo2zjs/Makefile	Fri Apr 25 14:22:53 2014	(r352131)
@@ -25,6 +25,8 @@ SUB_FILES=	pkg-message ${DEVDCONF_FILE}
 EXTRAFILES=	msexpand getweb
 DEVDCONF_FILE=	${PORTNAME}.conf
 
+MAKE_JOBS_UNSAFE=	YES
+
 OPTIONS_DEFINE=	DOCS
 
 post-patch:


More information about the svn-ports-head mailing list