From wxs@syn.csh.rit.edu  Fri Dec 30 15:13:11 2005
Return-Path: <wxs@syn.csh.rit.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4B35C16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Dec 2005 15:13:11 +0000 (GMT)
	(envelope-from wxs@syn.csh.rit.edu)
Received: from syn.csh.rit.edu (syn.csh.rit.edu [129.21.60.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0B2BA43D53
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Dec 2005 15:13:06 +0000 (GMT)
	(envelope-from wxs@syn.csh.rit.edu)
Received: from syn.csh.rit.edu (localhost [127.0.0.1])
	by syn.csh.rit.edu (8.13.4/8.13.4) with ESMTP id jBUFEdtq003583
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Dec 2005 10:14:39 -0500 (EST)
	(envelope-from wxs@syn.csh.rit.edu)
Received: (from wxs@localhost)
	by syn.csh.rit.edu (8.13.4/8.13.4/Submit) id jBUFEdna003582;
	Fri, 30 Dec 2005 10:14:39 -0500 (EST)
	(envelope-from wxs)
Message-Id: <200512301514.jBUFEdna003582@syn.csh.rit.edu>
Date: Fri, 30 Dec 2005 10:14:39 -0500 (EST)
From: Wesley Shields <wxs@csh.rit.edu>
Reply-To: Wesley Shields <wxs@csh.rit.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER PATCH]: emulators/qemu-launcher missing RUN_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 30 15:20:04 GMT 2005
>Closed-Date:    Sat Dec 31 08:55:23 GMT 2005
>Last-Modified:  Sat Dec 31 08:55:23 GMT 2005
>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:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Dec 31 08:55:12 UTC 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91096 
>Unformatted:
