Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2011 13:40:58 +0200 (CEST)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gnome@FreeBSD.org
Subject:   ports/160704: [PATCH] sysutils/gnome-settings-daemon: depend on libgdbm
Message-ID:  <201109131140.p8DBewmg074137@backoffice.colby.local>
Resent-Message-ID: <201109131150.p8DBo4TC016856@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160704
>Category:       ports
>Synopsis:       [PATCH] sysutils/gnome-settings-daemon: depend on libgdbm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 13 11:50:04 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 (libmedia-keys.so).

(portlint complained about CPPFLAGS being included in CONFIGURE_ENV
but I left it alone)

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

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

--- gnome-settings-daemon-2.32.1_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/gnome-settings-daemon/Makefile,v
retrieving revision 1.22
diff -u -u -r1.22 Makefile
--- Makefile	23 Aug 2011 18:39:13 -0000	1.22
+++ Makefile	13 Sep 2011 11:39:52 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	gnome-settings-daemon
 PORTVERSION=	2.32.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -18,7 +18,8 @@
 
 LIB_DEPENDS=	canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
 		notify.4:${PORTSDIR}/devel/libnotify \
-		nss3.1:${PORTSDIR}/security/nss
+		nss3.1:${PORTSDIR}/security/nss \
+		gdbm.4:${PORTSDIR}/databases/gdbm
 RUN_DEPENDS=	xrdb:${PORTSDIR}/x11/xrdb
 
 CONFLICTS=	gnome-settings-daemon-3.[0-9]*
--- gnome-settings-daemon-2.32.1_3.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109131140.p8DBewmg074137>