pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics replace deprecated USE_GMAKE with USE_GNU_TOO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a528ad6c76a
branches:  trunk
changeset: 466932:8a528ad6c76a
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jan 24 15:46:42 2004 +0000

description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

diffstat:

 graphics/3DKit/Makefile.common         |  4 ++--
 graphics/ImageViewer/Makefile          |  4 ++--
 graphics/Ngraph/Makefile               |  4 ++--
 graphics/alevt/Makefile                |  4 ++--
 graphics/aqsis/Makefile                |  4 ++--
 graphics/avi-xmms/Makefile             |  4 ++--
 graphics/avidemux/Makefile             |  4 ++--
 graphics/avifile-devel/Makefile        |  4 ++--
 graphics/avifile/Makefile              |  4 ++--
 graphics/blender/Makefile              |  4 ++--
 graphics/camlimages/Makefile           |  4 ++--
 graphics/clanlib/Makefile              |  4 ++--
 graphics/compface/Makefile             |  4 ++--
 graphics/dia/Makefile                  |  4 ++--
 graphics/dvdview/Makefile              |  4 ++--
 graphics/dx/Makefile                   |  4 ++--
 graphics/dxsamples/Makefile            |  4 ++--
 graphics/ee/Makefile                   |  4 ++--
 graphics/eog/Makefile                  |  4 ++--
 graphics/eog2/Makefile                 |  4 ++--
 graphics/ffmpeg/Makefile               |  4 ++--
 graphics/freetype2/Makefile            |  4 ++--
 graphics/fxtv/Makefile                 |  4 ++--
 graphics/g3d/Makefile                  |  4 ++--
 graphics/gdk-pixbuf/Makefile.common    |  4 ++--
 graphics/gimageview/Makefile           |  4 ++--
 graphics/gimp-base/Makefile            |  4 ++--
 graphics/gimp-wideangle/Makefile       |  4 ++--
 graphics/giram/Makefile                |  4 ++--
 graphics/gmencoder/Makefile            |  4 ++--
 graphics/gnome-icon-theme/Makefile     |  4 ++--
 graphics/gnome-iconedit/Makefile       |  4 ++--
 graphics/gpaint/Makefile               |  4 ++--
 graphics/gri/Makefile                  |  4 ++--
 graphics/gtkglext/Makefile             |  4 ++--
 graphics/gtksee/Makefile               |  4 ++--
 graphics/hermes/Makefile               |  4 ++--
 graphics/imlib/Makefile                |  4 ++--
 graphics/kmplayer/Makefile             |  4 ++--
 graphics/libdvbpsi/Makefile            |  4 ++--
 graphics/libgnomecanvas/Makefile       |  4 ++--
 graphics/libmpeg2/Makefile             |  4 ++--
 graphics/mgl/Makefile                  |  4 ++--
 graphics/mjpegtools/Makefile           |  4 ++--
 graphics/mpeg_encode/Makefile          |  4 ++--
 graphics/mplayer-share/Makefile.common |  4 ++--
 graphics/mplex/Makefile                |  4 ++--
 graphics/netpbm/Makefile               |  4 ++--
 graphics/ogle/Makefile                 |  4 ++--
 graphics/ogle_gui/Makefile             |  4 ++--
 graphics/openptc/Makefile              |  4 ++--
 graphics/openquicktime/Makefile        |  4 ++--
 graphics/pixieplus/Makefile            |  4 ++--
 graphics/plplot/Makefile               |  4 ++--
 graphics/py-gdchart/Makefile           |  4 ++--
 graphics/qiv/Makefile                  |  4 ++--
 graphics/resize_image/Makefile         |  4 ++--
 graphics/sane-backends/Makefile.common |  4 ++--
 graphics/scigraphica/Makefile          |  4 ++--
 graphics/smpeg-xmms/Makefile           |  4 ++--
 graphics/sodipodi/Makefile             |  4 ++--
 graphics/transcode/Makefile            |  4 ++--
 graphics/tuxpaint/Makefile             |  4 ++--
 graphics/wmphoto/Makefile              |  4 ++--
 graphics/xawtv/Makefile                |  4 ++--
 graphics/xbmbrowser/Makefile           |  4 ++--
 graphics/xsane/Makefile                |  4 ++--
 graphics/xzgv/Makefile                 |  4 ++--
 68 files changed, 136 insertions(+), 136 deletions(-)

diffs (truncated from 1221 to 300 lines):

diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/3DKit/Makefile.common
--- a/graphics/3DKit/Makefile.common    Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/3DKit/Makefile.common    Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2003/07/17 21:39:51 grant Exp $
+# $NetBSD: Makefile.common,v 1.5 2004/01/24 15:46:42 grant Exp $
 #
 
 DISTNAME=      3DKit-0.3.1r2
@@ -15,6 +15,6 @@
 
 NO_CONFIGURE=  YES
 USE_BUILDLINK2=        YES
-USE_GMAKE=     YES
+USE_GNU_TOOLS+=        make
 USE_X11=       YES
 MAKEFILE=      GNUmakefile
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/ImageViewer/Makefile
--- a/graphics/ImageViewer/Makefile     Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/ImageViewer/Makefile     Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/23 21:50:45 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/24 15:46:42 grant Exp $
 #
 
 DISTNAME=      ImageViewer-0.6.0
@@ -13,7 +13,7 @@
 WRKSRC=                ${WRKDIR}/ImageViewer
 NO_CONFIGURE=  YES
 USE_BUILDLINK2=        YES
-USE_GMAKE=     YES
+USE_GNU_TOOLS+=        make
 USE_X11=       YES
 MAKEFILE=      GNUmakefile
 
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/Ngraph/Makefile
--- a/graphics/Ngraph/Makefile  Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/Ngraph/Makefile  Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/11/08 10:13:10 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/24 15:46:42 grant Exp $
 #
 
 DISTNAME=      Ngraph-6.3.20-src
@@ -17,7 +17,7 @@
 
 USE_BUILDLINK2=                yes
 USE_X11=               yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 
 post-extract:
        ${GTAR} -C ${WRKSRC}/combo -xzf ${DISTDIR}/ileaf-widgets.tar.Z
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/alevt/Makefile
--- a/graphics/alevt/Makefile   Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/alevt/Makefile   Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:03 fredb Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/24 15:46:42 grant Exp $
 
 DISTNAME=      alevt-1.6.0
 PKGREVISION=   1
@@ -16,7 +16,7 @@
                        NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-*
 
 USE_X11BASE=   YES
-USE_GMAKE=     YES
+USE_GNU_TOOLS+=        make
 
 pre-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/aqsis/Makefile
--- a/graphics/aqsis/Makefile   Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/aqsis/Makefile   Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:41 reed Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 15:46:42 grant Exp $
 #
 
 DISTNAME=              aqsis-0.6.4
@@ -13,7 +13,7 @@
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 USE_X11=               yes
 
 USE_BUILDLINK2=                yes
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/avi-xmms/Makefile
--- a/graphics/avi-xmms/Makefile        Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/avi-xmms/Makefile        Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/08/28 20:05:17 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/24 15:46:42 grant Exp $
 #
 
 DISTNAME=      avi-xmms-1.2.2
@@ -14,7 +14,7 @@
 
 GNU_CONFIGURE=         YES
 USE_BUILDLINK2=                YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=       ${WRKSRC}/libtool
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/avidemux/Makefile
--- a/graphics/avidemux/Makefile        Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/avidemux/Makefile        Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/23 21:50:45 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/24 15:46:42 grant Exp $
 #
 
 DISTNAME=      avidemux-2.0.18
@@ -14,7 +14,7 @@
 
 GNU_CONFIGURE=         YES
 USE_BUILDLINK2=                YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           YES
 
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/avifile-devel/Makefile
--- a/graphics/avifile-devel/Makefile   Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/avifile-devel/Makefile   Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2004/01/20 12:18:15 agc Exp $
+# $NetBSD: Makefile,v 1.38 2004/01/24 15:46:42 grant Exp $
 #
 
 DISTNAME=      avifile-0.6.20010814
@@ -23,7 +23,7 @@
 AUTOMAKE_REQD=         1.4
 USE_BUILDLINK2=                YES
 USE_X11=               YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 
 USE_LIBTOOL=           YES
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/avifile/Makefile
--- a/graphics/avifile/Makefile Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/avifile/Makefile Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/07/26 21:41:25 jmmv Exp $
+# $NetBSD: Makefile,v 1.20 2004/01/24 15:46:42 grant Exp $
 
 DISTNAME=      avifile-0.53.5
 PKGREVISION=   2
@@ -16,7 +16,7 @@
 ONLY_FOR_PLATFORM=     NetBSD-*-i386
 
 USE_BUILDLINK2=                YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           YES
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/blender/Makefile
--- a/graphics/blender/Makefile Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/blender/Makefile Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/01/10 20:25:10 jschauma Exp $
+# $NetBSD: Makefile,v 1.29 2004/01/24 15:46:43 grant Exp $
 #
 
 DISTNAME=              blender-2.31a
@@ -14,7 +14,7 @@
 
 USE_X11=               YES
 HAS_CONFIGURE=         YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 USE_BUILDLINK2=                YES
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/camlimages/Makefile
--- a/graphics/camlimages/Makefile      Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/camlimages/Makefile      Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/31 01:24:36 jtb Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/24 15:46:43 grant Exp $
 
 DISTNAME=              camlimages-2.11
 CATEGORIES=            graphics
@@ -12,7 +12,7 @@
 USE_BUILDLINK2=                yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 
 PLIST_SRC=     ${PKGDIR}/PLIST
 
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/clanlib/Makefile
--- a/graphics/clanlib/Makefile Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/clanlib/Makefile Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2003/11/30 22:58:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.35 2004/01/24 15:46:43 grant Exp $
 
 DISTNAME=              ClanLib-0.4.4
 PKGREVISION=           5
@@ -11,7 +11,7 @@
 
 USE_BUILDLINK2=                yes
 USE_X11BASE=           yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         yes
 PTHREAD_OPTS+=         require
 
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/compface/Makefile
--- a/graphics/compface/Makefile        Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/compface/Makefile        Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/09/21 12:13:17 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/24 15:46:43 grant Exp $
 
 DISTNAME=      compface-1.4
 CATEGORIES=    graphics
@@ -12,6 +12,6 @@
 
 USE_BUILDLINK2=                # defined
 GNU_CONFIGURE=         # defined
-USE_GMAKE=             # defined
+USE_GNU_TOOLS+=                make
 
 .include "../../mk/bsd.pkg.mk"
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/dia/Makefile
--- a/graphics/dia/Makefile     Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/dia/Makefile     Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/23 21:50:45 jmmv Exp $
+# $NetBSD: Makefile,v 1.25 2004/01/24 15:46:43 grant Exp $
 
 DISTNAME=      dia-0.92.2
 PKGREVISION=   4
@@ -14,7 +14,7 @@
 USE_BUILDLINK2=                YES
 USE_PKGLOCALEDIR=      YES
 USE_X11=               YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/dvdview/Makefile
--- a/graphics/dvdview/Makefile Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/dvdview/Makefile Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:40:21 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/24 15:46:43 grant Exp $
 
 DISTNAME=      dvdview-1.2.2
 PKGREVISION=   1
@@ -10,7 +10,7 @@
 COMMENT=       Software only MPEG-1/2 video decoder
 
 GNU_CONFIGURE= YES
-USE_GMAKE=     YES
+USE_GNU_TOOLS+=        make
 USE_X11=       YES
 USE_BUILDLINK2=        yes
 
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/dx/Makefile
--- a/graphics/dx/Makefile      Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/dx/Makefile      Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/01/03 18:49:42 reed Exp $
+# $NetBSD: Makefile,v 1.24 2004/01/24 15:46:43 grant Exp $
 
 DISTNAME=      dx-4.2.0
 PKGREVISION=   3
@@ -11,7 +11,7 @@
 
 USE_BUILDLINK2=                yes
 USE_X11BASE=           yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-javadx
 CONFIGURE_ENV+=                LEX="flex -l"
diff -r 912ab3d07e1e -r 8a528ad6c76a graphics/dxsamples/Makefile
--- a/graphics/dxsamples/Makefile       Sat Jan 24 15:32:59 2004 +0000
+++ b/graphics/dxsamples/Makefile       Sat Jan 24 15:46:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 21:40:23 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 15:46:43 grant Exp $
 
 DISTNAME=      dxsamples-4.2.0
 CATEGORIES=    graphics
@@ -11,7 +11,7 @@
 DEPENDS+=      dx-[0-9]*:../../graphics/dx
 
 GNU_CONFIGURE= yes
-USE_GMAKE=     yes



Home | Main Index | Thread Index | Old Index