From owner-svn-ports-all@FreeBSD.ORG Mon Sep 3 04:00:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64AA2106564A; Mon, 3 Sep 2012 04:00:33 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4C48B8FC27; Mon, 3 Sep 2012 04:00:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8340Xvj015886; Mon, 3 Sep 2012 04:00:33 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8340W1o015875; Mon, 3 Sep 2012 04:00:32 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209030400.q8340W1o015875@svn.freebsd.org> From: Eitan Adler Date: Mon, 3 Sep 2012 04:00:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303586 - in head: archivers/libarc archivers/zip audio/timidity++ graphics/giblib graphics/libwmf graphics/peps graphics/svgalib x11-toolkits/tk85 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 04:00:33 -0000 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}