Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2008 12:30:34 +0200 (CEST)
From:      Tobias Rehbein <tobias.rehbein@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/128201: [PATCH] graphics/gimp-app: broken pkg-plist
Message-ID:  <200810181030.m9IAUYm6084769@sushi.pseudo.local>
Resent-Message-ID: <200810181110.m9IBA4eX052944@freefall.freebsd.org>

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

>Number:         128201
>Category:       ports
>Synopsis:       [PATCH] graphics/gimp-app: broken pkg-plist
>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:   Sat Oct 18 11:10:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Rehbein
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD sushi.pseudo.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #22: Tue Oct 14 18:53:46 CEST 2008 tobi@sushi.pseudo.local:/usr/obj/usr/src/sys/SUSHI i386


	
>Description:
	make package fails due to broken plist if SVG support and the help-browser plugin are disabled.

>How-To-Repeat:
	cd /usr/ports/graphics/gimp-app && make -DWITHOUT_RSVG -DWITHOUT_HELPBROWSER package

>Fix:
	Find attached a patch that fixes this issue.

--- gimp.txt begins here ---
diff -urN graphics/gimp-app.orig/pkg-plist graphics/gimp-app/pkg-plist
--- graphics/gimp-app.orig/pkg-plist	2008-10-18 12:04:40.000000000 +0200
+++ graphics/gimp-app/pkg-plist	2008-10-18 12:06:35.000000000 +0200
@@ -367,7 +367,7 @@
 libexec/gimp/2.2/plug-ins/file-raw
 libexec/gimp/2.2/plug-ins/file-sgi
 libexec/gimp/2.2/plug-ins/file-sunras
-libexec/gimp/2.2/plug-ins/file-svg
+%%SVG%%libexec/gimp/2.2/plug-ins/file-svg
 libexec/gimp/2.2/plug-ins/file-tga
 libexec/gimp/2.2/plug-ins/file-tiff-load
 libexec/gimp/2.2/plug-ins/file-tiff-save
@@ -391,7 +391,7 @@
 libexec/gimp/2.2/plug-ins/grid
 libexec/gimp/2.2/plug-ins/guillotine
 libexec/gimp/2.2/plug-ins/help
-libexec/gimp/2.2/plug-ins/help-browser
+%%HELPBROWSER%%libexec/gimp/2.2/plug-ins/help-browser
 libexec/gimp/2.2/plug-ins/hot
 libexec/gimp/2.2/plug-ins/ifs-compose
 libexec/gimp/2.2/plug-ins/illusion
--- gimp.txt ends here ---


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



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