svn commit: r303579 - in head/print: afm bibview transfig
Eitan Adler
eadler at FreeBSD.org
Sun Sep 2 22:41:05 UTC 2012
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 at 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 at 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
More information about the svn-ports-head
mailing list