svn commit: r322689 - in head: audio/fplib devel/clint graphics/xpaint lang/ocs lang/sr mail/xf-spf math/bamg math/parmgridgen net/kiax science/chemtool-devel shells/bashc sysutils/wmtop www/thttpd...

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 13:12:07 UTC 2013


Author: bapt
Date: Wed Jul 10 13:12:03 2013
New Revision: 322689
URL: http://svnweb.freebsd.org/changeset/ports/322689

Log:
  Mark jobs unsafe
  Convert to USES=gmake where appropriate
  Trim headers

Modified:
  head/audio/fplib/Makefile
  head/devel/clint/Makefile
  head/graphics/xpaint/Makefile
  head/lang/ocs/Makefile
  head/lang/sr/Makefile
  head/mail/xf-spf/Makefile
  head/math/bamg/Makefile
  head/math/parmgridgen/Makefile
  head/net/kiax/Makefile
  head/science/chemtool-devel/Makefile
  head/shells/bashc/Makefile
  head/sysutils/wmtop/Makefile
  head/www/thttpd/Makefile
  head/x11-fm/ezfm/Makefile
  head/x11-toolkits/slingshot/Makefile

Modified: head/audio/fplib/Makefile
==============================================================================
--- head/audio/fplib/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/audio/fplib/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 CPPFLAGS+=	-I${LOCALBASE}/include
 REINPLACE_ARGS=	-i ''
 USES=		cmake
+MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 USE_XZ=		yes
 

Modified: head/devel/clint/Makefile
==============================================================================
--- head/devel/clint/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/devel/clint/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -18,6 +18,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--enable-python=${LOCALBASE}/bin/python2
 USE_LDCONFIG=	yes
+MAKE_JOBS_UNSAFE=	yes
 
 USES=	gmake
 

Modified: head/graphics/xpaint/Makefile
==============================================================================
--- head/graphics/xpaint/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/graphics/xpaint/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -25,6 +25,7 @@ USE_XORG=	xft xmu xpm
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_GHOSTSCRIPT_RUN=yes
+MAKE_JOBS_UNSAFE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/lang/ocs/Makefile
==============================================================================
--- head/lang/ocs/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/lang/ocs/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	ocs
-# Date created:				8 July 2007
-# Whom:	      				Björn König <bkoenig at cs.tu-berlin.de>
-#
+# Created by: Björn König <bkoenig at cs.tu-berlin.de>
 # $FreeBSD$
-#
 
 PORTNAME=	ocs
 PORTVERSION=	2.3k
@@ -29,12 +24,13 @@ PLIST=		${WRKDIR}/pkg-plist
 ALL_TARGET=	install
 
 USE_BZIP2=	yes
+USES=		gmake
 USE_TCL=	yes
 USE_TK=		yes
-USE_GMAKE=	yes
 USE_PERL5=	yes
 HAS_CONFIGURE=	yes
 USE_XORG=	xt
+MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	${OCS}/lib/freebsd${OSREL}-${ARCH}
 
 NOT_FOR_ARCHS=	amd64 ia64 sparc64

Modified: head/lang/sr/Makefile
==============================================================================
--- head/lang/sr/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/lang/sr/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	sr
-# Date created:			2 Jun 1997
-# Whom:				Ruslan Shevchenko <rssh at satori.ipri.kiev.ua>
-#
+# Created by: Ruslan Shevchenko <rssh at satori.ipri.kiev.ua>
 # $FreeBSD$
-#
 
 PORTNAME=	sr
 PORTVERSION=	2.3.1
@@ -20,10 +16,11 @@ HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	prefix
 CONFIGURE_ENV=	PREFIX="${PREFIX}"
 NO_WRKSUBDIR=	yes
-MAN1 =		sr.1 srl.1 srm.1 srprof.1 srtex.1 srlatex.1 srgrind.1 \
+MAN1=		sr.1 srl.1 srm.1 srprof.1 srtex.1 srlatex.1 srgrind.1 \
 		ccr2sr.1 m2sr.1 csp2sr.1
-MAN3 =		sranimator.3 srgetopt.3 srwin.3
-MAN5 =		srmap.5 srtrace.5
+MAN3=		sranimator.3 srgetopt.3 srwin.3
+MAN5=		srmap.5 srtrace.5
+MAKE_JOBS_UNSAFE=	yes
 
 .if defined(WITHOUT_X11)
 PLIST_SUB+=	X11="@comment "

Modified: head/mail/xf-spf/Makefile
==============================================================================
--- head/mail/xf-spf/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/mail/xf-spf/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -15,6 +15,7 @@ LIB_DEPENDS+=	spf2.3:${PORTSDIR}/mail/li
 USES=		qmail
 USE_BZIP2=	yes
 USE_GCC=	any
+MAKE_JOBS_UNSAFE=	yes
 
 SUB_FILES=	pkg-message
 SUB_LIST=	QMAIL_PREFIX=${QMAIL_PREFIX}

Modified: head/math/bamg/Makefile
==============================================================================
--- head/math/bamg/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/math/bamg/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	bamg
-# Date created:        16 December 2003
-# Whom:                thierry at pompo.net
-#
+# Created by: thierry at pompo.net
 # $FreeBSD$
-#
 
 PORTNAME=	bamg
 PORTVERSION=	1.01
@@ -23,7 +19,8 @@ RESTRICTED=	No resale, contact author fo
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_XORG=	x11
-USE_GMAKE=	yes
+USES=		gmake
+MAKE_JOBS_UNSAFE=	yes
 
 ALL_TARGET=	world
 INSTALL_TARGET=	install-world

Modified: head/math/parmgridgen/Makefile
==============================================================================
--- head/math/parmgridgen/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/math/parmgridgen/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: math/parmgirdgen
-# Date created:		22 Nov 2010
-# Whom:			Stas Timokhin <devel at stasyan.com>
-#
+# Created by: Stas Timokhin <devel at stasyan.com>
 # $FreeBSD$
-#
 
 PORTNAME=	parmgridgen
 PORTVERSION=	1.0
@@ -20,7 +16,7 @@ COMMENT=	Library for obtaining a sequenc
 ALL_TARGET=	parallel
 
 LIB_DEPENDS+=	mpi.1:${PORTSDIR}/net/openmpi
-USE_GMAKE=	yes
+USES=		gmake
 
 post-patch:
 #respect CFLAGS

Modified: head/net/kiax/Makefile
==============================================================================
--- head/net/kiax/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/net/kiax/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   kiax
-# Date created:        Sat Jun 25 16:31:30 UTC 2005
-# Whom:                Eric Kjeldergaard <kjelderg at gmail.com>
-#
+# Created by: Eric Kjeldergaard <kjelderg at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	kiax
 PORTVERSION=	0.8.51
@@ -13,12 +9,13 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 DISTNAME=	kiax-${PORTVERSION}-src
 
 MAINTAINER=	kjelderg at gmail.com
-COMMENT=	An Asterisk (IAX) client written in QT for KDE
+COMMENT=	Asterisk (IAX) client written in QT for KDE
 
 BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake \
 		lrelease:${PORTSDIR}/x11-toolkits/qt33
 
-USE_GMAKE=	yes
+USES=		gmake
+MAKE_JOBS_UNSAFE=	yes
 GNU_CONFIGURE=	yes
 USE_PERL5_BUILD=	yes
 USE_QT_VER=	3

Modified: head/science/chemtool-devel/Makefile
==============================================================================
--- head/science/chemtool-devel/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/science/chemtool-devel/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	chemtool-devel
-# Date created:                 Mar 5, 2003
-# Whom:				NAKATA, Maho <maho at FreeBSD.org>
-#
+# Created by: NAKATA, Maho <maho at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	chemtool
@@ -23,11 +20,11 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-1.7alpha1
 USE_GNOME=	gtk20
 #USE_AUTOTOOLS=	autoconf213
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake
 CONFIGURE_ARGS=	--enable-emf=yes
 PKGNAMESUFFIX=	-devel
 MAN1=	chemtool.1 cht.1
+MAKE_JOBS_UNSAFE=	yes
 #to include emf
 CFLAGS+=	-I${LOCALBASE}/include/libEMF
 CXXFLAGS+=	-I${LOCALBASE}/include/libEMF

Modified: head/shells/bashc/Makefile
==============================================================================
--- head/shells/bashc/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/shells/bashc/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -10,6 +10,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GNU bash shell extended with visual two-panel file browser
 
+MAKE_JOBS_UNSAFE=	yes
+
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/bashc \

Modified: head/sysutils/wmtop/Makefile
==============================================================================
--- head/sysutils/wmtop/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/sysutils/wmtop/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	wmtop
-# Date created:		07 May 2000
-# Whom:			Dan Piponi <wmtop at tanelorn.demon.co.uk>
-#
+# Created by: Dan Piponi <wmtop at tanelorn.demon.co.uk>
 # $FreeBSD$
 
 PORTNAME=	wmtop
@@ -16,6 +13,7 @@ COMMENT=	Windowmaker dock app to display
 
 USE_XORG=	xpm x11
 ALL_TARGET=	freebsd
+MAKE_JOBS_UNSAFE=	yes
 
 MAN1=		wmtop.1
 PLIST_FILES=	bin/wmtop

Modified: head/www/thttpd/Makefile
==============================================================================
--- head/www/thttpd/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/www/thttpd/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: 	thttpd
-# Date created:				24 May 1999
-# Whom:					Anders Nordby <anders at fix.no>
-#
+# Created by: Anders Nordby <anders at fix.no>
 # $FreeBSD$
-#
 
 PORTNAME=	thttpd
 PORTVERSION=	2.25b
@@ -21,6 +17,7 @@ COMMENT=	Tiny/turbo/throttling HTTP serv
 IGNOREFILES=	notes.html
 
 GNU_CONFIGURE=	yes
+MAKE_JOBS_UNSAFE=	yes
 
 USE_RC_SUBR=	thttpd
 SUB_FILES=	pkg-message thttpd.conf.sample

Modified: head/x11-fm/ezfm/Makefile
==============================================================================
--- head/x11-fm/ezfm/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/x11-fm/ezfm/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ezfm
-# Date created:				27 July 1998
-# Whom:					Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
 # $FreeBSD$
-#
 
 PORTNAME=	ezfm
 PORTVERSION=	0.4.3
@@ -20,7 +16,8 @@ LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphic
 		EZ.1:${PORTSDIR}/graphics/EZWGL
 
 WRKSRC=		${WRKDIR}/EZFM-${PORTVERSION}
-USE_GMAKE=	yes
+USES=		gmake
+MAKE_JOBS_UNSAFE=	yes
 
 MAN1=		ezfm.1
 

Modified: head/x11-toolkits/slingshot/Makefile
==============================================================================
--- head/x11-toolkits/slingshot/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
+++ head/x11-toolkits/slingshot/Makefile	Wed Jul 10 13:12:03 2013	(r322689)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	SlingShot
-# Date created:		5 March 1997
-# Whom:			Pedro Giffuni
-#
+# Created by: Pedro Giffuni
 # $FreeBSD$
-#
 
 PORTNAME=	slingshot
 PORTVERSION=	2.1
@@ -24,7 +20,8 @@ LIB_DEPENDS=	xview.3:${PORTSDIR}/x11-too
 
 WRKSRC=		${WRKDIR}/sspkg2.1
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
+USES=		gmake
+MAKE_JOBS_UNSAFE=	yes
 MAKE_ENV=	OPENWINHOME=${LOCALBASE}
 
 post-install:


More information about the svn-ports-all mailing list