ports/91096: [MAINTAINER PATCH]: emulators/qemu-launcher missing RUN_DEPENDS
Wesley Shields
wxs at csh.rit.edu
Fri Dec 30 15:20:06 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list