From 455345bb5b70f1c8716c2a55969632ca721ea0c7 Mon Sep 17 00:00:00 2001 From: ghen Date: Thu, 5 Jan 2006 10:08:58 +0000 Subject: 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. --- security/MyPasswordSafe/Makefile | 6 +++++- security/fwbuilder/Makefile | 7 ++++++- security/libfwbuilder/Makefile | 6 +++++- security/qca-tls/Makefile | 3 +-- security/qca/Makefile | 3 +-- 5 files changed, 18 insertions(+), 7 deletions(-) (limited to 'security') diff --git a/security/MyPasswordSafe/Makefile b/security/MyPasswordSafe/Makefile index dc5f2254eed..68e69f0f6fc 100644 --- a/security/MyPasswordSafe/Makefile +++ b/security/MyPasswordSafe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/11/17 22:12:37 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/05 10:08:59 ghen Exp $ # DISTNAME= MyPasswordSafe-20050615.src @@ -17,4 +17,8 @@ MAKE_FLAGS+= QMAKE=${QTDIR:Q}/bin/qmake .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 --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index af6cc8e998f..de7d107462f 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/12/12 20:25:09 bad Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/05 10:08:59 ghen Exp $ DISTNAME= fwbuilder-2.0.10 CATEGORIES= security net @@ -18,6 +18,11 @@ QMAKE= ${QTDIR}/bin/qmake CONFIGURE_ENV+= QMAKE=${QMAKE:Q} MAKE_ENV+= QMAKE=${QMAKE:Q} +# 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 "../../security/libfwbuilder/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index 35915473681..f3a40d5f6a7 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/12 20:25:09 bad Exp $ +# $NetBSD: Makefile,v 1.13 2006/01/05 10:08:59 ghen Exp $ DISTNAME= libfwbuilder-2.0.10 CATEGORIES= security net @@ -24,5 +24,9 @@ post-install: .include "../../textproc/libxslt/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 --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile index 48ef05ea5c6..7f4599637aa 100644 --- a/security/qca-tls/Makefile +++ b/security/qca-tls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/11/01 22:57:06 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2006/01/05 10:08:59 ghen Exp $ DISTNAME= qca-tls-1.0 CATEGORIES= security @@ -31,6 +31,5 @@ do-install: .include "../../security/openssl/buildlink3.mk" .include "../../x11/qt3-libs/buildlink3.mk" -BUILDLINK_DEPMETHOD.qt3-tools= build .include "../../x11/qt3-tools/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/qca/Makefile b/security/qca/Makefile index 3257927b7eb..cce2ddbbb94 100644 --- a/security/qca/Makefile +++ b/security/qca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:58 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/05 10:08:59 ghen Exp $ DISTNAME= qca-1.0 CATEGORIES= security @@ -21,6 +21,5 @@ do-install: libtool --mode=install ${INSTALL_LIB} libqca.la ${PREFIX}/lib .include "../../x11/qt3-libs/buildlink3.mk" -BUILDLINK_DEPMETHOD.qt3-tools= build .include "../../x11/qt3-tools/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3