Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2006 00:20:42 +0200
From:      "Pawel Pekala" <c0rn@o2.pl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        frank@exit.com
Subject:   ports/95637: [patch] devel/kscope add graphics/graphviz as a library dependency
Message-ID:  <1144794042.10828@blaviken.slowicza.org>
Resent-Message-ID: <200604112230.k3BMUEI8078986@freefall.freebsd.org>

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

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



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