Date: Mon, 13 Oct 2008 10:39:21 GMT From: Volker Werth <volker@vwsoft.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/128054: [patch] graphics/gimp-app add missing dependencies Message-ID: <200810131039.m9DAdLYP079614@www.freebsd.org> Resent-Message-ID: <200810131040.m9DAe2kE027858@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810131039.m9DAdLYP079614>