Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 22:41:05 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303579 - in head/print: afm bibview transfig
Message-ID:  <201209022241.q82Mf5PP080100@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Sep  2 22:41:04 2012
New Revision: 303579
URL: http://svn.freebsd.org/changeset/ports/303579

Log:
  mark a few ports MAKE_JOBS_SAFE after testing them.

Modified:
  head/print/afm/Makefile
  head/print/bibview/Makefile
  head/print/transfig/Makefile

Modified: head/print/afm/Makefile
==============================================================================
--- head/print/afm/Makefile	Sun Sep  2 21:28:59 2012	(r303578)
+++ head/print/afm/Makefile	Sun Sep  2 22:41:04 2012	(r303579)
@@ -15,6 +15,8 @@ EXTRACT_SUFX=	-tar.Z
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Adobe Font Metrics
 
+MAKE_JOBS_SAFE=	yes
+
 pre-patch:
 	@${RM} -rf ${WRKSRC}/RCS
 

Modified: head/print/bibview/Makefile
==============================================================================
--- head/print/bibview/Makefile	Sun Sep  2 21:28:59 2012	(r303578)
+++ head/print/bibview/Makefile	Sun Sep  2 22:41:04 2012	(r303579)
@@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= biblio/bibtex/utils/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Graphical interface for manipulating BibTeX bibliography databases
 
+MAKE_JOBS_SAFE=	yes
+
 USE_IMAKE=	yes
 USE_XORG=	ice sm x11 xaw xext xmu xt
 WRKSRC=		${WRKDIR}/bibview-${PORTVERSION}

Modified: head/print/transfig/Makefile
==============================================================================
--- head/print/transfig/Makefile	Sun Sep  2 21:28:59 2012	(r303578)
+++ head/print/transfig/Makefile	Sun Sep  2 22:41:04 2012	(r303579)
@@ -18,6 +18,8 @@ COMMENT=	Tools to convert Xfig's .fig fi
 RUN_DEPENDS=	ppmtogif:${PORTSDIR}/graphics/netpbm
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
+MAKE_JOBS_SAFE=	yes
+
 USE_GHOSTSCRIPT_RUN=	yes
 USE_IMAKE=	yes
 USE_XORG=	xpm



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