Date: Wed, 4 Sep 2013 01:38:17 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326241 - head/math/octave-forge-odepkg Message-ID: <201309040138.r841cHYC074414@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309040138.r841cHYC074414>