ports/95637: [patch] devel/kscope add graphics/graphviz as a library dependency
Pawel Pekala
c0rn at o2.pl
Tue Apr 11 22:30:17 UTC 2006
>Number: 95637
>Category: ports
>Synopsis: [patch] devel/kscope add graphics/graphviz as a library dependency
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Apr 11 22:30:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Pawel Pekala
>Release: FreeBSD 5.4-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD 5.4-RELEASE-p11 #2: Thu Feb 2 21:14:41 CET 2006
root at blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN
>Description:
Kscope binary links to libpack :
[corn:~/tmp/kscope]> ldd /usr/local/bin/kscope | grep pack
libpack.so.1 => /usr/local/lib/graphviz/libpack.so.1 (0x2810a000)
so graphics/graphviz should be listed in LIB_DEPENDS and not BUILD_DEPENDS
>How-To-Repeat:
>Fix:
--- kscope.diff begins here ---
diff -ur /usr/ports/devel/kscope/Makefile kscope/Makefile
--- /usr/ports/devel/kscope/Makefile Thu Mar 16 00:03:13 2006
+++ kscope/Makefile Wed Apr 12 00:12:55 2006
@@ -14,8 +14,8 @@
MAINTAINER= frank at exit.com
COMMENT= KDE front-end to Cscope
-BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ pack.1:${PORTSDIR}/graphics/graphviz
RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags \
cscope:${PORTSDIR}/devel/cscope
--- kscope.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list