Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2007 19:05:02 +0200 (CEST)
From:      Henrik Brix Andersen <henrik@brixandersen.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115817: [patch] Correct gimp-app-devel dependency in graphic/gimp-devel
Message-ID:  <20070825170502.635891142B@lothlorien.brixandersen.dk>
Resent-Message-ID: <200708251710.l7PHA10E075925@freefall.freebsd.org>

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

>Number:         115817
>Category:       ports
>Synopsis:       [patch] Correct gimp-app-devel dependency in graphic/gimp-devel
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 25 17:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Brix Andersen
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD lothlorien.brixandersen.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #65: Thu Aug 23 11:39:20 CEST 2007 root@lothlorien.brixandersen.dk:/usr/obj/usr/src/sys/LOTHLORIEN i386


	
>Description:
The dependency on graphics/gimp-app-devel in graphics/gimp-devel was
not bumped to say 'gimp-2.4' when gimp-app-devel was updated to
2.4.r1,2, thus the dependency can never be met.
	
>How-To-Repeat:
# cd /usr/ports/graphics/gimp-devel
# make install
	
>Fix:
The patch below fixes the dependency.

	

--- gimp-devel.patch begins here ---
diff -urp /usr/ports/graphics/gimp-devel/Makefile graphics/gimp-devel/Makefile
--- /usr/ports/graphics/gimp-devel/Makefile	2007-08-22 18:43:51.000000000 +0200
+++ graphics/gimp-devel/Makefile	2007-08-25 19:00:37.000000000 +0200
@@ -18,7 +18,7 @@ EXTRACT_ONLY?=	# empty
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	The "meta-port" for The Gimp
 
-RUN_DEPENDS=	gimp-2.3:${PORTSDIR}/graphics/gimp-app-devel
+RUN_DEPENDS=	gimp-2.4:${PORTSDIR}/graphics/gimp-app-devel
 
 OPTIONS=	PYTHON "Python-fu support" Off \
 		PRINT "Gutenprint (gimp-print) plugin" On
--- gimp-devel.patch ends here ---


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



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