ports/128054: [patch] graphics/gimp-app add missing dependencies

Volker Werth volker at vwsoft.com
Mon Oct 13 10:40:02 UTC 2008


>Number:         128054
>Category:       ports
>Synopsis:       [patch] graphics/gimp-app add missing 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:   Mon Oct 13 10:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Volker Werth
>Release:        7-stable
>Organization:
>Environment:
>Description:
portupgrade'ing gimp-app (gimp-app-2.4.7,1) fails while configuring for babl and gegl

>How-To-Repeat:

>Fix:
add missing dependencies

Patch attached with submission follows:

--- graphics/gimp-app/Makefile.orig	2008-10-13 12:14:44.000000000 +0200
+++ graphics/gimp-app/Makefile	2008-10-13 12:20:39.000000000 +0200
@@ -32,7 +32,9 @@
 		png.5:${PORTSDIR}/graphics/png \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff \
-		lcms.1:${PORTSDIR}/graphics/lcms
+		lcms.1:${PORTSDIR}/graphics/lcms \
+		babl-0.0:${PORTSDIR}/x11/babl \
+		gegl-0.0:${PORTSDIR}/graphics/gegl
 
 CONFLICTS=	gimp-app-devel-[0-9]*
 


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



More information about the freebsd-ports-bugs mailing list