Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 19:49:19 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356691 - head/graphics/gegl
Message-ID:  <201406051949.s55JnJ45047532@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu Jun  5 19:49:19 2014
New Revision: 356691
URL: http://svnweb.freebsd.org/changeset/ports/356691
QAT: https://qat.redports.org/buildarchive/r356691/

Log:
  Fix packaging when pixbuf option is not selected.
  
  PR:		189956
  Reported by:	freebsd@nagilum.org

Modified:
  head/graphics/gegl/pkg-plist

Modified: head/graphics/gegl/pkg-plist
==============================================================================
--- head/graphics/gegl/pkg-plist	Thu Jun  5 19:49:16 2014	(r356690)
+++ head/graphics/gegl/pkg-plist	Thu Jun  5 19:49:19 2014	(r356691)
@@ -206,8 +206,8 @@ lib/gegl-%%GEGL_VER%%/over.la
 lib/gegl-%%GEGL_VER%%/over.so
 lib/gegl-%%GEGL_VER%%/overlay.la
 lib/gegl-%%GEGL_VER%%/overlay.so
-lib/gegl-%%GEGL_VER%%/pixbuf.la
-lib/gegl-%%GEGL_VER%%/pixbuf.so
+%%GDK%%lib/gegl-%%GEGL_VER%%/pixbuf.la
+%%GDK%%lib/gegl-%%GEGL_VER%%/pixbuf.so
 lib/gegl-%%GEGL_VER%%/pixelize.la
 lib/gegl-%%GEGL_VER%%/pixelize.so
 lib/gegl-%%GEGL_VER%%/plus.la
@@ -234,8 +234,8 @@ lib/gegl-%%GEGL_VER%%/rgbe-save.la
 lib/gegl-%%GEGL_VER%%/rgbe-save.so
 lib/gegl-%%GEGL_VER%%/ripple.la
 lib/gegl-%%GEGL_VER%%/ripple.so
-lib/gegl-%%GEGL_VER%%/save-pixbuf.la
-lib/gegl-%%GEGL_VER%%/save-pixbuf.so
+%%GDK%%lib/gegl-%%GEGL_VER%%/save-pixbuf.la
+%%GDK%%lib/gegl-%%GEGL_VER%%/save-pixbuf.so
 lib/gegl-%%GEGL_VER%%/save.la
 lib/gegl-%%GEGL_VER%%/save.so
 lib/gegl-%%GEGL_VER%%/screen.la



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