pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases Remove USE_BUILDLINK2 from Makefile.common a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cd945527c7c
branches:  trunk
changeset: 466554:3cd945527c7c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jan 20 14:11:49 2004 +0000

description:
Remove USE_BUILDLINK2 from Makefile.common and distribute the setting to
all of the package Makefiles that include Makefile.common.

diffstat:

 databases/postgresql-client/Makefile |  4 +++-
 databases/postgresql-docs/Makefile   |  4 +++-
 databases/postgresql-lib/Makefile    |  4 +++-
 databases/postgresql-plperl/Makefile |  4 +++-
 databases/postgresql-pltcl/Makefile  |  4 +++-
 databases/postgresql-server/Makefile |  4 +++-
 databases/postgresql/Makefile.common |  3 +--
 databases/py-postgresql/Makefile     |  4 +++-
 databases/tcl-postgresql/Makefile    |  4 +++-
 databases/tk-postgresql/Makefile     |  6 ++++--
 10 files changed, 29 insertions(+), 12 deletions(-)

diffs (175 lines):

diff -r 506308389cad -r 3cd945527c7c databases/postgresql-client/Makefile
--- a/databases/postgresql-client/Makefile      Tue Jan 20 13:50:09 2004 +0000
+++ b/databases/postgresql-client/Makefile      Tue Jan 20 14:11:49 2004 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.21 2003/11/12 03:39:39 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2004/01/20 14:11:49 jlam Exp $
 
 PKGNAME=               postgresql-client-${BASE_VERS}
 PKGREVISION=           1
 SVR4_PKGNAME=          pstgc
 COMMENT=               PostgreSQL database client programs
 
+USE_BUILDLINK2=                yes
+
 .include "../../databases/postgresql/Makefile.common"
 
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
diff -r 506308389cad -r 3cd945527c7c databases/postgresql-docs/Makefile
--- a/databases/postgresql-docs/Makefile        Tue Jan 20 13:50:09 2004 +0000
+++ b/databases/postgresql-docs/Makefile        Tue Jan 20 14:11:49 2004 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2003/09/18 16:25:17 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/20 14:11:50 jlam Exp $
 
 PKGNAME=               postgresql-docs-${BASE_VERS}
 SVR4_PKGNAME=          pstgd
 COMMENT=               PostgreSQL database system documentation
 
+USE_BUILDLINK2=                yes
+
 .include "../../databases/postgresql/Makefile.common"
 
 BUILD_DIRS=            ${WRKSRC}/doc
diff -r 506308389cad -r 3cd945527c7c databases/postgresql-lib/Makefile
--- a/databases/postgresql-lib/Makefile Tue Jan 20 13:50:09 2004 +0000
+++ b/databases/postgresql-lib/Makefile Tue Jan 20 14:11:49 2004 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2003/11/12 03:39:39 jschauma Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/20 14:11:50 jlam Exp $
 
 PKGNAME=               postgresql-lib-${BASE_VERS}
 PKGREVISIO=            1
 SVR4_PKGNAME=          pstgl
 COMMENT=               PostgreSQL database headers and libraries
 
+USE_BUILDLINK2=                yes
+
 .include "../../databases/postgresql/Makefile.common"
 
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
diff -r 506308389cad -r 3cd945527c7c databases/postgresql-plperl/Makefile
--- a/databases/postgresql-plperl/Makefile      Tue Jan 20 13:50:09 2004 +0000
+++ b/databases/postgresql-plperl/Makefile      Tue Jan 20 14:11:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/11/12 03:39:39 jschauma Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/20 14:11:50 jlam Exp $
 
 PKGNAME=               postgresql-plperl-${BASE_VERS}
 PKGREVISION=           1
@@ -6,6 +6,8 @@
 
 DEPENDS+=              postgresql-server>=${BASE_VERS}:../../databases/postgresql-server
 
+USE_BUILDLINK2=                yes
+
 .include "../postgresql/Makefile.common"
 
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
diff -r 506308389cad -r 3cd945527c7c databases/postgresql-pltcl/Makefile
--- a/databases/postgresql-pltcl/Makefile       Tue Jan 20 13:50:09 2004 +0000
+++ b/databases/postgresql-pltcl/Makefile       Tue Jan 20 14:11:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/11/12 03:39:39 jschauma Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/20 14:11:50 jlam Exp $
 
 PKGNAME=               postgresql-pltcl-${BASE_VERS}
 PKGREVISION=           1
@@ -6,6 +6,8 @@
 
 DEPENDS+=              postgresql-server>=${BASE_VERS}:../../databases/postgresql-server
 
+USE_BUILDLINK2=                yes
+
 .include "../postgresql/Makefile.common"
 
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
diff -r 506308389cad -r 3cd945527c7c databases/postgresql-server/Makefile
--- a/databases/postgresql-server/Makefile      Tue Jan 20 13:50:09 2004 +0000
+++ b/databases/postgresql-server/Makefile      Tue Jan 20 14:11:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2003/11/14 01:46:39 explorer Exp $
+# $NetBSD: Makefile,v 1.37 2004/01/20 14:11:50 jlam Exp $
 
 PKGNAME=               postgresql-server-${BASE_VERS}
 SVR4_PKGNAME=          pstgs
@@ -10,6 +10,8 @@
 # mips has no TAS implementation
 NOT_FOR_PLATFORM=      *-*-mips
 
+USE_BUILDLINK2=                yes
+
 .include "../../databases/postgresql/Makefile.common"
 
 USE_PKGINSTALL=                yes
diff -r 506308389cad -r 3cd945527c7c databases/postgresql/Makefile.common
--- a/databases/postgresql/Makefile.common      Tue Jan 20 13:50:09 2004 +0000
+++ b/databases/postgresql/Makefile.common      Tue Jan 20 14:11:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2003/08/18 00:26:24 cjs Exp $
+# $NetBSD: Makefile.common,v 1.40 2004/01/20 14:11:49 jlam 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,6 @@
 BUILDLINK_DEPENDS.postgresql-lib?=     postgresql-lib>=${BASE_VERS}
 BUILDLINK_DEPENDS.tcl-postgresql?=     tcl-postgresql>=${BASE_VERS}
 
-USE_BUILDLINK2=                YES
 USE_GMAKE=             YES
 GNU_CONFIGURE=         YES
 PKG_SYSCONFSUBDIR=     postgresql
diff -r 506308389cad -r 3cd945527c7c databases/py-postgresql/Makefile
--- a/databases/py-postgresql/Makefile  Tue Jan 20 13:50:09 2004 +0000
+++ b/databases/py-postgresql/Makefile  Tue Jan 20 14:11:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/08/18 10:09:50 drochner Exp $
+# $NetBSD: Makefile,v 1.29 2004/01/20 14:11:50 jlam Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-postgresql-3.3
 PKGREVISION=   2
@@ -7,6 +7,8 @@
 MAINTAINER=    darcy%NetBSD.org@localhost
 COMMENT=       Python interface to PostgreSQL
 
+USE_BUILDLINK2=                yes
+
 .include "../postgresql/Makefile.common"
 
 CONFIGURE_ARGS+=       --with-python
diff -r 506308389cad -r 3cd945527c7c databases/tcl-postgresql/Makefile
--- a/databases/tcl-postgresql/Makefile Tue Jan 20 13:50:09 2004 +0000
+++ b/databases/tcl-postgresql/Makefile Tue Jan 20 14:11:49 2004 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.15 2003/11/12 03:39:39 jschauma Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/20 14:11:50 jlam Exp $
 
 PKGNAME=               tcl-postgresql-${BASE_VERS}
 PKGREVISION=           1
 COMMENT=               Tcl interface to PostgreSQL
 
+USE_BUILDLINK2=                yes
+
 .include "../postgresql/Makefile.common"
 
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
diff -r 506308389cad -r 3cd945527c7c databases/tk-postgresql/Makefile
--- a/databases/tk-postgresql/Makefile  Tue Jan 20 13:50:09 2004 +0000
+++ b/databases/tk-postgresql/Makefile  Tue Jan 20 14:11:49 2004 +0000
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.16 2003/11/12 03:39:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/20 14:11:50 jlam Exp $
 
 PKGNAME=               tk-postgresql-${BASE_VERS}
 PKGREVISION=           1
 COMMENT=               Tk interface to PostgreSQL
 
+USE_BUILDLINK2=                yes
+
 .include "../postgresql/Makefile.common"
 
-USE_X11=               YES
+USE_X11=               yes
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
 CONFIGURE_ARGS+=       --with-tcl
 CONFIGURE_ARGS+=       --with-tk



Home | Main Index | Thread Index | Old Index