ports/156116: [PATCH] x11/libexo too many run dependencies

Alexey Shuvaev shuvaev at physik.uni-wuerzburg.de
Fri Apr 1 16:20:07 UTC 2011


>Number:         156116
>Category:       ports
>Synopsis:       [PATCH] x11/libexo too many run dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 01 16:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list