svn commit: r352132 - branches/2014Q2/print/foo2zjs

Boris Samorodov bsam at FreeBSD.org
Fri Apr 25 14:52:26 UTC 2014


Author: bsam
Date: Fri Apr 25 14:52:25 2014
New Revision: 352132
URL: http://svnweb.freebsd.org/changeset/ports/352132
QAT: https://qat.redports.org/buildarchive/r352132/

Log:
  MFH: r352131
  
  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)
  Approved by:	portmgr (erwin)

Modified:
  branches/2014Q2/print/foo2zjs/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/print/foo2zjs/Makefile
==============================================================================
--- branches/2014Q2/print/foo2zjs/Makefile	Fri Apr 25 14:22:53 2014	(r352131)
+++ branches/2014Q2/print/foo2zjs/Makefile	Fri Apr 25 14:52:25 2014	(r352132)
@@ -24,6 +24,8 @@ SHEBANG_FILES=	msexpand
 SUB_FILES=	pkg-message
 EXTRAFILES=	msexpand getweb
 
+MAKE_JOBS_UNSAFE=	YES
+
 OPTIONS_DEFINE=	DOCS
 
 post-patch:


More information about the svn-ports-all mailing list