diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-07-08 18:42:15 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-07-08 18:42:15 +0000 |
commit | 6fe706fd4b9b0b87916cfce74ab6107039a1f1fe (patch) | |
tree | 95c3e5e00266f9da92ed052b260dfa7698b52a62 | |
parent | 1af651482e6f078a83a382d14ff88fc7c50a67f3 (diff) | |
download | ports-6fe706fd4b9b0b87916cfce74ab6107039a1f1fe.tar.gz ports-6fe706fd4b9b0b87916cfce74ab6107039a1f1fe.zip |
Notes
73 files changed, 78 insertions, 222 deletions
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index 6f531de67981..5f7396101257 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unlzx -# Date created: Sat 3 June 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= unlzx PORTVERSION= 1.1 diff --git a/archivers/unmass/Makefile b/archivers/unmass/Makefile index 4e282b888c77..cc6b08587036 100644 --- a/archivers/unmass/Makefile +++ b/archivers/unmass/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unmass -# Date created: 14 Aug 2007 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= unmass PORTVERSION= 0.9 @@ -16,8 +12,8 @@ COMMENT= Extract game archives such as wad, dar, mea exe's, and many more LICENSE= GPLv2 +USES= gmake GNU_CONFIGURE= yes -USE_GMAKE= yes USE_DOS2UNIX= yes MAKE_JOBS_SAFE= yes diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index a42b57c3d0fe..633cb9df6dbe 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unzip -# Date created: 17 October 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= unzip PORTVERSION= 6.0 diff --git a/astro/p5-GPS/Makefile b/astro/p5-GPS/Makefile index 374c3825ff22..d62963e96e7e 100644 --- a/astro/p5-GPS/Makefile +++ b/astro/p5-GPS/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-GPS -# Date created: 5 December 2000 -# Whom: Jeremy Shaffner <jeremy@external.org> -# +# Created by: Jeremy Shaffner <jeremy@external.org> # $FreeBSD$ PORTNAME= GPS diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index 9d87d66d92e3..9221a146ffd7 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: audacious-dumb -# Date created: 27 May 2007 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= audacious-dumb PORTVERSION= 0.82 @@ -20,7 +16,7 @@ RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile index 2b8007ded3fc..365c655a525f 100644 --- a/audio/gbsplay/Makefile +++ b/audio/gbsplay/Makefile @@ -12,8 +12,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT?= Emulates the sound hardware of the Nintendo Game Boy(TM) HAS_CONFIGURE= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake MAKE_JOBS_SAFE= yes USE_CSTD= gnu89 diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index 0be13587e584..d39752207eaf 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmodplug -# Date created: 3 February 2004 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= libmodplug PORTVERSION= 0.8.8.4 @@ -13,8 +9,8 @@ MASTER_SITES= SF/modplug-xmms/${PORTNAME}/${PORTVERSION} CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= ModPlug mod-like music shared libraries +USES= gmake USE_LDCONFIG= yes -USE_GMAKE= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/audio/libxmp/Makefile b/audio/libxmp/Makefile index af9387574792..312cc6ca75fc 100644 --- a/audio/libxmp/Makefile +++ b/audio/libxmp/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Module rendering library for xmp -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 44b68b1637ae..14042cbb5f29 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= mikmod:${PORTSDIR}/audio/libmikmod -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index ea7406ffeee1..57bcdacfbb91 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -22,8 +22,7 @@ LIB_DEPENDS= id3tag:${PORTSDIR}/audio/libid3tag \ ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= ncurses +USES= ncurses gmake USE_LDCONFIG= yes INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE= yes diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index 307f96cd923b..b99c7a0025cb 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -13,7 +13,7 @@ COMMENT= Command-line player for gsf audio files LIB_DEPENDS= ao:${PORTSDIR}/audio/libao -USE_GMAKE= yes +USES= gmake USE_DOS2UNIX= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/audio/resid/Makefile b/audio/resid/Makefile index 5f6462c380ab..9d2c1471ef4c 100644 --- a/audio/resid/Makefile +++ b/audio/resid/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: resid -# Date created: 6 October 2002 -# Whom: Anders Nordby <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $FreeBSD$ -# PORTNAME= resid PORTVERSION= 0.16 diff --git a/audio/uade/Makefile b/audio/uade/Makefile index 689e346922d0..cae9e61a48b8 100644 --- a/audio/uade/Makefile +++ b/audio/uade/Makefile @@ -1,4 +1,4 @@ -# Created by: Martin Blapp <mbr@freebsd.org> +# Created by: Martin Blapp <mbr@FreeBSD.org> # $FreeBSD$ PORTNAME= uade @@ -13,9 +13,9 @@ COMMENT= Unix Amiga Delitracker Emulator LIB_DEPENDS= ao:${PORTSDIR}/audio/libao +USES= gmake HAS_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes MAKE_JOBS_SAFE= yes DOCSDIR= ${PREFIX}/share/doc/uade2 diff --git a/audio/wav2cdr/Makefile b/audio/wav2cdr/Makefile index 2bb04ff660cb..5fd552927f52 100644 --- a/audio/wav2cdr/Makefile +++ b/audio/wav2cdr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wav2cdr -# Date created: 9 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= wav2cdr PORTVERSION= 2.3.3 diff --git a/audio/xmms-ahx/Makefile b/audio/xmms-ahx/Makefile index fa8a9792c8e6..86cb9b938d64 100644 --- a/audio/xmms-ahx/Makefile +++ b/audio/xmms-ahx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmms-ahx -# Date created: 2 June 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= xmms-ahx PORTVERSION= 0.6 @@ -25,7 +21,7 @@ PLIST_FILES= lib/xmms/Input/libahx.la \ lib/xmms/Input/libahx.so GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_GNOME= gtk12 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/audio/xmms-nsf/Makefile b/audio/xmms-nsf/Makefile index c38d4b8db73b..3ccff3df8794 100644 --- a/audio/xmms-nsf/Makefile +++ b/audio/xmms-nsf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmms-nsf -# Date created: 18 Aug 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= xmms-nsf PORTVERSION= 0.0.3 diff --git a/audio/xmms-openspc/Makefile b/audio/xmms-openspc/Makefile index 3a3cf5686e6f..68817d35a4f0 100644 --- a/audio/xmms-openspc/Makefile +++ b/audio/xmms-openspc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmms-openspc -# Date created: 11 June 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= openspc PORTVERSION= 0.0.3 diff --git a/audio/xmms-sapplug/Makefile b/audio/xmms-sapplug/Makefile index ec9846a7ecd1..e83381444f14 100644 --- a/audio/xmms-sapplug/Makefile +++ b/audio/xmms-sapplug/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -USE_GMAKE= yes +USES= gmake USE_GNOME= glib12 USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes diff --git a/audio/xmms-volnorm/Makefile b/audio/xmms-volnorm/Makefile index 8647f29bbff4..abf8bc09798f 100644 --- a/audio/xmms-volnorm/Makefile +++ b/audio/xmms-volnorm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmms-volnorm -# Date created: Fri Aug 17 12:17:23 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# +# Created by: Patrick Li <pat@databits.net> # $FreeBSD$ -# PORTNAME= volnorm PORTVERSION= 0.8.3 diff --git a/audio/xmms-xymms/Makefile b/audio/xmms-xymms/Makefile index 7c43c5f8bd92..118b7cc5ee4c 100644 --- a/audio/xmms-xymms/Makefile +++ b/audio/xmms-xymms/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmms-xymms -# Date created: 27 Jun 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= xymms DISTVERSION= 0.9.1 diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index c160ac7369aa..71969464f983 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= xmp:${PORTSDIR}/audio/libxmp -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake WANT_GNOME= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index 27af62a87db6..692308d21d08 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -20,8 +20,8 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes +USES= gmake USE_GNOME= libwnck gconf2 -USE_GMAKE= yes USE_GCC= 4.4+ MAKE_JOBS_SAFE= yes diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 8f1ce8997b48..0d7497a98316 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -22,9 +22,9 @@ RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes INSTALLS_ICONS= yes +USES= gmake USE_BZIP2= yes USE_GNOME= librsvg2 -USE_GMAKE= yes USE_LDCONFIG= yes USE_XFCE= configenv libutil libgui MAKE_JOBS_SAFE= yes diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index 97a432cde39f..49f138842023 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -16,11 +16,10 @@ LICENSE= GPLv3 LIB_DEPENDS= dbus-glib:${PORTSDIR}/devel/dbus-glib \ notify:${PORTSDIR}/devel/libnotify -USES= pkgconfig +USES= pkgconfig gmake USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil xfconf INSTALLS_ICONS= yes diff --git a/devel/libexplain/Makefile b/devel/libexplain/Makefile index d78b4d12fa91..6a6d870f8db0 100644 --- a/devel/libexplain/Makefile +++ b/devel/libexplain/Makefile @@ -16,8 +16,7 @@ BUILD_DEPENDS= pdfopt:${PORTSDIR}/print/ghostscript9 \ gsed:${PORTSDIR}/textproc/gsed USE_AUTOTOOLS= libtool -USES= bison gettext -USE_GMAKE= yes +USES= bison gettext gmake USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile b/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile index 2fe3767d8284..9ca5da208d3f 100644 --- a/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile +++ b/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-TreeDumper-Renderer-GTK -# Date Created: 21 Apr 2008 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Data-TreeDumper-Renderer-GTK PORTVERSION= 0.02 diff --git a/devel/p5-Eval-Context/Makefile b/devel/p5-Eval-Context/Makefile index d24a1c8e47d9..7069d5558e51 100644 --- a/devel/p5-Eval-Context/Makefile +++ b/devel/p5-Eval-Context/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Eval-Context -# Date Created: 22 Apr 2008 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Eval-Context PORTVERSION= 0.09.11 diff --git a/devel/p5-Package-Generator/Makefile b/devel/p5-Package-Generator/Makefile index 7f414b95aefd..145820becd40 100644 --- a/devel/p5-Package-Generator/Makefile +++ b/devel/p5-Package-Generator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Package-Generator -# Date Created: 22 Apr 2008 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Package-Generator PORTVERSION= 0.103 diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile index 271dbc873729..56dcb9177096 100644 --- a/dns/nslint/Makefile +++ b/dns/nslint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nslint -# Date created: 27 October 1997 -# Whom: dglo@ssec.wisc.edu -# +# Created by: dglo@ssec.wisc.edu # $FreeBSD$ -# PORTNAME= nslint PORTVERSION= 3.1 diff --git a/games/bloboats/Makefile b/games/bloboats/Makefile index 3f23fd9c0ce7..944c93c769a7 100644 --- a/games/bloboats/Makefile +++ b/games/bloboats/Makefile @@ -11,14 +11,11 @@ MASTER_SITES= http://mirror.kapsi.fi/bloboats.dy.fi/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Boat racing game in the spirit of Elasto Mania or X-Moto -USE_GMAKE= yes +USES= gmake USE_SDL= mixer image net sdl USE_GL= yes MAKE_JOBS_SAFE= yes MAKE_ENV+= DATADIR="${DATADIR}" -#post-patch: -# @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile - .include <bsd.port.mk> diff --git a/games/filters/Makefile b/games/filters/Makefile index c1f7e09a2948..95d099cf6cb1 100644 --- a/games/filters/Makefile +++ b/games/filters/Makefile @@ -14,9 +14,8 @@ COMMENT= Collection of filters, including B1FF, and the Swedish Chef CONFLICTS= talkfilters-[0-9]* jive-[0-9]* chef-[0-9]* kenny-[0-9]* \ lolcat-[0-9]* -USES= shebangfix +USES= shebangfix gmake USE_PERL5= yes -USE_GMAKE= yes USE_GCC= any MAKE_JOBS_UNSAFE= yes diff --git a/german/schwobifyer/Makefile b/german/schwobifyer/Makefile index 5596cb2951cd..cce5bed48655 100644 --- a/german/schwobifyer/Makefile +++ b/german/schwobifyer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: schwobifyer -# Date created: 30 Jul 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= schwobifyer PORTVERSION= 20050730 diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index f92f077a2853..a1d4e21b5e37 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ jpeg:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes -USES= pkgconfig:build -USE_GMAKE= yes +USES= pkgconfig gmake MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/graphics/fig2sxd/Makefile b/graphics/fig2sxd/Makefile index ff5df531d948..ffbddace8930 100644 --- a/graphics/fig2sxd/Makefile +++ b/graphics/fig2sxd/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert .xfig files to the OpenOffice draw format -USE_GMAKE= yes +USES= gmake MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/fractorama/Makefile b/graphics/fractorama/Makefile index 9169c529b6be..191e79565075 100644 --- a/graphics/fractorama/Makefile +++ b/graphics/fractorama/Makefile @@ -16,8 +16,7 @@ COMMENT= Fractal generation program LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff USE_QT_VER= 3 -USES= bison -USE_GMAKE= yes +USES= bison gmake MAKE_JOBS_UNSAFE= yes MAKE_ENV= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index c863c1cb1d03..52517ad72452 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -14,7 +14,7 @@ COMMENT= Pixelart-oriented bitmap painting program LIB_DEPENDS= X11:${PORTSDIR}/x11/libX11 \ png15:${PORTSDIR}/graphics/png -USE_GMAKE= yes +USES= gmake USE_GCC= any USE_SDL= sdl image MAKE_JOBS_SAFE= yes diff --git a/graphics/icat/Makefile b/graphics/icat/Makefile index 53d8d61f5ee2..877e869ae744 100644 --- a/graphics/icat/Makefile +++ b/graphics/icat/Makefile @@ -8,7 +8,7 @@ CATEGORIES= graphics MAINTAINER= ehaupt@FreeBSD.org COMMENT= Displays images in 256-color capable terminals -USE_GMAKE= yes +USES= gmake USE_DOS2UNIX= Makefile USE_EFL= imlib2 USE_GITHUB= yes diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index 4a0681014334..b3ac79ce6271 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pkgconfig:build +USES= pkgconfig MAKE_JOBS_SAFE= yes diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile index d4e338c7c772..be200a1520f9 100644 --- a/graphics/metacam/Makefile +++ b/graphics/metacam/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Digital camera EXIF meta-information reader -USE_GMAKE= yes +USES= gmake MAKE_JOBS_SAFE= yes CFLAGS+= -I${LOCALBASE}/include diff --git a/graphics/pecomato/Makefile b/graphics/pecomato/Makefile index ecabaac33497..b459f3611c83 100644 --- a/graphics/pecomato/Makefile +++ b/graphics/pecomato/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.mollux.org/projects/pecomato/download/sources/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line picture metadata processor -USE_GMAKE= yes +USES= gmake USE_PYTHON_BUILD= yes MAKE_JOBS_SAFE= yes diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index 7d27d6e718b5..ec2b23322a27 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ gcrypt:${PORTSDIR}/security/libgcrypt -USE_GMAKE= yes +USES= gmake USE_EFL= imlib2 MAKE_JOBS_SAFE= yes diff --git a/mail/p5-Sendmail-AccessDB/Makefile b/mail/p5-Sendmail-AccessDB/Makefile index a1a9d4af5e14..007e800cee62 100644 --- a/mail/p5-Sendmail-AccessDB/Makefile +++ b/mail/p5-Sendmail-AccessDB/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sendmail-AccessDB -# Date created: 29 Jun 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= Sendmail-AccessDB PORTVERSION= 1.03 diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index be1b8a383c20..260cff9fc657 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -14,9 +14,8 @@ COMMENT= Lightweight, featureful, and fast GTK+ based e-mail client LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support -USES= gettext iconv +USES= gettext iconv gmake USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 08d1b2798e97..f9b293d10d51 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -12,8 +12,8 @@ COMMENT= Highly portable, general purpose CAS (Computer Algebra System) LICENSE= GPLv2 +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes MAKE_JOBS_SAFE= yes diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile index 62b7f3abbb6b..e4f7b8709bb8 100644 --- a/misc/bestfit/Makefile +++ b/misc/bestfit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bestfit-0.2.0 -# Date created: 09 Oct 2001 -# Whom: Steven Enderle <enderle@mdn.de> -# +# Created by: Steven Enderle <enderle@mdn.de> # $FreeBSD$ -# PORTNAME= bestfit PORTVERSION= 0.2.0 diff --git a/misc/gnu-watch/Makefile b/misc/gnu-watch/Makefile index eef12a79ae0e..c3d69022d877 100644 --- a/misc/gnu-watch/Makefile +++ b/misc/gnu-watch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnu-watch -# Date created: 3 June 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= watch DISTVERSION= 3.2.8 diff --git a/misc/talkfilters/Makefile b/misc/talkfilters/Makefile index 461f9be31039..54b9cd399d62 100644 --- a/misc/talkfilters/Makefile +++ b/misc/talkfilters/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: talkfilters -# Date created: 03 July 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# +# Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ -# PORTNAME= talkfilters PORTVERSION= 2.3.8 diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile index 3b45a00d3970..1bf97fc9fef7 100644 --- a/multimedia/subtitleeditor/Makefile +++ b/multimedia/subtitleeditor/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ enchant:${PORTSDIR}/textproc/enchant \ pcre:${PORTSDIR}/devel/pcre -USE_GMAKE= yes +USES= gmake USE_GNOME= gtk20 USE_GSTREAMER= good INSTALLS_ICONS= yes diff --git a/net-im/pidgin-bs/Makefile b/net-im/pidgin-bs/Makefile index 34288a47527d..63ac459f3fcd 100644 --- a/net-im/pidgin-bs/Makefile +++ b/net-im/pidgin-bs/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes -USES= gettext +USES= gettext gmake USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin MAKE_JOBS_SAFE= yes diff --git a/net-im/pidgin-privacy-please/Makefile b/net-im/pidgin-privacy-please/Makefile index c895911dfa1d..1fa23d61bd32 100644 --- a/net-im/pidgin-privacy-please/Makefile +++ b/net-im/pidgin-privacy-please/Makefile @@ -17,8 +17,7 @@ BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin MAKE_JOBS_SAFE= yes diff --git a/net-mgmt/nagstamon/Makefile b/net-mgmt/nagstamon/Makefile index 9b81cacdae35..83a0d9193a92 100644 --- a/net-mgmt/nagstamon/Makefile +++ b/net-mgmt/nagstamon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagstamon -# Date created: 26 May 2011 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nagstamon PORTVERSION= 0.9.9 diff --git a/net-p2p/createtorrent/Makefile b/net-p2p/createtorrent/Makefile index 20dcbd0a4ca1..51dd43bc154b 100644 --- a/net-p2p/createtorrent/Makefile +++ b/net-p2p/createtorrent/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: createtorrent -# Date created: 7 Jan 2007 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= createtorrent PORTVERSION= 1.1.4 diff --git a/net/httping/Makefile b/net/httping/Makefile index ba962f78dcd8..2e0adb608a78 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Ping-like tool for HTTP requests -USE_GMAKE= yes +USES= gmake MAKE_JOBS_SAFE= yes MAN1= httping.1 diff --git a/net/minissdpd/Makefile b/net/minissdpd/Makefile index 2e720f0b4362..4f30719ef09d 100644 --- a/net/minissdpd/Makefile +++ b/net/minissdpd/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://miniupnp.free.fr/files/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= UPnP IGD discovery speed enhancer -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= minissdpd MAKE_JOBS_SAFE= yes diff --git a/net/nload/Makefile b/net/nload/Makefile index e0e26a3ba05f..eac265e7bbfc 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nload -# Date created: 24 April 2002 -# Whom: Olivier Tharan <olive@oban.frmug.org> -# +# Created by: Olivier Tharan <olive@oban.frmug.org> # $FreeBSD$ -# PORTNAME= nload PORTVERSION= 0.7.4 diff --git a/net/recvnet/Makefile b/net/recvnet/Makefile index 45b88246c95d..31ba689bf286 100644 --- a/net/recvnet/Makefile +++ b/net/recvnet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: recvnet -# Date created: 27 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= recvnet PORTVERSION= 0.0.1 diff --git a/security/op/Makefile b/security/op/Makefile index 511f9fe10424..a4a584c3b40f 100644 --- a/security/op/Makefile +++ b/security/op/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: op -# Date created: 30 Sep 2008 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= op PORTVERSION= 1.32 diff --git a/security/pkcrack/Makefile b/security/pkcrack/Makefile index 0cf82a786583..b316262838ab 100644 --- a/security/pkcrack/Makefile +++ b/security/pkcrack/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utility for breaking pkzip encryption -USE_GMAKE= yes +USES= gmake MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index 13433ccb16a4..2056d4425b0d 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -10,8 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy -USE_GMAKE= yes -USES= pkgconfig:build +USES= pkgconfig gmake MAKE_JOBS_SAFE= yes ALL_TARGET= ${PORTNAME} diff --git a/security/pure-sfv/Makefile b/security/pure-sfv/Makefile index f6949d591c6a..9b1952d88e9e 100644 --- a/security/pure-sfv/Makefile +++ b/security/pure-sfv/Makefile @@ -12,7 +12,7 @@ COMMENT= Utility to test and create .sfv files LICENSE= GPLv2 -USE_GMAKE= yes +USES= gmake MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR} diff --git a/security/tthsum/Makefile b/security/tthsum/Makefile index 4110d8ed1b18..b295a583e7e2 100644 --- a/security/tthsum/Makefile +++ b/security/tthsum/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 CONFLICTS= microdc2-[0-9]* -USE_GMAKE= yes +USES= gmake MANCOMPRESSED= yes MAKE_JOBS_SAFE= yes diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index abcbaabfb26c..7592ea3a66cb 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -14,8 +14,7 @@ COMMENT= Client for Cisco 3000 VPN Concentrator LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= vpnc-script:${PORTSDIR}/sysutils/vpnc-scripts -USES= shebangfix -USE_GMAKE= yes +USES= shebangfix gmake USE_PERL5_BUILD=yes USE_RC_SUBR= vpnc MAKE_JOBS_SAFE= yes diff --git a/sysutils/cdircmp/Makefile b/sysutils/cdircmp/Makefile index 32e40987bd1d..a565ef835df2 100644 --- a/sysutils/cdircmp/Makefile +++ b/sysutils/cdircmp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cdircmp -# Date created: 21 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= cdircmp PORTVERSION= 0.3 diff --git a/sysutils/disktype/Makefile b/sysutils/disktype/Makefile index 012857a481f2..e515ce9cae19 100644 --- a/sysutils/disktype/Makefile +++ b/sysutils/disktype/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= ehaupt@FreeBSD.org COMMENT= Disk formatting type autodetector -USE_GMAKE= yes +USES= gmake MAKE_JOBS_SAFE= yes PLIST_FILES= bin/disktype diff --git a/sysutils/dvdbackup/Makefile b/sysutils/dvdbackup/Makefile index 2b4ee3c9ec51..945f842bc1a3 100644 --- a/sysutils/dvdbackup/Makefile +++ b/sysutils/dvdbackup/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= dvdread:${PORTSDIR}/multimedia/libdvdread GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile index ca0f5e29c2f3..512b8bd881d5 100644 --- a/sysutils/fusefs-ext4fuse/Makefile +++ b/sysutils/fusefs-ext4fuse/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo -USES= fuse pkgconfig:build -USE_GMAKE= yes +USES= fuse pkgconfig gmake USE_GITHUB= yes GH_ACCOUNT= gerard GH_COMMIT= 33f57f6 diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index 96114b8af2aa..ac6ff64d14e8 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= ftgl:${PORTSDIR}/graphics/ftgl \ pcre.3:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -USES= pkgconfig:build +USES= pkgconfig USE_SDL= sdl image CFLAGS+= -L/usr/local/lib -I/usr/local/include diff --git a/sysutils/p5-Dir-Purge/Makefile b/sysutils/p5-Dir-Purge/Makefile index d8cb37289166..5930cbc0b061 100644 --- a/sysutils/p5-Dir-Purge/Makefile +++ b/sysutils/p5-Dir-Purge/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/p5-Dir-Purge -# Date created: 4 July 2006 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Dir-Purge PORTVERSION= 1.02 diff --git a/sysutils/tmpreaper/Makefile b/sysutils/tmpreaper/Makefile index 6fc0d8eec386..54d52a10005c 100644 --- a/sysutils/tmpreaper/Makefile +++ b/sysutils/tmpreaper/Makefile @@ -12,7 +12,7 @@ COMMENT= Cleans up files in directories based on their age LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake MAKE_JOBS_SAFE= yes PLIST_FILES= sbin/tmpreaper diff --git a/sysutils/wuzzah/Makefile b/sysutils/wuzzah/Makefile index c5dedc360bf0..98b653a1fd0a 100644 --- a/sysutils/wuzzah/Makefile +++ b/sysutils/wuzzah/Makefile @@ -12,7 +12,7 @@ COMMENT= Command-line utility for stalking users LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake MAKE_JOBS_SAFE= yes PLIST_FILES= bin/wuzzah diff --git a/textproc/htmlise/Makefile b/textproc/htmlise/Makefile index 5adfc375caf9..575ba6e51e48 100644 --- a/textproc/htmlise/Makefile +++ b/textproc/htmlise/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: htmlise -# Date created: 2 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= htmlise PORTVERSION= 0.2 diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile index 6bed97f529e9..0a7e19912903 100644 --- a/textproc/uni2ascii/Makefile +++ b/textproc/uni2ascii/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uni2ascii -# Date created: 12 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= uni2ascii PORTVERSION= 4.18 diff --git a/textproc/xlreader/Makefile b/textproc/xlreader/Makefile index 5780a294a8bf..694b5717d7d0 100644 --- a/textproc/xlreader/Makefile +++ b/textproc/xlreader/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xlreader -# Date created: 25 Jun 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= xlreader PORTVERSION= 0.9.0 |