pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Move USE_BUILDLINK3 into Makefile.common.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/944db2b3388a
branches:  trunk
changeset: 482443:944db2b3388a
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Oct 28 10:32:23 2004 +0000

description:
Move USE_BUILDLINK3 into Makefile.common.

This change ensures that USE_BUILDLINK3 is defined before compiler.mk is
included.

diffstat:

 x11/qt3-docs/Makefile        |  3 +--
 x11/qt3-libs/Makefile        |  3 +--
 x11/qt3-libs/Makefile.common |  3 ++-
 x11/qt3-mysql/Makefile       |  3 +--
 x11/qt3-psql/Makefile        |  3 +--
 x11/qt3-tools/Makefile       |  3 +--
 6 files changed, 7 insertions(+), 11 deletions(-)

diffs (102 lines):

diff -r cac836ba9184 -r 944db2b3388a x11/qt3-docs/Makefile
--- a/x11/qt3-docs/Makefile     Thu Oct 28 10:28:49 2004 +0000
+++ b/x11/qt3-docs/Makefile     Thu Oct 28 10:32:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/03 00:18:38 tv Exp $
+# $NetBSD: Makefile,v 1.16 2004/10/28 10:32:23 gavan Exp $
 #
 
 .include "../qt3-libs/Makefile.common"
@@ -7,7 +7,6 @@
 PKGREVISION=   1
 COMMENT=       Documentation for the QT C++ X GUI toolkit
 
-USE_BUILDLINK3=        yes
 BUILD_QT3=     yes
 
 NO_CONFIGURE=  yes
diff -r cac836ba9184 -r 944db2b3388a x11/qt3-libs/Makefile
--- a/x11/qt3-libs/Makefile     Thu Oct 28 10:28:49 2004 +0000
+++ b/x11/qt3-libs/Makefile     Thu Oct 28 10:32:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/10/13 15:43:43 tv Exp $
+# $NetBSD: Makefile,v 1.30 2004/10/28 10:32:23 gavan Exp $
 #
 
 LIBQT=                 ${WRKSRC}/lib/libqt-mt.la
@@ -9,7 +9,6 @@
 PKGREVISION=           5
 COMMENT=               C++ X GUI toolkit
 
-USE_BUILDLINK3=                yes
 GCC_REQD+=             2.95.3
 
 ALL_TARGET=            sub-plugins
diff -r cac836ba9184 -r 944db2b3388a x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common      Thu Oct 28 10:28:49 2004 +0000
+++ b/x11/qt3-libs/Makefile.common      Thu Oct 28 10:32:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2004/10/19 13:27:48 markd Exp $
+# $NetBSD: Makefile.common,v 1.39 2004/10/28 10:32:23 gavan Exp $
 #
 DISTNAME=              qt-x11-free-${QTVERSION}
 CATEGORIES=            x11
@@ -17,6 +17,7 @@
 USE_GNU_TOOLS+=                make
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
+USE_BUILDLINK3=                yes
 
 USE_GNU_TOOLS+=                awk
 
diff -r cac836ba9184 -r 944db2b3388a x11/qt3-mysql/Makefile
--- a/x11/qt3-mysql/Makefile    Thu Oct 28 10:28:49 2004 +0000
+++ b/x11/qt3-mysql/Makefile    Thu Oct 28 10:32:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:38 tv Exp $
+# $NetBSD: Makefile,v 1.10 2004/10/28 10:32:23 gavan Exp $
 #
 
 .include "../qt3-libs/Makefile.common"
@@ -12,7 +12,6 @@
                        -I${BUILDLINK_PREFIX.mysql-client}/include/mysql \
                        -L${BUILDLINK_PREFIX.mysql-client}/lib/mysql
 
-USE_BUILDLINK3=                yes
 BUILD_QT3=             yes
 
 do-build:
diff -r cac836ba9184 -r 944db2b3388a x11/qt3-psql/Makefile
--- a/x11/qt3-psql/Makefile     Thu Oct 28 10:28:49 2004 +0000
+++ b/x11/qt3-psql/Makefile     Thu Oct 28 10:32:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/10/03 00:18:38 tv Exp $
+# $NetBSD: Makefile,v 1.17 2004/10/28 10:32:23 gavan Exp $
 #
 
 .include "../qt3-libs/Makefile.common"
@@ -11,7 +11,6 @@
                        -I${PGSQL_PREFIX}/include/postgresql/server \
                        -L${QTDIR}/lib
 
-USE_BUILDLINK3=                yes
 BUILD_QT3=             yes
 
 PGSQL_VERSION_REQD=    73
diff -r cac836ba9184 -r 944db2b3388a x11/qt3-tools/Makefile
--- a/x11/qt3-tools/Makefile    Thu Oct 28 10:28:49 2004 +0000
+++ b/x11/qt3-tools/Makefile    Thu Oct 28 10:32:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/10/19 13:27:48 markd Exp $
+# $NetBSD: Makefile,v 1.30 2004/10/28 10:32:23 gavan Exp $
 #
 
 .include "../qt3-libs/Makefile.common"
@@ -10,7 +10,6 @@
 CONFIGURE_ARGS+=       -I${QTDIR}/include \
                        -L${QTDIR}/lib
 
-USE_BUILDLINK3=                yes
 BUILD_QT3=             yes
 UNLIMIT_RESOURCES=     datasize
 ALL_TARGET=            sub-tools



Home | Main Index | Thread Index | Old Index