pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gstreamer0.10 The pkgbase parameter for pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/918aec72fffc
branches:  trunk
changeset: 529323:918aec72fffc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 31 08:34:52 2007 +0000

description:
The pkgbase parameter for pkg-build-options.mk must match the buildlink3
package name. Otherwise, an error like the following occurs:

line 28: warning: "/usr/sbin/pkg_info -K /var/db/pkg -Q PKG_OPTIONS \
gstreamer 2>/dev/null  || { cd   && ...

diffstat:

 multimedia/gstreamer0.10/buildlink3.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r e82b49cc7547 -r 918aec72fffc multimedia/gstreamer0.10/buildlink3.mk
--- a/multimedia/gstreamer0.10/buildlink3.mk    Thu May 31 07:28:23 2007 +0000
+++ b/multimedia/gstreamer0.10/buildlink3.mk    Thu May 31 08:34:52 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2007/05/30 08:54:30 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2007/05/31 08:34:52 rillig Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 GSTREAMER0.10_BUILDLINK3_MK:=  ${GSTREAMER0.10_BUILDLINK3_MK}+
@@ -20,10 +20,10 @@
                            { print "@comment in gstreamer0.10: " $$0; next; }
 .endif # GSTREAMER0.10_BUILDLINK3_MK
 
-pkgbase := gstreamer
+pkgbase := gstreamer0.10
 .include "../../mk/pkg-build-options.mk"
 
-.if !empty(PKG_BUILD_OPTIONS.gstreamer:Mgstcheck)
+.if !empty(PKG_BUILD_OPTIONS.gstreamer0.10:Mgstcheck)
 .include "../../devel/check/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index