From owner-svn-ports-all@FreeBSD.ORG Wed Jul 10 13:12:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5B299767; Wed, 10 Jul 2013 13:12:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3D83F1C6F; Wed, 10 Jul 2013 13:12:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6ADC7cY042457; Wed, 10 Jul 2013 13:12:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6ADC4C9042432; Wed, 10 Jul 2013 13:12:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307101312.r6ADC4C9042432@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 10 Jul 2013 13:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 10 Jul 2013 13:12:07 -0000 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 -# +# Created by: Björn König # $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 -# +# Created by: Ruslan Shevchenko # $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@pompo.net -# +# Created by: thierry@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 -# +# Created by: Stas Timokhin # $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 -# +# Created by: Eric Kjeldergaard # $FreeBSD$ -# PORTNAME= kiax PORTVERSION= 0.8.51 @@ -13,12 +9,13 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DISTNAME= kiax-${PORTVERSION}-src MAINTAINER= kjelderg@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 -# +# Created by: NAKATA, Maho # $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@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 -# +# Created by: Dan Piponi # $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 -# +# Created by: Anders Nordby # $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: