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?) Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thanks!
Author: mezz Date: Wed Mar 20 02:59:46 2013 New Revision: 314707 URL: http://svnweb.freebsd.org/changeset/ports/314707 Log: Fix the plist when Jasper disabled. PR: ports/176903 Submitted by: r4721@tormail.org (no name, just email in PR) Modified: head/graphics/gegl/pkg-plist Modified: head/graphics/gegl/pkg-plist ============================================================================== --- head/graphics/gegl/pkg-plist Wed Mar 20 02:39:49 2013 (r314706) +++ head/graphics/gegl/pkg-plist Wed Mar 20 02:59:46 2013 (r314707) @@ -160,8 +160,8 @@ lib/gegl-%%GEGL_VER%%/introspect.la 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"