svn commit: r303586 - in head: archivers/libarc archivers/zip audio/timidity++ graphics/giblib graphics/libwmf graphics/peps graphics/svgalib x11-toolkits/tk85
Eitan Adler
eadler at FreeBSD.org
Mon Sep 3 04:00:33 UTC 2012
Author: eadler
Date: Mon Sep 3 04:00:32 2012
New Revision: 303586
URL: http://svn.freebsd.org/changeset/ports/303586
Log:
Mark ports MAKE_JOBS_SAFE after some testing.
Modified:
head/archivers/libarc/Makefile
head/archivers/zip/Makefile
head/audio/timidity++/Makefile
head/graphics/giblib/Makefile
head/graphics/libwmf/Makefile
head/graphics/peps/Makefile
head/graphics/svgalib/Makefile
head/x11-toolkits/tk85/Makefile
Modified: head/archivers/libarc/Makefile
==============================================================================
--- head/archivers/libarc/Makefile Mon Sep 3 03:50:42 2012 (r303585)
+++ head/archivers/libarc/Makefile Mon Sep 3 04:00:32 2012 (r303586)
@@ -20,6 +20,8 @@ SOVERSION= 1
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I." LN="${LN} -sf" \
SOLIB="${SOLIB}" SOVERSION="${SOVERSION}"
+MAKE_JOBS_SAFE= yes
+
USE_LDCONFIG= yes
do-install:
Modified: head/archivers/zip/Makefile
==============================================================================
--- head/archivers/zip/Makefile Mon Sep 3 03:50:42 2012 (r303585)
+++ head/archivers/zip/Makefile Mon Sep 3 04:00:32 2012 (r303586)
@@ -21,6 +21,8 @@ PLIST_FILES= bin/zip bin/zipcloak bin/zi
MAN1= zip.1 zipcloak.1 zipnote.1 zipsplit.1
PORTDOCS= *
+MAKE_JOBS_SAFE= yes
+
do-install:
.for p in ${PLIST_FILES:T}
${INSTALL_PROGRAM} ${WRKSRC}/${p} ${PREFIX}/bin
Modified: head/audio/timidity++/Makefile
==============================================================================
--- head/audio/timidity++/Makefile Mon Sep 3 03:50:42 2012 (r303585)
+++ head/audio/timidity++/Makefile Mon Sep 3 04:00:32 2012 (r303586)
@@ -27,6 +27,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
+
PLIST_SUB+= TIMID_LIBDIR=${TIMID_LIBDIR} EUCJP_LOCALE=${EUCJP_LOCALE}
EUCJP_LOCALE= ja_JP.eucJP
Modified: head/graphics/giblib/Makefile
==============================================================================
--- head/graphics/giblib/Makefile Mon Sep 3 03:50:42 2012 (r303585)
+++ head/graphics/giblib/Makefile Mon Sep 3 04:00:32 2012 (r303586)
@@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PKGCONFIG= yes
+MAKE_JOBS_SAFE= yes
+
post-patch:
@${REINPLACE_CMD} -e 's|: install-docsDATA|:|g' ${WRKSRC}/Makefile.in
Modified: head/graphics/libwmf/Makefile
==============================================================================
--- head/graphics/libwmf/Makefile Mon Sep 3 03:50:42 2012 (r303585)
+++ head/graphics/libwmf/Makefile Mon Sep 3 04:00:32 2012 (r303586)
@@ -27,6 +27,8 @@ CONFIGURE_ARGS= --with-sys-gd=no \
--with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts
USE_LDCONFIG= yes
+MAKE_JOBS_SAFE= yes
+
.if defined(WITHOUT_X11)
PKGNAMESUFFIX= -nox11
CONFIGURE_ARGS+= --with-x=no
Modified: head/graphics/peps/Makefile
==============================================================================
--- head/graphics/peps/Makefile Mon Sep 3 03:50:42 2012 (r303585)
+++ head/graphics/peps/Makefile Mon Sep 3 04:00:32 2012 (r303586)
@@ -24,6 +24,8 @@ PORTDOCS= peps.pdf
PLIST_FILES= bin/peps \
etc/peps.mime
+MAKE_JOBS_SAFE= yes
+
.if defined(WITHOUT_X11)
ALL_TARGET= peps
.else
Modified: head/graphics/svgalib/Makefile
==============================================================================
--- head/graphics/svgalib/Makefile Mon Sep 3 03:50:42 2012 (r303585)
+++ head/graphics/svgalib/Makefile Mon Sep 3 04:00:32 2012 (r303586)
@@ -16,6 +16,8 @@ COMMENT= A low level console graphics li
ONLY_FOR_ARCHS= i386 amd64
+MAKE_JOBS_SAFE= yes
+
USE_DOS2UNIX= utils/gtf/gtf.h utils/gtf/scitech.h
USE_GMAKE= yes
USE_LDCONFIG= yes
Modified: head/x11-toolkits/tk85/Makefile
==============================================================================
--- head/x11-toolkits/tk85/Makefile Mon Sep 3 03:50:42 2012 (r303585)
+++ head/x11-toolkits/tk85/Makefile Mon Sep 3 04:00:32 2012 (r303586)
@@ -34,6 +34,8 @@ MANCOMPRESSED= no
DATADIR= ${PREFIX}/share/${PORTNAME}${TK_VER}
SUB_FILES= pkgIndex.tcl
+MAKE_JOBS_SAFE= yes
+
.if !defined(BUILDING_TK_THREADS)
USE_TCL= ${SHORT_TK_VER}
More information about the svn-ports-all
mailing list