ports/128201: [PATCH] graphics/gimp-app: broken pkg-plist

Tobias Rehbein tobias.rehbein at web.de
Sat Oct 18 11:10:04 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list