ports/157216: [PATCH] fix build of graphics/gegl with graphviz (shlib version bump)

Christoph Moench-Tegeder cmt at burggraben.net
Fri May 20 17:40:11 UTC 2011


>Number:         157216
>Category:       ports
>Synopsis:       [PATCH] fix build of graphics/gegl with graphviz (shlib version bump)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 20 17:40:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Moench-Tegeder
>Release:        FreeBSD 8.2-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD elch.exwg.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #7: Thu Apr 21 15:56:09 CEST 2011 cmt at elch.exwg.net:/usr/obj/usr/src/sys/CMT amd64

	graphics/gegl 0.1.6_1
	graphics/graphviz 2.28.0
>Description:
	PORTREVISION of graphics/gegl was bumped with the graphviz update, but
	the LIB_DEPENDS entry for libgraph was not (it's libgraph.5 now).
>How-To-Repeat:
	enbale graphviz in graphics/gegl and try to build
>Fix:
	easy:

--- graphics/gegl/Makefile.orig	2011-05-20 19:19:54.000000000 +0200
+++ graphics/gegl/Makefile	2011-05-20 19:20:09.000000000 +0200
@@ -91,7 +91,7 @@
 .endif
 
 .if !defined(WITHOUT_GRAPHVIZ)
-LIB_DEPENDS+=	graph.4:${PORTSDIR}/graphics/graphviz
+LIB_DEPENDS+=	graph.5:${PORTSDIR}/graphics/graphviz
 .else
 CONFIGURE_ARGS+=--without-graphviz
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list