ports/160703: [PATCH] net/vinagre: add gdbm dependency

Jimmy Olgeni olgeni at FreeBSD.org
Tue Sep 13 11:40:12 UTC 2011


>Number:         160703
>Category:       ports
>Synopsis:       [PATCH] net/vinagre: add gdbm dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 13 11:40:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>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 ---

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



More information about the freebsd-ports-bugs mailing list