diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-12 21:20:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-12 21:20:04 +0800 |
commit | 9ac2cce51f6a5272123855e17223b67888bfed39 (patch) | |
tree | 5077640f5a22f591908a0deea75ab14206cdc71f | |
parent | 805a8e3fa5743b61dee05aeba86964fc627da8b7 (diff) | |
download | freebsd-ports-gnome-9ac2cce51f6a5272123855e17223b67888bfed39.tar.gz freebsd-ports-gnome-9ac2cce51f6a5272123855e17223b67888bfed39.tar.zst freebsd-ports-gnome-9ac2cce51f6a5272123855e17223b67888bfed39.zip |
Mark jobs unsafe
Trim headers
Convert to USES=gmake
-rw-r--r-- | cad/scotch/Makefile | 10 | ||||
-rw-r--r-- | databases/p5-Cache-Memcached-Fast/Makefile | 1 | ||||
-rw-r--r-- | games/xgalaga/Makefile | 6 | ||||
-rw-r--r-- | graphics/frontline/Makefile | 10 | ||||
-rw-r--r-- | security/tripwire-131/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/py-pyqwt/Makefile | 9 |
6 files changed, 15 insertions, 22 deletions
diff --git a/cad/scotch/Makefile b/cad/scotch/Makefile index e9edf114c12c..e40ded385a65 100644 --- a/cad/scotch/Makefile +++ b/cad/scotch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scotch -# Date created: Thu 2 feb 2006 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= scotch DISTVERSION= 5.1.12b_esmumps @@ -21,7 +17,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS= gbase-0.* gmap-2006.* -USE_GMAKE= yes +USES= gmake +MAKE_JOBS_UNSAFE= yes + .if defined(MAINTAINER_MODE) USE_FORTRAN= yes .endif diff --git a/databases/p5-Cache-Memcached-Fast/Makefile b/databases/p5-Cache-Memcached-Fast/Makefile index 517e01ddcf1d..f87e40294562 100644 --- a/databases/p5-Cache-Memcached-Fast/Makefile +++ b/databases/p5-Cache-Memcached-Fast/Makefile @@ -12,6 +12,7 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Fast Perl client for memcached, a distributed memory cache daemon PERL_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes MAN3= Cache::Memcached::Fast.3 diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile index a99ae5a12c97..87988a5b07de 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -1,5 +1,4 @@ -# Created by: asami -# +# Created by: asami # $FreeBSD$ PORTNAME= xgalaga @@ -10,7 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ MAINTAINER= turutani@scphys.kyoto-u.ac.jp COMMENT= Galaga resurrected on X -USE_GMAKE= yes +USES= gmake +MAKE_JOBS_UNSAFE= yes USE_XORG= xpm xmu HAS_CONFIGURE= yes MAN6= xgalaga.6x diff --git a/graphics/frontline/Makefile b/graphics/frontline/Makefile index 8dab39dc7443..6d8cba1dcee0 100644 --- a/graphics/frontline/Makefile +++ b/graphics/frontline/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: frontline -# Date created: 12 September 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= frontline PORTVERSION= 0.5.4 @@ -17,9 +13,9 @@ COMMENT= An autotrace GUI FRONTend like streamLINE(TM) LIB_DEPENDS= autotrace.3:${PORTSDIR}/graphics/autotrace \ popt.0:${PORTSDIR}/devel/popt -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs imlib libartlgpl2 -USES= gettext +USES= gettext gmake +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include diff --git a/security/tripwire-131/Makefile b/security/tripwire-131/Makefile index dfd9ab33f08c..15f673e2789a 100644 --- a/security/tripwire-131/Makefile +++ b/security/tripwire-131/Makefile @@ -17,6 +17,7 @@ MAN8= siggen.8 tripwire.8 NO_CDROM= cannot be redistributed for more than the cost of duplication NO_PACKAGE= requires local database to be built WRKSRC= ${WRKDIR}/tw_ASR_1.3.1_src +MAKE_JOBS_UNSAFE= yes TWCONFIG?= ${FILESDIR}/tw.conf.freebsd2 diff --git a/x11-toolkits/py-pyqwt/Makefile b/x11-toolkits/py-pyqwt/Makefile index f2438edfe417..7802e064c701 100644 --- a/x11-toolkits/py-pyqwt/Makefile +++ b/x11-toolkits/py-pyqwt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-pyqwt -# Date created: 2009-01-20 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= pyqwt PORTVERSION= 5.2.0 @@ -27,9 +23,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/qmake-qt4:${PORTSDIR}/devel/qmake4 \ RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= qwt.5:${PORTSDIR}/x11-toolkits/qwt5 +USES= gmake USE_PYTHON= 2.5+ -USE_GMAKE= yes MAKEFILE= GNUmakefile +MAKE_JOBS_UNSAFE= yes post-patch: ${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' \ |