summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-01-05 10:08:58 +0000
committerghen <ghen@pkgsrc.org>2006-01-05 10:08:58 +0000
commit455345bb5b70f1c8716c2a55969632ca721ea0c7 (patch)
treeb345d1e84fd4fee52138fac9f81a99f3b853ec00 /audio
parentca8c5cb5f8681f4261eefcbe64c2e550f117973c (diff)
downloadpkgsrc-455345bb5b70f1c8716c2a55969632ca721ea0c7.tar.gz
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 (limited to 'audio')
-rw-r--r--audio/hydrogen/Makefile6
-rw-r--r--audio/kmp/Makefile6
-rw-r--r--audio/madman/Makefile6
-rw-r--r--audio/qsynth/Makefile6
4 files changed, 20 insertions, 4 deletions
diff --git a/audio/hydrogen/Makefile b/audio/hydrogen/Makefile
index dbf4ed16af3..32aa51c5523 100644
--- a/audio/hydrogen/Makefile
+++ b/audio/hydrogen/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --with-xinerama
.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 --git a/audio/kmp/Makefile b/audio/kmp/Makefile
index da1aade71d5..8dbb4576848 100644
--- a/audio/kmp/Makefile
+++ b/audio/kmp/Makefile
@@ -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 @@ CONFIGURE_ARGS+= ${PREFIX}
.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/audio/madman/Makefile b/audio/madman/Makefile
index e9d5c5cb685..57c1e52146b 100644
--- a/audio/madman/Makefile
+++ b/audio/madman/Makefile
@@ -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 @@ do-install:
.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 --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile
index 00b0b1ce175..22fbdef866c 100644
--- a/audio/qsynth/Makefile
+++ b/audio/qsynth/Makefile
@@ -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 @@ do-install:
.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"