[91886] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Thu Apr 12 04:22:09 PDT 2012


Revision: 91886
          https://trac.macports.org/changeset/91886
Author:   ryandesign at macports.org
Date:     2012-04-12 04:22:08 -0700 (Thu, 12 Apr 2012)
Log Message:
-----------
cairo, cairo-devel: prevent use of librsvg, libspectre, poppler; see #33827

Modified Paths:
--------------
    trunk/dports/graphics/cairo/Portfile
    trunk/dports/graphics/cairo-devel/Portfile

Added Paths:
-----------
    trunk/dports/graphics/cairo/files/patch-configure.diff
    trunk/dports/graphics/cairo-devel/files/patch-configure.diff

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2012-04-12 10:58:56 UTC (rev 91885)
+++ trunk/dports/graphics/cairo/Portfile	2012-04-12 11:22:08 UTC (rev 91886)
@@ -50,6 +50,9 @@
 
 minimum_xcodeversions       {8 2.4.1}
 
+# Prevent cairo from using librsvg, libspectre, poppler.
+patchfiles-append           patch-configure.diff
+
 pre-configure {
     set pixman_minimum_version 0.20.2
     set pixman_installed_version [exec ${prefix}/bin/pkg-config pixman-1 --modversion]

Added: trunk/dports/graphics/cairo/files/patch-configure.diff
===================================================================
--- trunk/dports/graphics/cairo/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/graphics/cairo/files/patch-configure.diff	2012-04-12 11:22:08 UTC (rev 91886)
@@ -0,0 +1,29 @@
+--- configure.orig	2012-03-23 14:35:31.000000000 -0500
++++ configure	2012-04-12 06:11:54.000000000 -0500
+@@ -30131,7 +30131,7 @@
+ 
+ 
+ 
+-SPECTRE_VERSION_REQUIRED=0.2.0
++SPECTRE_VERSION_REQUIRED=99999
+ test_ps=no
+ any2ppm_ps=no
+ if test "x$use_ps" = "xyes"; then
+@@ -30528,7 +30528,7 @@
+ 
+ 
+ # poppler-0.17.4 fixes text-pattern and text-transform
+-POPPLER_VERSION_REQUIRED=0.17.4
++POPPLER_VERSION_REQUIRED=99999
+ test_pdf=no
+ any2ppm_pdf=no
+ if test "x$use_pdf" = "xyes"; then
+@@ -30898,7 +30898,7 @@
+ 
+ 
+ 
+-LIBRSVG_VERSION_REQUIRED=2.15.0
++LIBRSVG_VERSION_REQUIRED=99999
+ test_svg=no
+ any2ppm_svg=no
+ if test "x$use_svg" = "xyes"; then

Modified: trunk/dports/graphics/cairo-devel/Portfile
===================================================================
--- trunk/dports/graphics/cairo-devel/Portfile	2012-04-12 10:58:56 UTC (rev 91885)
+++ trunk/dports/graphics/cairo-devel/Portfile	2012-04-12 11:22:08 UTC (rev 91886)
@@ -50,6 +50,9 @@
 
 minimum_xcodeversions       {8 2.4.1}
 
+# Prevent cairo from using librsvg, libspectre, poppler.
+patchfiles-append           patch-configure.diff
+
 pre-configure {
     set pixman_minimum_version 0.20.2
     set pixman_installed_version [exec ${prefix}/bin/pkg-config pixman-1 --modversion]

Added: trunk/dports/graphics/cairo-devel/files/patch-configure.diff
===================================================================
--- trunk/dports/graphics/cairo-devel/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/graphics/cairo-devel/files/patch-configure.diff	2012-04-12 11:22:08 UTC (rev 91886)
@@ -0,0 +1,29 @@
+--- configure.orig	2012-03-23 14:35:31.000000000 -0500
++++ configure	2012-04-12 06:11:54.000000000 -0500
+@@ -30131,7 +30131,7 @@
+ 
+ 
+ 
+-SPECTRE_VERSION_REQUIRED=0.2.0
++SPECTRE_VERSION_REQUIRED=99999
+ test_ps=no
+ any2ppm_ps=no
+ if test "x$use_ps" = "xyes"; then
+@@ -30528,7 +30528,7 @@
+ 
+ 
+ # poppler-0.17.4 fixes text-pattern and text-transform
+-POPPLER_VERSION_REQUIRED=0.17.4
++POPPLER_VERSION_REQUIRED=99999
+ test_pdf=no
+ any2ppm_pdf=no
+ if test "x$use_pdf" = "xyes"; then
+@@ -30898,7 +30898,7 @@
+ 
+ 
+ 
+-LIBRSVG_VERSION_REQUIRED=2.15.0
++LIBRSVG_VERSION_REQUIRED=99999
+ test_svg=no
+ any2ppm_svg=no
+ if test "x$use_svg" = "xyes"; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120412/0e1f94eb/attachment.html>


More information about the macports-changes mailing list