svn commit: r326241 - head/math/octave-forge-odepkg

Stephen Montgomery-Smith stephen at FreeBSD.org
Wed Sep 4 01:38:18 UTC 2013


Author: stephen
Date: Wed Sep  4 01:38:17 2013
New Revision: 326241
URL: http://svnweb.freebsd.org/changeset/ports/326241

Log:
  - Set make_jobs_unsafe, otherwise patches can get applied out of order.

Modified:
  head/math/octave-forge-odepkg/Makefile

Modified: head/math/octave-forge-odepkg/Makefile
==============================================================================
--- head/math/octave-forge-odepkg/Makefile	Wed Sep  4 01:15:45 2013	(r326240)
+++ head/math/octave-forge-odepkg/Makefile	Wed Sep  4 01:38:17 2013	(r326241)
@@ -8,6 +8,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen at FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+MAKE_JOBS_UNSAFE=	yes
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}


More information about the svn-ports-all mailing list