[PATCH] net/vinagre: add gdbm dependency

Jimmy Olgeni olgeni at freebsd.org
Tue Sep 13 12:02:36 UTC 2011


>Submitter-Id:	current-users
>Originator:	Jimmy Olgeni
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] net/vinagre: add gdbm dependency
>Severity:	non-critical
>Priority:	medium
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 8.2-STABLE amd64
>Environment:
System: FreeBSD backoffice 8.2-STABLE FreeBSD 8.2-STABLE #1: Sun May 15 20:37:17 CEST 2011
>Description:

This port needs to depend on databases/gdbm because it links directly
with libgdbm (vinagre, vinagre-applet).

Also, portlint complained about CPPFLAGS being included in
CONFIGURE_ENV, but I left it alone for safety. Please consider :)

Port maintainer (gnome at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- vinagre-2.30.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/vinagre/Makefile,v
retrieving revision 1.24
diff -u -u -r1.24 Makefile
--- Makefile	20 Nov 2010 15:36:49 -0000	1.24
+++ Makefile	13 Sep 2011 11:30:23 -0000
@@ -8,6 +8,7 @@
 
 PORTNAME=	vinagre
 PORTVERSION=	2.30.3
+PORTREVISION=	1
 CATEGORIES=	net gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -18,7 +19,8 @@
 LIB_DEPENDS=	gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \
     		avahi-core.7:${PORTSDIR}/net/avahi-app \
 		avahi-ui.0:${PORTSDIR}/net/avahi-gtk \
-		gnome-keyring:${PORTSDIR}/security/libgnome-keyring
+		gnome-keyring:${PORTSDIR}/security/libgnome-keyring \
+		gdbm.4:${PORTSDIR}/databases/gdbm
 
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
--- vinagre-2.30.3_1.patch ends here ---



More information about the freebsd-gnome mailing list