Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2009 08:47:08 -0800 (PST)
From:      Kevin Oberman <oberman@es.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/141030: gnome2-power-tools looks for old epiphany-extensions
Message-ID:  <20091130164709.00BE01CC0B@ptavv.es.net>
Resent-Message-ID: <200911301650.nAUGo1Bq042393@freefall.freebsd.org>

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

>Number:         141030
>Category:       ports
>Synopsis:       gnome2-power-tools looks for old epiphany-extensions
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 30 16:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Oberman
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
ESnet--The Energy Sciences Network
>Environment:
System: FreeBSD ptavv.es.net 7.2-STABLE FreeBSD 7.2-STABLE #0: Mon Jul 27 09:23:09 PDT 2009 root@ptavv.es.net:/usr/obj/usr/src/sys/PTAVV i386


	
>Description:
	
Upgrading gnome2-power-tools fails since is explicitly looks for a
file in ${LOCALBASE}/lib/epiphany/2.26/extensions/ and attampts to
install epiphany-extensions which fails since it is already installed.
>How-To-Repeat:
portupgrade gnome2-power-tools

>Fix:

--- Makefile.orig	2009-11-30 08:45:53.000000000 -0800
+++ Makefile	2009-11-30 08:46:21.000000000 -0800
@@ -12,7 +12,7 @@
 
 COMMENT=	The 'Geektoys' for the GNOME 2 power user
 
-RUN_DEPENDS=	${LOCALBASE}/lib/epiphany/2.26/extensions/libgesturesextension.so:${PORTSDIR}/www/epiphany-extensions \
+RUN_DEPENDS=	${LOCALBASE}/lib/epiphany/2.28/extensions/libgesturesextension.so:${PORTSDIR}/www/epiphany-extensions \
 		gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \
 		${LOCALBASE}/libexec/netspeed_applet2:${PORTSDIR}/net/netspeed_applet \
 		${LOCALBASE}/sbin/gkrellmd:${PORTSDIR}/sysutils/gkrellm2 \
>Release-Note:
>Audit-Trail:
>Unformatted:



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