Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2005 10:14:39 -0500 (EST)
From:      Wesley Shields <wxs@csh.rit.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91096: [MAINTAINER PATCH]: emulators/qemu-launcher missing RUN_DEPENDS
Message-ID:  <200512301514.jBUFEdna003582@syn.csh.rit.edu>
Resent-Message-ID: <200512301520.jBUFK428090298@freefall.freebsd.org>

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

>Number:         91096
>Category:       ports
>Synopsis:       [MAINTAINER PATCH]: emulators/qemu-launcher missing RUN_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 30 15:20:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Wesley Shields
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD syn 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Tue Dec 20 08:49:53 EST 2005 root@syn:/usr/obj/usr/src/sys/GENERIC i386

>Description:
As was pointed out to me by a few people emulators/qemu-launcher is
missing a RUN_DEPENDS line for p5-Gnome2.  The attached patch fixes
this.

My apologies for omiting this in the original shar - it completely
slipped my mind.  Thanks to Lars Engels and "whistles" for pointing this
out.

>How-To-Repeat:
N/A

>Fix:

diff -ruN emulators/qemu-launcher.orig/Makefile emulators/qemu-launcher/Makefile
--- emulators/qemu-launcher.orig/Makefile	Thu Dec 29 18:01:42 2005
+++ emulators/qemu-launcher/Makefile	Fri Dec 30 09:46:15 2005
@@ -15,7 +15,8 @@
 COMMENT=	A GTK front-end to Qemu
 
 RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Gtk2:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
-		${SITE_PERL}/${PERL_ARCH}/Gtk2/GladeXML/:${PORTSDIR}/x11-toolkits/p5-Glade2
+		${SITE_PERL}/${PERL_ARCH}/Gtk2/GladeXML/:${PORTSDIR}/x11-toolkits/p5-Glade2 \
+		${SITE_PERL}/${PERL_ARCH}/Gnome2.pm:${PORTSDIR}/x11-toolkits/p5-Gnome2 \
 
 WRKSRC=		${WRKDIR}/trunk
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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