ports/176903: [patch] fix graphics/gegl plist with jasper=off

r4721 at tormail.org r4721 at tormail.org
Wed Mar 13 03:00:00 UTC 2013


>Number:         176903
>Category:       ports
>Synopsis:       [patch] fix graphics/gegl plist with jasper=off
>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:   Wed Mar 13 03:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     r4721 at tormail.org
>Release:        
>Organization:
>Environment:
>Description:
the jasper option turns building of the jp2 module on/off, but plist always includes it. attached patch fixes.

====================<phase 7: make package>====================
===>  Building package for gegl-0.2.0_1
tar: lib/gegl-0.2/jp2-load.la: Cannot stat: No such file or directory
tar: lib/gegl-0.2/jp2-load.so: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** [do-package] Error code 1

Stop in /a/ports/graphics/gegl.
Deleting gegl-0.2.0_1
pkg_delete: file '/usr/local/lib/gegl-0.2/jp2-load.la' doesn't exist
pkg_delete: file '/usr/local/lib/gegl-0.2/jp2-load.so' doesn't exist
pkg_delete: couldn't entirely delete package `gegl-0.2.0_1'
(perhaps the packing list is incorrectly specified?)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: graphics/gegl/pkg-plist
===================================================================
--- graphics/gegl/pkg-plist	(revision 314014)
+++ graphics/gegl/pkg-plist	(working copy)
@@ -160,8 +160,8 @@
 lib/gegl-%%GEGL_VER%%/introspect.so
 lib/gegl-%%GEGL_VER%%/invert.la
 lib/gegl-%%GEGL_VER%%/invert.so
-lib/gegl-%%GEGL_VER%%/jp2-load.la
-lib/gegl-%%GEGL_VER%%/jp2-load.so
+%%JP2%%lib/gegl-%%GEGL_VER%%/jp2-load.la
+%%JP2%%lib/gegl-%%GEGL_VER%%/jp2-load.so
 lib/gegl-%%GEGL_VER%%/layer.la
 lib/gegl-%%GEGL_VER%%/layer.so
 lib/gegl-%%GEGL_VER%%/lens-distortion.la


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


More information about the freebsd-ports-bugs mailing list