From nobody@FreeBSD.org  Fri Apr  1 16:11:42 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5E4EF1065676
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  1 Apr 2011 16:11:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 4CFF68FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  1 Apr 2011 16:11:42 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p31GBfl9092584
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 1 Apr 2011 16:11:41 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p31GBfUJ092583;
	Fri, 1 Apr 2011 16:11:41 GMT
	(envelope-from nobody)
Message-Id: <201104011611.p31GBfUJ092583@red.freebsd.org>
Date: Fri, 1 Apr 2011 16:11:41 GMT
From: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] x11/libexo too many run dependencies
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         156116
>Category:       ports
>Synopsis:       [PATCH] x11/libexo too many run dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    oliver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 01 16:20:07 UTC 2011
>Closed-Date:    Thu Apr 14 06:07:37 UTC 2011
>Last-Modified:  Thu Apr 14 06:10:01 UTC 2011
>Originator:     Alexey Shuvaev
>Release:        9.0-CURRENT
>Organization:
Technical University of Vienna
>Environment:
FreeBSD lexx.ifp.tuwien.ac.at 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r219713: Thu Mar 17 14:43:00 CET 2011     root@lexx.ifp.tuwien.ac.at:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Currently the port sets RUN_DEPENDS=   ${BUILD_DEPENDS} which leads to unnecessary run-time dependencies on gmake and intltool (at least). The proposed patch should fix the problem, but maintainer should check if everything is still functioning as expected.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN libexo.orig/Makefile libexo/Makefile
--- libexo.orig/Makefile	2011-03-17 13:28:01.000000000 +0100
+++ libexo/Makefile	2011-04-01 18:05:12.000000000 +0200
@@ -16,7 +16,7 @@
 COMMENT=	Terminal library, extensions to Xfce by os-cillation
 
 BUILD_DEPENDS=	${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->oliver 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 1 16:20:18 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156116 
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Thu Apr 14 06:07:27 UTC 2011 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156116 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156116: commit references a PR
Date: Thu, 14 Apr 2011 06:07:25 +0000 (UTC)

 oliver      2011-04-14 06:07:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/libexo           Makefile 
   Log:
   fix run dependencies
   
   PR:             ports/156116
   Submitted by:   Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
   
   Revision  Changes    Path
   1.42      +1 -1      ports/x11/libexo/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
