pkgsrc-Bugs archive

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

pkg/45427: gnome-vfs and avahi



>Number:         45427
>Category:       pkg
>Synopsis:       gnome-vfs and avahi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 05 00:15:01 +0000 2011
>Originator:     B.ICT A.P. deBROUWER Jr.
>Release:        5.99.56
>Organization:
-none-
>Environment:
NetBSD 10.0.2.17 5.99.56 NetBSD 5.99.56 (MONOLITHIC) #0: Sun Oct  2 11:57:40 
UTC 2011  
builds%b7.netbsd.org@localhost:/home/builds/ab/HEAD/i386/201110020540Z-obj/home/builds/ab/HEAD/src/sys/arch/i386/compile/MONOLITHIC
 i386
>Description:
gnome-vfs has options for avahi, but not in it's buildlink3.mk,
so if enabled, lateron f.i. libgnome is missing the avahi.
>How-To-Repeat:
PKG_OPTIONS.gnome-vfs+=avahi,
build gnome-vfs, build libgnome
>Fix:
--- buildlink3.mk.orig  2011-10-04 11:33:53.000000000 +0000
+++ buildlink3.mk       2011-10-04 11:36:50.000000000 +0000
@@ -15,6 +15,13 @@
 .include "../../security/openssl/buildlink3.mk"
 .include "../../sysutils/dbus-glib/buildlink3.mk"
 
+pkgbase:=       gnome-vfs
+.  include "../../mk/pkg-build-options.mk"
+
+.if !empty(PKG_BUILD_OPTIONS.gnome-vfs:Mavahi)
+.  include "../../net/avahi/buildlink3.mk"
+.endif
+
 .endif # GNOME_VFS_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -gnome-vfs



Home | Main Index | Thread Index | Old Index