Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 11:45:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322666 - in head/print: ghostscript8 ghostscript9
Message-ID:  <201307101145.r6ABjPJo014531@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 10 11:45:24 2013
New Revision: 322666
URL: http://svnweb.freebsd.org/changeset/ports/322666

Log:
  Mark as job unsafe (fails with -j24)
  Convert to USES=gmake

Modified:
  head/print/ghostscript8/Makefile
  head/print/ghostscript9/Makefile

Modified: head/print/ghostscript8/Makefile
==============================================================================
--- head/print/ghostscript8/Makefile	Wed Jul 10 11:43:18 2013	(r322665)
+++ head/print/ghostscript8/Makefile	Wed Jul 10 11:45:24 2013	(r322666)
@@ -38,13 +38,13 @@ CONFLICTS_INSTALL= \
 		ghostscript9-agpl-nox11-[0-9]*
 
 USE_XZ=		yes
-USE_GMAKE=	yes
+USES=		gmake
 WANT_GNOME=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 
-MAKE_JOBS_SAFE=	yes
+MAKE_JOBS_UNSAFE=	yes
 MAKE_ENV=	CFLAGS_STANDARD="${CFLAGS}" \
 		XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \
 		EXTRALIBS="${EXTRALIBS}" \

Modified: head/print/ghostscript9/Makefile
==============================================================================
--- head/print/ghostscript9/Makefile	Wed Jul 10 11:43:18 2013	(r322665)
+++ head/print/ghostscript9/Makefile	Wed Jul 10 11:45:24 2013	(r322666)
@@ -37,14 +37,14 @@ CONFLICTS_INSTALL= \
 		ghostscript9-agpl-[0-9]* \
 		ghostscript9-agpl-nox11-[0-9]*
 
+USES=		gmake
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 WANT_GNOME=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 
-MAKE_JOBS_SAFE=	yes
+MAKE_JOBS_UNSAFE=	yes
 MAKE_ENV=	CFLAGS_STANDARD="${CFLAGS}" \
 		XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \
 		EXTRALIBS="${EXTRALIBS}" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307101145.r6ABjPJo014531>