pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Change the default for BUILDLINK_DEPMETHOD.qt3-tools f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39fc483f8a1a
branches:  trunk
changeset: 505592:39fc483f8a1a
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Jan 05 10:08:58 2006 +0000

description:
Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.

diffstat:

 audio/hydrogen/Makefile          |   6 +++++-
 audio/kmp/Makefile               |   6 +++++-
 audio/madman/Makefile            |   6 +++++-
 audio/qsynth/Makefile            |   6 +++++-
 cad/qcad/Makefile                |   6 +++++-
 cad/vipec/Makefile               |   6 +++++-
 chat/psi/Makefile                |   3 +--
 databases/luma/Makefile          |   6 +++++-
 databases/mysqlcc/Makefile       |   6 +++++-
 devel/lincvs/Makefile            |   3 +--
 editors/lyx-qt/Makefile          |   6 +++++-
 editors/texmaker/Makefile        |   3 +--
 games/qnetwalk/Makefile          |   5 +----
 graphics/TiffIO/Makefile         |   5 +----
 graphics/f4l/Makefile            |   6 +++++-
 graphics/lprof/Makefile          |   4 +---
 graphics/veusz/Makefile          |   6 +++++-
 meta-pkgs/kde3/kde3.mk           |   3 +--
 misc/celestia-kde/Makefile       |   6 +++++-
 misc/pyqt_memaid/Makefile        |   6 +++++-
 misc/qbrew/Makefile              |  12 ++++++++----
 print/scribus/Makefile           |   3 +--
 security/MyPasswordSafe/Makefile |   6 +++++-
 security/fwbuilder/Makefile      |   7 ++++++-
 security/libfwbuilder/Makefile   |   6 +++++-
 security/qca-tls/Makefile        |   3 +--
 security/qca/Makefile            |   3 +--
 time/ptimetracker/Makefile       |   5 +----
 wm/icecc/Makefile                |   6 +++++-
 x11/py-qt3-base/Makefile         |   6 +++++-
 x11/py-qt3-modules/Makefile      |   7 ++++++-
 x11/py-qt3-qscintilla/Makefile   |   7 ++++++-
 x11/py-qt3-sip/Makefile          |   7 ++++++-
 x11/qt3-tools/buildlink3.mk      |   3 ++-
 34 files changed, 130 insertions(+), 55 deletions(-)

diffs (truncated from 628 to 300 lines):

diff -r 651b62783a3f -r 39fc483f8a1a audio/hydrogen/Makefile
--- a/audio/hydrogen/Makefile   Thu Jan 05 10:02:12 2006 +0000
+++ b/audio/hydrogen/Makefile   Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:38 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/01/05 10:08:58 ghen Exp $
 
 DISTNAME=      hydrogen-0.8.0
 PKGREVISION=   1
@@ -23,4 +23,8 @@
 .include "../../audio/libhydrogen/buildlink3.mk"
 .include "../../x11/qt3-libs/buildlink3.mk"
 .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"
diff -r 651b62783a3f -r 39fc483f8a1a audio/kmp/Makefile
--- a/audio/kmp/Makefile        Thu Jan 05 10:02:12 2006 +0000
+++ b/audio/kmp/Makefile        Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/11/18 20:19:42 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/05 10:08:58 ghen Exp $
 
 DISTNAME=              kmp-0.01
 PKGREVISION=           1
@@ -17,4 +17,8 @@
 
 .include "../../x11/qt3-libs/buildlink3.mk"
 .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"
diff -r 651b62783a3f -r 39fc483f8a1a audio/madman/Makefile
--- a/audio/madman/Makefile     Thu Jan 05 10:02:12 2006 +0000
+++ b/audio/madman/Makefile     Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/01/04 04:29:05 schmonz Exp $
+# $NetBSD: Makefile,v 1.13 2006/01/05 10:08:58 ghen Exp $
 
 DISTNAME=      madman-0.93
 PKGREVISION=   2
@@ -38,6 +38,10 @@
 
 .include "../../x11/qt3-libs/buildlink3.mk"
 .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"
 .include "../../audio/xmms/buildlink3.mk"
 .include "../../audio/libid3tag/buildlink3.mk"
diff -r 651b62783a3f -r 39fc483f8a1a audio/qsynth/Makefile
--- a/audio/qsynth/Makefile     Thu Jan 05 10:02:12 2006 +0000
+++ b/audio/qsynth/Makefile     Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/19 15:13:38 adam Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/05 10:08:58 ghen Exp $
 
 DISTNAME=      qsynth-0.2.4
 CATEGORIES=    audio
@@ -26,4 +26,8 @@
 
 .include "../../audio/fluidsynth/buildlink3.mk"
 .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"
diff -r 651b62783a3f -r 39fc483f8a1a cad/qcad/Makefile
--- a/cad/qcad/Makefile Thu Jan 05 10:02:12 2006 +0000
+++ b/cad/qcad/Makefile Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/12/05 20:49:52 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2006/01/05 10:08:58 ghen Exp $
 
 DISTNAME=              qcad-1.5.4-src
 PKGNAME=               qcad-1.5.4
@@ -48,4 +48,8 @@
 
 .include "../../x11/qt3-libs/buildlink3.mk"
 .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"
diff -r 651b62783a3f -r 39fc483f8a1a cad/vipec/Makefile
--- a/cad/vipec/Makefile        Thu Jan 05 10:02:12 2006 +0000
+++ b/cad/vipec/Makefile        Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2005/06/01 18:02:41 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2006/01/05 10:08:58 ghen Exp $
 #
 
 DISTNAME=      ViPEC-3.2.0
@@ -24,4 +24,8 @@
 
 .include "../../x11/qt3-libs/buildlink3.mk"
 .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"
diff -r 651b62783a3f -r 39fc483f8a1a chat/psi/Makefile
--- a/chat/psi/Makefile Thu Jan 05 10:02:12 2006 +0000
+++ b/chat/psi/Makefile Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/12/31 10:12:58 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2006/01/05 10:08:58 ghen Exp $
 
 PSI_VERSION=   0.9.3
 DISTNAME=      psi-${PSI_VERSION}
@@ -70,7 +70,6 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/psi ${PREFIX}/bin/psi
 
 .include "../../x11/qt3-libs/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools= build
 .include "../../x11/qt3-tools/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/qca/buildlink3.mk"
diff -r 651b62783a3f -r 39fc483f8a1a databases/luma/Makefile
--- a/databases/luma/Makefile   Thu Jan 05 10:02:12 2006 +0000
+++ b/databases/luma/Makefile   Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/10/29 01:44:35 kristerw Exp $
+# $NetBSD: Makefile,v 1.5 2006/01/05 10:08:59 ghen Exp $
 #
 
 DISTNAME=              luma-2.2.1
@@ -27,4 +27,8 @@
 .include "../../databases/py-ldap/buildlink3.mk"
 .include "../../x11/py-qt3-base/buildlink3.mk"
 .include "../../x11/py-qt3-modules/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"
diff -r 651b62783a3f -r 39fc483f8a1a databases/mysqlcc/Makefile
--- a/databases/mysqlcc/Makefile        Thu Jan 05 10:02:12 2006 +0000
+++ b/databases/mysqlcc/Makefile        Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/07/27 16:21:16 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2006/01/05 10:08:58 ghen Exp $
 #
 
 DISTNAME=              mysqlcc-0.9.4-src
@@ -36,5 +36,9 @@
 
 .include "../../security/openssl/buildlink3.mk"
 .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"
 .include "../../mk/bsd.pkg.mk"
diff -r 651b62783a3f -r 39fc483f8a1a devel/lincvs/Makefile
--- a/devel/lincvs/Makefile     Thu Jan 05 10:02:12 2006 +0000
+++ b/devel/lincvs/Makefile     Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/12/31 09:08:22 ghen Exp $
+# $NetBSD: Makefile,v 1.3 2006/01/05 10:08:58 ghen Exp $
 
 DISTNAME=              lincvs-1.4.4-0-generic-src
 PKGNAME=               ${DISTNAME:S/-0-generic-src//}
@@ -41,5 +41,4 @@
 
 .include "../../x11/qt3-libs/buildlink3.mk"
 .include "../../x11/qt3-tools/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools= build
 .include "../../mk/bsd.pkg.mk"
diff -r 651b62783a3f -r 39fc483f8a1a editors/lyx-qt/Makefile
--- a/editors/lyx-qt/Makefile   Thu Jan 05 10:02:12 2006 +0000
+++ b/editors/lyx-qt/Makefile   Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/12/05 23:55:06 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2006/01/05 10:08:58 ghen Exp $
 #
 
 .include "./Makefile.common"
@@ -17,4 +17,8 @@
                        --with-frontend=qt
 
 .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"
diff -r 651b62783a3f -r 39fc483f8a1a editors/texmaker/Makefile
--- a/editors/texmaker/Makefile Thu Jan 05 10:02:12 2006 +0000
+++ b/editors/texmaker/Makefile Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/12/13 12:15:16 ghen Exp $
+# $NetBSD: Makefile,v 1.4 2006/01/05 10:08:58 ghen Exp $
 
 DISTNAME=      texmaker-1.12
 CATEGORIES=    editors
@@ -17,5 +17,4 @@
 
 .include "../../x11/qt3-libs/buildlink3.mk"
 .include "../../x11/qt3-tools/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools= build
 .include "../../mk/bsd.pkg.mk"
diff -r 651b62783a3f -r 39fc483f8a1a games/qnetwalk/Makefile
--- a/games/qnetwalk/Makefile   Thu Jan 05 10:02:12 2006 +0000
+++ b/games/qnetwalk/Makefile   Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:17 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2006/01/05 10:08:59 ghen Exp $
 #
 
 DISTNAME=      qnetwalk-1.2
@@ -10,9 +10,6 @@
 HOMEPAGE=      http://qt.osdn.org.ua/qnetwalk.html
 COMMENT=       QNetwalk is a Qt-version of the popular NetWalk game
 
-# We need qmake to build package's Makefile
-BUILDLINK_DEPMETHOD.qt3-tools= build
-
 USE_TOOLS+=    gmake
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   YES
diff -r 651b62783a3f -r 39fc483f8a1a graphics/TiffIO/Makefile
--- a/graphics/TiffIO/Makefile  Thu Jan 05 10:02:12 2006 +0000
+++ b/graphics/TiffIO/Makefile  Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/12/09 15:47:34 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/05 10:08:59 ghen Exp $
 #
 
 DISTNAME=              TiffIO-110c
@@ -11,9 +11,6 @@
 HOMEPAGE=              http://artis.imag.fr/Software/TiffIO/
 COMMENT=               Tiff support for QT image loader
 
-# We need qmake to build package's Makefile
-BUILDLINK_DEPMETHOD.qt3-tools=  build
-
 USE_TOOLS+=     gmake
 USE_LANGUAGES=  c c++
 
diff -r 651b62783a3f -r 39fc483f8a1a graphics/f4l/Makefile
--- a/graphics/f4l/Makefile     Thu Jan 05 10:02:12 2006 +0000
+++ b/graphics/f4l/Makefile     Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/11/20 16:58:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/05 10:08:59 ghen Exp $
 #
 
 DISTNAME=      f4l-0.2
@@ -20,4 +20,8 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/bin/f4l ${PREFIX}/bin
 
 .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"
diff -r 651b62783a3f -r 39fc483f8a1a graphics/lprof/Makefile
--- a/graphics/lprof/Makefile   Thu Jan 05 10:02:12 2006 +0000
+++ b/graphics/lprof/Makefile   Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:21 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2006/01/05 10:08:59 ghen Exp $
 #
 
 DISTNAME=              lprof-1.10.1
@@ -15,8 +15,6 @@
 MAKE_ENV+=     BASEDIR=${PREFIX:Q} QTDIR=${PREFIX}/qt3
 MAKE_ENV+=     LDFLAGS=${LDFLAGS:M*:Q}
 
-BUILDLINK_DEPMETHOD.qt3-tools= build
-
 .include "../../x11/qt3-libs/buildlink3.mk"
 .include "../../x11/qt3-tools/buildlink3.mk"
 .include "../../graphics/lcms/buildlink3.mk"
diff -r 651b62783a3f -r 39fc483f8a1a graphics/veusz/Makefile
--- a/graphics/veusz/Makefile   Thu Jan 05 10:02:12 2006 +0000
+++ b/graphics/veusz/Makefile   Thu Jan 05 10:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/21 15:03:01 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/05 10:08:59 ghen Exp $
 #
 
 DISTNAME=              veusz-0.8
@@ -15,5 +15,9 @@
 .include "../../lang/python/extension.mk"
 .include "../../x11/py-qt3-base/buildlink3.mk"
 .include "../../x11/py-qt3-modules/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.



Home | Main Index | Thread Index | Old Index