Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2016 13:02:56 +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: r406748 - head/graphics/cairo
Message-ID:  <201601201302.u0KD2uaj050900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Jan 20 13:02:56 2016
New Revision: 406748
URL: https://svnweb.freebsd.org/changeset/ports/406748

Log:
  Fix packaging of cairo in poudriere when the glib option is disabled.
  
  cairo-sphinx doesn't have a disable switch, but it checks for the
  present of glib. Add the sphinx plist files under the GLIB option,
  so that when sphinx plist entries are consistent, regardless if
  glib is installed or not.
  
  PR:		195187

Modified:
  head/graphics/cairo/pkg-plist

Modified: head/graphics/cairo/pkg-plist
==============================================================================
--- head/graphics/cairo/pkg-plist	Wed Jan 20 12:17:15 2016	(r406747)
+++ head/graphics/cairo/pkg-plist	Wed Jan 20 13:02:56 2016	(r406748)
@@ -1,4 +1,4 @@
-bin/cairo-sphinx
+%%GLIB%%bin/cairo-sphinx
 bin/cairo-trace
 include/cairo/cairo-deprecated.h
 include/cairo/cairo-features.h
@@ -20,10 +20,10 @@ lib/cairo/cairo-fdr.a
 lib/cairo/cairo-fdr.so
 lib/cairo/cairo-fdr.so.0
 lib/cairo/cairo-fdr.so.0.0.0
-lib/cairo/cairo-sphinx.a
-lib/cairo/cairo-sphinx.so
-lib/cairo/cairo-sphinx.so.0
-lib/cairo/cairo-sphinx.so.0.0.0
+%%GLIB%%lib/cairo/cairo-sphinx.a
+%%GLIB%%lib/cairo/cairo-sphinx.so
+%%GLIB%%lib/cairo/cairo-sphinx.so.0
+%%GLIB%%lib/cairo/cairo-sphinx.so.0.0.0
 lib/cairo/libcairo-trace.a
 lib/cairo/libcairo-trace.so
 lib/cairo/libcairo-trace.so.0



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