pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases replace deprecated USE_GMAKE with USE_GNU_TO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/694a2c204410
branches:  trunk
changeset: 466660:694a2c204410
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jan 22 08:02:15 2004 +0000

description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

diffstat:

 databases/freetds/Makefile                |  4 ++--
 databases/geneweb/Makefile                |  4 ++--
 databases/gnats/Makefile                  |  4 ++--
 databases/guile-pg/Makefile               |  4 ++--
 databases/jdbc-postgresql/Makefile        |  4 ++--
 databases/libgda/Makefile.common          |  4 ++--
 databases/libgnomedb/Makefile             |  4 ++--
 databases/mergeant/Makefile               |  4 ++--
 databases/myodbc/Makefile                 |  4 ++--
 databases/mysql-client/Makefile.common    |  4 ++--
 databases/mysql-server/Makefile           |  4 ++--
 databases/mysql4-client/Makefile.common   |  4 ++--
 databases/odbc-postgresql/Makefile.common |  4 ++--
 databases/postgresql/Makefile.common      |  4 ++--
 databases/pxtools/Makefile                |  4 ++--
 databases/rrdtool/Makefile                |  4 ++--
 databases/sqlite/Makefile                 |  4 ++--
 databases/tdb/Makefile                    |  4 ++--
 databases/xsqlmenu/Makefile               |  4 ++--
 19 files changed, 38 insertions(+), 38 deletions(-)

diffs (truncated from 342 to 300 lines):

diff -r 229dd4c2c771 -r 694a2c204410 databases/freetds/Makefile
--- a/databases/freetds/Makefile        Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/freetds/Makefile        Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/10/09 17:23:16 jdolecek Exp $
+# $NetBSD: Makefile,v 1.18 2004/01/22 08:02:15 grant Exp $
 
 DISTNAME=      freetds-0.61.2
 CATEGORIES=    databases
@@ -10,7 +10,7 @@
 
 USE_BUILDLINK2=                yes
 USE_PKGINSTALL=                yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_PREFIX=  ${PREFIX}/freetds
diff -r 229dd4c2c771 -r 694a2c204410 databases/geneweb/Makefile
--- a/databases/geneweb/Makefile        Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/geneweb/Makefile        Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/07/17 21:28:07 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/22 08:02:15 grant Exp $
 #
 
 DISTNAME=      geneweb-4.09
@@ -12,7 +12,7 @@
 DEPENDS+=      ocaml>=3.04:../../lang/ocaml
 
 USE_PKGINSTALL=        yes
-USE_GMAKE=     yes
+USE_GNU_TOOLS+=        make
 
 RCD_SCRIPTS=   geneweb
 
diff -r 229dd4c2c771 -r 694a2c204410 databases/gnats/Makefile
--- a/databases/gnats/Makefile  Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/gnats/Makefile  Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/20 18:05:35 seb Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/22 08:02:15 grant Exp $
 
 DISTNAME=      gnats-3.113.1
 CATEGORIES=    devel
@@ -12,7 +12,7 @@
 
 USE_PKGINSTALL=        YES
 GNU_CONFIGURE= YES
-USE_GMAKE=     yes
+USE_GNU_TOOLS+=        make
 USE_BISON=     yes
 
 USE_MAKEINFO=  YES
diff -r 229dd4c2c771 -r 694a2c204410 databases/guile-pg/Makefile
--- a/databases/guile-pg/Makefile       Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/guile-pg/Makefile       Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/08/09 10:38:24 seb Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/22 08:02:15 grant Exp $
 #
 
 DISTNAME=      guile-pg-0.07
@@ -14,7 +14,7 @@
 
 USE_BUILDLINK2=        YES
 USE_LIBTOOL=   YES
-USE_GMAKE=     YES
+USE_GNU_TOOLS+=        make
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 GNU_CONFIGURE= YES
 CONFIGURE_ARGS+=       --with-libpq-includes=${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
diff -r 229dd4c2c771 -r 694a2c204410 databases/jdbc-postgresql/Makefile
--- a/databases/jdbc-postgresql/Makefile        Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/jdbc-postgresql/Makefile        Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/01/20 12:12:49 agc Exp $
+# $NetBSD: Makefile,v 1.23 2004/01/22 08:02:15 grant Exp $
 #
 
 DISTNAME=              postgresql-${DIST_VERS}
@@ -24,7 +24,7 @@
 EXTRACT_ELEMENTS=      ${DISTNAME}/src/interfaces/jdbc
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/src/interfaces/jdbc
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 
 EXAMPLEDIR=            ${PREFIX}/share/examples/java/jdbc-postgresql
 DOCDIR=                        ${PREFIX}/share/doc/java/jdbc-postgresql
diff -r 229dd4c2c771 -r 694a2c204410 databases/libgda/Makefile.common
--- a/databases/libgda/Makefile.common  Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/libgda/Makefile.common  Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2003/12/23 13:24:40 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.14 2004/01/22 08:02:16 grant Exp $
 #
 
 DISTNAME?=             libgda-1.0.0
@@ -10,7 +10,7 @@
 HOMEPAGE?=             http://www.gnome-db.org/
 
 USE_X11=               YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           YES
 USE_BUILDLINK2=                YES
 USE_PKGINSTALL=                YES
diff -r 229dd4c2c771 -r 694a2c204410 databases/libgnomedb/Makefile
--- a/databases/libgnomedb/Makefile     Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/libgnomedb/Makefile     Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/03 18:49:36 reed Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/22 08:02:16 grant Exp $
 #
 
 DISTNAME=              libgnomedb-1.0.0
@@ -15,7 +15,7 @@
 DEPENDS=               gnome2-dirs>=1.2:../../misc/gnome2-dirs
 
 USE_X11=               YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           YES
 USE_BUILDLINK2=                YES
 USE_PKGLOCALEDIR=      YES
diff -r 229dd4c2c771 -r 694a2c204410 databases/mergeant/Makefile
--- a/databases/mergeant/Makefile       Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/mergeant/Makefile       Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/03 18:49:36 reed Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/22 08:02:16 grant Exp $
 #
 
 DISTNAME=              mergeant-0.12.1
@@ -16,7 +16,7 @@
 USE_PERL5=              build
 USE_BUILDLINK2=                YES
 USE_X11=               YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 USE_PKGLOCALEDIR=      YES
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
diff -r 229dd4c2c771 -r 694a2c204410 databases/myodbc/Makefile
--- a/databases/myodbc/Makefile Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/myodbc/Makefile Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 21:28:21 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/22 08:02:16 grant Exp $
 #
 
 DISTNAME=              MyODBC-2.50.36
@@ -23,7 +23,7 @@
 USE_LIBTOOL=           yes
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/myodbc
diff -r 229dd4c2c771 -r 694a2c204410 databases/mysql-client/Makefile.common
--- a/databases/mysql-client/Makefile.common    Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/mysql-client/Makefile.common    Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2003/11/03 12:21:40 gavan Exp $
+# $NetBSD: Makefile.common,v 1.21 2004/01/22 08:02:16 grant Exp $
 
 DISTNAME=              mysql-3.23.58
 CATEGORIES=            databases
@@ -30,7 +30,7 @@
 
 USE_BUILDLINK2=                # defined
 GNU_CONFIGURE=         # defined
-USE_GMAKE=             # defined
+USE_GNU_TOOLS+=                make
 CONFIGURE_ARGS+=       --localstatedir=${MYSQL_DATADIR}
 CONFIGURE_ARGS+=       --with-named-z-libs=z
 CONFIGURE_ARGS+=       --without-libwrap
diff -r 229dd4c2c771 -r 694a2c204410 databases/mysql-server/Makefile
--- a/databases/mysql-server/Makefile   Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/mysql-server/Makefile   Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2003/10/05 17:55:34 martti Exp $
+# $NetBSD: Makefile,v 1.52 2004/01/22 08:02:16 grant Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-server-/}
 SVR4_PKGNAME=          mysqs
@@ -9,7 +9,7 @@
 CONFIGURE_ARGS+=       --with-libwrap
 CONFIGURE_ARGS+=       --without-berkeley-db
 USE_BUILDLINK2=                YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 
 USE_PKGINSTALL=                YES
 INSTALL_EXTRA_TMPL+=   ${.CURDIR}/INSTALL
diff -r 229dd4c2c771 -r 694a2c204410 databases/mysql4-client/Makefile.common
--- a/databases/mysql4-client/Makefile.common   Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/mysql4-client/Makefile.common   Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2003/12/20 16:00:12 martti Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/01/22 08:02:16 grant Exp $
 
 DISTNAME=              mysql-4.0.17
 CATEGORIES=            databases
@@ -58,7 +58,7 @@
 CXXFLAGS+=             -DHAVE_CURSES_H
 .endif
 
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 USE_PERL5=             # defined
 USE_LIBTOOL=           # defined
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
diff -r 229dd4c2c771 -r 694a2c204410 databases/odbc-postgresql/Makefile.common
--- a/databases/odbc-postgresql/Makefile.common Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/odbc-postgresql/Makefile.common Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2003/07/17 21:28:25 grant Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/01/22 08:02:16 grant Exp $
 
 DISTNAME=              postgresql-${DIST_VERS}
 CATEGORIES=            databases
@@ -30,7 +30,7 @@
 BASE_VERS?=            ${DIST_VERS}
 
 USE_BUILDLINK2=                YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 MAKEFILE=              GNUmakefile
 GNU_CONFIGURE=         YES
 
diff -r 229dd4c2c771 -r 694a2c204410 databases/postgresql/Makefile.common
--- a/databases/postgresql/Makefile.common      Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/postgresql/Makefile.common      Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2004/01/20 14:11:49 jlam Exp $
+# $NetBSD: Makefile.common,v 1.41 2004/01/22 08:02:16 grant Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -39,7 +39,7 @@
 BUILDLINK_DEPENDS.postgresql-lib?=     postgresql-lib>=${BASE_VERS}
 BUILDLINK_DEPENDS.tcl-postgresql?=     tcl-postgresql>=${BASE_VERS}
 
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         YES
 PKG_SYSCONFSUBDIR=     postgresql
 
diff -r 229dd4c2c771 -r 694a2c204410 databases/pxtools/Makefile
--- a/databases/pxtools/Makefile        Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/pxtools/Makefile        Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/12/24 09:53:48 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/22 08:02:16 grant Exp $
 #
 
 DISTNAME=              pxtools-0.0.19
@@ -12,7 +12,7 @@
 
 USE_BUILDLINK2=                YES
 USE_PKGLOCALEDIR=      YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 
 GNU_CONFIGURE=         YES
 
diff -r 229dd4c2c771 -r 694a2c204410 databases/rrdtool/Makefile
--- a/databases/rrdtool/Makefile        Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/rrdtool/Makefile        Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/06/23 10:33:52 adam Exp $
+# $NetBSD: Makefile,v 1.22 2004/01/22 08:02:16 grant Exp $
 #
 
 DISTNAME=      rrdtool-1.0.40
@@ -18,7 +18,7 @@
 USE_BUILDLINK2=        # defined
 LTCONFIG_OVERRIDE=     ${WRKSRC}/config/ltconfig
 LTCONFIG_OVERRIDE+=    ${WRKSRC}/contrib/php4/ltconfig
-USE_GMAKE=     # defined
+USE_GNU_TOOLS+=        make
 GNU_CONFIGURE= # defined
 
 CONFIGURE_ARGS= --enable-shared
diff -r 229dd4c2c771 -r 694a2c204410 databases/sqlite/Makefile
--- a/databases/sqlite/Makefile Thu Jan 22 07:57:11 2004 +0000
+++ b/databases/sqlite/Makefile Thu Jan 22 08:02:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/20 12:12:49 agc Exp $
+# $NetBSD: Makefile,v 1.20 2004/01/22 08:02:16 grant Exp $
 
 DISTNAME=              sqlite-2.8.5
 CATEGORIES=            databases
@@ -12,7 +12,7 @@
 WRKSRC=                        ${WRKDIR}/sqlite-build
 USE_BUILDLINK2=                YES



Home | Main Index | Thread Index | Old Index