Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2011 16:11:41 GMT
From:      Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156116: [PATCH] x11/libexo too many run dependencies
Message-ID:  <201104011611.p31GBfUJ092583@red.freebsd.org>
Resent-Message-ID: <201104011620.p31GK7wk091408@freefall.freebsd.org>

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

>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@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:



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