ports/118828: [patch] Missing dependancy on net/vinagre

Romain Tartiere romain at blogreen.org
Tue Dec 18 16:00:14 UTC 2007


>Number:         118828
>Category:       ports
>Synopsis:       [patch] Missing dependancy on net/vinagre
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 18 16:00:12 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Romain Tartiere
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD marvin.blogreen.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Sep 17 19:29:03 CEST 2007 root at marvin.blogreen.org:/usr/obj/usr/src/sys/MARVIN i386


	
>Description:

Compiling net/vinagre on a fresh install fails with this message:

---
checking for VINAGRE... yes
checking for AVAHI... gnome-config: not found
configure: error: Package requirements (avahi-ui >= 0.6.18) were not met:

No package 'avahi-ui' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
---

The patch attached adds avahi-ui to the LIB_DEPENDS variable of the Makefile.

	
>How-To-Repeat:
	
N/A
>Fix:

	

--- Makefile.patch begins here ---
--- Makefile.orig	2007-12-18 16:02:47.000000000 +0100
+++ Makefile	2007-12-18 16:10:25.000000000 +0100
@@ -15,7 +15,8 @@
 COMMENT=	VNC client for the GNOME Desktop
 
 LIB_DEPENDS=	gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \
-    		avahi-core.5:${PORTSDIR}/net/avahi
+    		avahi-core.5:${PORTSDIR}/net/avahi \
+    		avahi-ui.0:${PORTSDIR}/net/avahi-gtk
 
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
--- Makefile.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list