Subject: changing the default of BUILDLINK_DEPMETHOD.qt3-tools to "build"
To: None <tech-pkg@netbsd.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: tech-pkg
Date: 01/04/2006 16:07:00
--HcAYCG3uE/tztfnV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

I'd like to change the default for BUILDLINK_DEPMETHOD.qt3-tools to "build"
(currently "full"), since most qt3 packages don't need qt3-tools at
run-time.  The following packages currently set it to "build" already: 

chat/psi
devel/lincvs
editors/texmaker
games/qnetwalk
graphics/TiffIO
graphics/lprof
meta-pkgs/kde3/kde3.mk (hence all kde3 packages, except misc/kdepim3)
print/scribus
security/qca
security/qca-tls
time/ptimetracker
wip/cb2bib
wip/kchmviewer
wip/mixxx
wip/xxdiff

Only one package sets it to "full" manually, namely misc/kdepim3, because
meta-pkgs/kde3/kde3.mk sets it to "build" for all kde3 packages.  

All other packages that .include ../../x11/qt3-tools/buildlink3.mk, don't
explicitly set BUILDLINK_DEPMETHOD.qt3-tools, so these should be verified
not to depend on qt3-tools at run-time.  They are:

audio/hydrogen
audio/kmp
audio/madman
audio/qsynth
cad/qcad
cad/vipec
databases/mysqlcc
editors/lyx-qt
graphics/f4l
misc/celestia-kde
misc/qbrew
security/MyPasswordSafe
security/libfwbuilder
security/libfwbuilder
security/qca
wip/djvu
wip/kapital
wip/konversation
wip/qcad
wip/qgis
wip/rosegarden-current
wip/superkaramba
wip/twinkle
x11/py-qt3-base
x11/py-qt3-base

The diff in attachment doesn't change the behaviour of any package, it only
changes the default, i.e., it removes BUILDLINK_DEPMETHOD="build" from the
packages that set it, and adds BUILDLINK_DEPMETHOD="full" (with an
appropriate comment) for those that don't.  Is this ok to commit?  

	Geert

--HcAYCG3uE/tztfnV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="qt3-tools.diff"

Index: audio/hydrogen/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/audio/hydrogen/Makefile,v
retrieving revision 1.5
diff -u -b -1 -r1.5 Makefile
--- audio/hydrogen/Makefile	22 May 2005 20:07:38 -0000	1.5
+++ audio/hydrogen/Makefile	4 Jan 2006 15:04:04 -0000
@@ -25,2 +25,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/bsd.pkg.mk"
Index: audio/kmp/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/audio/kmp/Makefile,v
retrieving revision 1.7
diff -u -b -1 -r1.7 Makefile
--- audio/kmp/Makefile	18 Nov 2005 20:19:42 -0000	1.7
+++ audio/kmp/Makefile	4 Jan 2006 15:04:04 -0000
@@ -19,2 +19,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/bsd.pkg.mk"
Index: audio/madman/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/audio/madman/Makefile,v
retrieving revision 1.12
diff -u -b -1 -r1.12 Makefile
--- audio/madman/Makefile	4 Jan 2006 04:29:05 -0000	1.12
+++ audio/madman/Makefile	4 Jan 2006 15:04:04 -0000
@@ -40,2 +40,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../devel/glib/buildlink3.mk"
Index: audio/qsynth/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/audio/qsynth/Makefile,v
retrieving revision 1.1.1.1
diff -u -b -1 -r1.1.1.1 Makefile
--- audio/qsynth/Makefile	19 Oct 2005 15:13:38 -0000	1.1.1.1
+++ audio/qsynth/Makefile	4 Jan 2006 15:04:04 -0000
@@ -28,2 +28,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/bsd.pkg.mk"
Index: cad/qcad/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/cad/qcad/Makefile,v
retrieving revision 1.30
diff -u -b -1 -r1.30 Makefile
--- cad/qcad/Makefile	5 Dec 2005 20:49:52 -0000	1.30
+++ cad/qcad/Makefile	4 Jan 2006 15:04:04 -0000
@@ -50,2 +50,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/bsd.pkg.mk"
Index: cad/vipec/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/cad/vipec/Makefile,v
retrieving revision 1.42
diff -u -b -1 -r1.42 Makefile
--- cad/vipec/Makefile	1 Jun 2005 18:02:41 -0000	1.42
+++ cad/vipec/Makefile	4 Jan 2006 15:04:04 -0000
@@ -26,2 +26,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/bsd.pkg.mk"
Index: chat/psi/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/psi/Makefile,v
retrieving revision 1.30
diff -u -b -1 -r1.30 Makefile
--- chat/psi/Makefile	31 Dec 2005 10:12:58 -0000	1.30
+++ chat/psi/Makefile	4 Jan 2006 15:04:04 -0000
@@ -72,3 +72,2 @@
 .include "../../x11/qt3-libs/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools=	build
 .include "../../x11/qt3-tools/buildlink3.mk"
Index: databases/mysqlcc/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/databases/mysqlcc/Makefile,v
retrieving revision 1.11
diff -u -b -1 -r1.11 Makefile
--- databases/mysqlcc/Makefile	27 Jul 2005 16:21:16 -0000	1.11
+++ databases/mysqlcc/Makefile	4 Jan 2006 15:04:04 -0000
@@ -38,2 +38,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/mysql.buildlink3.mk"
Index: devel/lincvs/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/devel/lincvs/Makefile,v
retrieving revision 1.2
diff -u -b -1 -r1.2 Makefile
--- devel/lincvs/Makefile	31 Dec 2005 09:08:22 -0000	1.2
+++ devel/lincvs/Makefile	4 Jan 2006 15:04:04 -0000
@@ -43,3 +43,2 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools=	build
 .include "../../mk/bsd.pkg.mk"
Index: editors/lyx-qt/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/editors/lyx-qt/Makefile,v
retrieving revision 1.22
diff -u -b -1 -r1.22 Makefile
--- editors/lyx-qt/Makefile	5 Dec 2005 23:55:06 -0000	1.22
+++ editors/lyx-qt/Makefile	4 Jan 2006 15:04:04 -0000
@@ -19,2 +19,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/bsd.pkg.mk"
Index: editors/texmaker/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/editors/texmaker/Makefile,v
retrieving revision 1.3
diff -u -b -1 -r1.3 Makefile
--- editors/texmaker/Makefile	13 Dec 2005 12:15:16 -0000	1.3
+++ editors/texmaker/Makefile	4 Jan 2006 15:04:04 -0000
@@ -19,3 +19,2 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools=	build
 .include "../../mk/bsd.pkg.mk"
Index: games/qnetwalk/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/games/qnetwalk/Makefile,v
retrieving revision 1.6
diff -u -b -1 -r1.6 Makefile
--- games/qnetwalk/Makefile	5 Dec 2005 20:50:17 -0000	1.6
+++ games/qnetwalk/Makefile	4 Jan 2006 15:04:04 -0000
@@ -12,5 +12,2 @@
 
-# We need qmake to build package's Makefile
-BUILDLINK_DEPMETHOD.qt3-tools=	build
-
 USE_TOOLS+=	gmake
Index: graphics/TiffIO/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/graphics/TiffIO/Makefile,v
retrieving revision 1.1.1.1
diff -u -b -1 -r1.1.1.1 Makefile
--- graphics/TiffIO/Makefile	9 Dec 2005 15:47:34 -0000	1.1.1.1
+++ graphics/TiffIO/Makefile	4 Jan 2006 15:04:04 -0000
@@ -13,5 +13,2 @@
 
-# We need qmake to build package's Makefile
-BUILDLINK_DEPMETHOD.qt3-tools=  build
-
 USE_TOOLS+=     gmake
Index: graphics/f4l/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/graphics/f4l/Makefile,v
retrieving revision 1.1.1.1
diff -u -b -1 -r1.1.1.1 Makefile
--- graphics/f4l/Makefile	20 Nov 2005 16:58:12 -0000	1.1.1.1
+++ graphics/f4l/Makefile	4 Jan 2006 15:04:04 -0000
@@ -22,2 +22,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/bsd.pkg.mk"
Index: graphics/lprof/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/graphics/lprof/Makefile,v
retrieving revision 1.8
diff -u -b -1 -r1.8 Makefile
--- graphics/lprof/Makefile	5 Dec 2005 20:50:21 -0000	1.8
+++ graphics/lprof/Makefile	4 Jan 2006 15:04:04 -0000
@@ -17,4 +17,2 @@
 
-BUILDLINK_DEPMETHOD.qt3-tools= build
-
 .include "../../x11/qt3-libs/buildlink3.mk"
Index: meta-pkgs/kde3/kde3.mk
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/meta-pkgs/kde3/kde3.mk,v
retrieving revision 1.11
diff -u -b -1 -r1.11 kde3.mk
--- meta-pkgs/kde3/kde3.mk	5 Dec 2005 23:55:12 -0000	1.11
+++ meta-pkgs/kde3/kde3.mk	4 Jan 2006 15:04:04 -0000
@@ -98,3 +98,2 @@
 
-BUILDLINK_DEPMETHOD.qt3-tools=	build
 .include "../../x11/qt3-tools/buildlink3.mk"
Index: misc/celestia-kde/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/misc/celestia-kde/Makefile,v
retrieving revision 1.18
diff -u -b -1 -r1.18 Makefile
--- misc/celestia-kde/Makefile	5 Dec 2005 20:50:38 -0000	1.18
+++ misc/celestia-kde/Makefile	4 Jan 2006 15:04:04 -0000
@@ -58,2 +58,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 
Index: misc/qbrew/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/misc/qbrew/Makefile,v
retrieving revision 1.3
diff -u -b -1 -r1.3 Makefile
--- misc/qbrew/Makefile	22 May 2005 20:08:17 -0000	1.3
+++ misc/qbrew/Makefile	4 Jan 2006 15:04:04 -0000
@@ -16,2 +16,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/bsd.pkg.mk"
Index: print/scribus/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/print/scribus/Makefile,v
retrieving revision 1.30
diff -u -b -1 -r1.30 Makefile
--- print/scribus/Makefile	5 Dec 2005 23:55:16 -0000	1.30
+++ print/scribus/Makefile	4 Jan 2006 15:04:04 -0000
@@ -34,3 +34,2 @@
 .include "../../x11/qt3-libs/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools=	build
 .include "../../x11/qt3-tools/buildlink3.mk"
Index: security/MyPasswordSafe/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/security/MyPasswordSafe/Makefile,v
retrieving revision 1.5
diff -u -b -1 -r1.5 Makefile
--- security/MyPasswordSafe/Makefile	17 Nov 2005 22:12:37 -0000	1.5
+++ security/MyPasswordSafe/Makefile	4 Jan 2006 15:04:04 -0000
@@ -19,2 +19,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/bsd.pkg.mk"
Index: security/libfwbuilder/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/security/libfwbuilder/Makefile,v
retrieving revision 1.12
diff -u -b -1 -r1.12 Makefile
--- security/libfwbuilder/Makefile	12 Dec 2005 20:25:09 -0000	1.12
+++ security/libfwbuilder/Makefile	4 Jan 2006 15:04:04 -0000
@@ -26,2 +26,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 
Index: security/libfwbuilder/buildlink3.mk
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/security/libfwbuilder/buildlink3.mk,v
retrieving revision 1.6
diff -u -b -1 -r1.6 buildlink3.mk
--- security/libfwbuilder/buildlink3.mk	12 Dec 2005 20:25:09 -0000	1.6
+++ security/libfwbuilder/buildlink3.mk	4 Jan 2006 15:04:04 -0000
@@ -23,2 +23,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 
Index: security/qca/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/security/qca/Makefile,v
retrieving revision 1.6
diff -u -b -1 -r1.6 Makefile
--- security/qca/Makefile	5 Dec 2005 20:50:58 -0000	1.6
+++ security/qca/Makefile	4 Jan 2006 15:04:04 -0000
@@ -23,3 +23,2 @@
 .include "../../x11/qt3-libs/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools= build
 .include "../../x11/qt3-tools/buildlink3.mk"
Index: security/qca/buildlink3.mk
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/security/qca/buildlink3.mk,v
retrieving revision 1.1.1.1
diff -u -b -1 -r1.1.1.1 buildlink3.mk
--- security/qca/buildlink3.mk	2 Apr 2005 11:23:30 -0000	1.1.1.1
+++ security/qca/buildlink3.mk	4 Jan 2006 15:04:04 -0000
@@ -19,2 +19,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 
Index: security/qca-tls/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/security/qca-tls/Makefile,v
retrieving revision 1.10
diff -u -b -1 -r1.10 Makefile
--- security/qca-tls/Makefile	1 Nov 2005 22:57:06 -0000	1.10
+++ security/qca-tls/Makefile	4 Jan 2006 15:04:04 -0000
@@ -33,3 +33,2 @@
 .include "../../x11/qt3-libs/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools=	build
 .include "../../x11/qt3-tools/buildlink3.mk"
Index: time/ptimetracker/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/time/ptimetracker/Makefile,v
retrieving revision 1.6
diff -u -b -1 -r1.6 Makefile
--- time/ptimetracker/Makefile	5 Dec 2005 20:51:09 -0000	1.6
+++ time/ptimetracker/Makefile	4 Jan 2006 15:04:04 -0000
@@ -22,5 +22,2 @@
 
-# need only qmake during build
-BUILDLINK_DEPMETHOD.qt3-tools=	build
-
 .include "../../x11/qt3-libs/buildlink3.mk"
Index: x11/py-qt3-base/Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/x11/py-qt3-base/Makefile,v
retrieving revision 1.18
diff -u -b -1 -r1.18 Makefile
--- x11/py-qt3-base/Makefile	5 Dec 2005 20:51:18 -0000	1.18
+++ x11/py-qt3-base/Makefile	4 Jan 2006 15:04:04 -0000
@@ -27,2 +27,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/bsd.pkg.mk"
Index: x11/py-qt3-base/buildlink3.mk
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/x11/py-qt3-base/buildlink3.mk,v
retrieving revision 1.1
diff -u -b -1 -r1.1 buildlink3.mk
--- x11/py-qt3-base/buildlink3.mk	9 May 2004 17:06:07 -0000	1.1
+++ x11/py-qt3-base/buildlink3.mk	4 Jan 2006 15:04:04 -0000
@@ -24,2 +24,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 
Index: x11/qt3-tools/buildlink3.mk
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/x11/qt3-tools/buildlink3.mk,v
retrieving revision 1.5
diff -u -b -1 -r1.5 buildlink3.mk
--- x11/qt3-tools/buildlink3.mk	13 Sep 2005 12:13:54 -0000	1.5
+++ x11/qt3-tools/buildlink3.mk	4 Jan 2006 15:04:04 -0000
@@ -16,2 +16,3 @@
 BUILDLINK_PKGSRCDIR.qt3-tools?=	../../x11/qt3-tools
+BUILDLINK_DEPMETHOD.qt3-tools?=	build
 .endif	# QT3_TOOLS_BUILDLINK3_MK
Index: wip/djvu/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/djvu/Makefile,v
retrieving revision 1.3
diff -u -b -1 -r1.3 Makefile
--- wip/djvu/Makefile	18 Nov 2005 18:17:27 -0000	1.3
+++ wip/djvu/Makefile	4 Jan 2006 15:05:07 -0000
@@ -15,2 +15,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../graphics/tiff/buildlink3.mk"
Index: wip/kapital/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/kapital/Makefile,v
retrieving revision 1.12
diff -u -b -1 -r1.12 Makefile
--- wip/kapital/Makefile	24 May 2005 10:30:27 -0000	1.12
+++ wip/kapital/Makefile	4 Jan 2006 15:05:07 -0000
@@ -46,2 +46,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/pthread.buildlink3.mk"
Index: wip/konversation/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/konversation/Makefile,v
retrieving revision 1.11
diff -u -b -1 -r1.11 Makefile
--- wip/konversation/Makefile	12 Jun 2005 23:51:21 -0000	1.11
+++ wip/konversation/Makefile	4 Jan 2006 15:05:07 -0000
@@ -24,2 +24,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/pthread.buildlink3.mk"
Index: wip/qcad/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/qcad/Makefile,v
retrieving revision 1.7
diff -u -b -1 -r1.7 Makefile
--- wip/qcad/Makefile	12 Jun 2005 23:51:26 -0000	1.7
+++ wip/qcad/Makefile	4 Jan 2006 15:05:07 -0000
@@ -73,2 +73,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/x11.buildlink3.mk"
Index: wip/qgis/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/qgis/Makefile,v
retrieving revision 1.6
diff -u -b -1 -r1.6 Makefile
--- wip/qgis/Makefile	28 Dec 2005 17:33:08 -0000	1.6
+++ wip/qgis/Makefile	4 Jan 2006 15:05:07 -0000
@@ -30,2 +30,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/bsd.pkg.mk"
Index: wip/rosegarden-current/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/rosegarden-current/Makefile,v
retrieving revision 1.7
diff -u -b -1 -r1.7 Makefile
--- wip/rosegarden-current/Makefile	12 Jun 2005 23:51:27 -0000	1.7
+++ wip/rosegarden-current/Makefile	4 Jan 2006 15:05:07 -0000
@@ -17,2 +17,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 .include "../../mk/x11.buildlink3.mk"
Index: wip/superkaramba/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/superkaramba/Makefile,v
retrieving revision 1.10
diff -u -b -1 -r1.10 Makefile
--- wip/superkaramba/Makefile	5 Dec 2005 22:27:48 -0000	1.10
+++ wip/superkaramba/Makefile	4 Jan 2006 15:05:07 -0000
@@ -22,2 +22,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 
Index: wip/cb2bib/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/cb2bib/Makefile,v
retrieving revision 1.2
diff -u -b -1 -r1.2 Makefile
--- wip/cb2bib/Makefile	5 Dec 2005 22:27:44 -0000	1.2
+++ wip/cb2bib/Makefile	4 Jan 2006 15:05:07 -0000
@@ -32,3 +32,2 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools=  build
 .include "../../mk/x11.buildlink3.mk"
Index: wip/kchmviewer/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/kchmviewer/Makefile,v
retrieving revision 1.2
diff -u -b -1 -r1.2 Makefile
--- wip/kchmviewer/Makefile	11 Dec 2005 09:41:42 -0000	1.2
+++ wip/kchmviewer/Makefile	4 Jan 2006 15:05:07 -0000
@@ -16,4 +16,2 @@
 
-BUILDLINK_DEPMETHOD.qt3-tools+=	build
-
 .include "../../x11/qt3-libs/buildlink3.mk"
Index: wip/mixxx/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/mixxx/Makefile,v
retrieving revision 1.9
diff -u -b -1 -r1.9 Makefile
--- wip/mixxx/Makefile	13 Dec 2005 12:16:13 -0000	1.9
+++ wip/mixxx/Makefile	4 Jan 2006 15:05:07 -0000
@@ -30,3 +30,2 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools=	build
 .include "../../audio/libmad/buildlink3.mk"
Index: wip/xxdiff/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/xxdiff/Makefile,v
retrieving revision 1.6
diff -u -b -1 -r1.6 Makefile
--- wip/xxdiff/Makefile	15 Dec 2005 18:57:24 -0000	1.6
+++ wip/xxdiff/Makefile	4 Jan 2006 15:05:07 -0000
@@ -34,3 +34,2 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools=	build
 .include "../../mk/pthread.buildlink3.mk"
Index: wip/twinkle/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/twinkle/Makefile,v
retrieving revision 1.1.1.1
diff -u -b -1 -r1.1.1.1 Makefile
--- wip/twinkle/Makefile	16 Dec 2005 18:48:17 -0000	1.1.1.1
+++ wip/twinkle/Makefile	4 Jan 2006 15:05:08 -0000
@@ -18,2 +18,6 @@
 .include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment.  If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools=	full
 ## x11/qt3-libs/ is broken

--HcAYCG3uE/tztfnV--