[136484] trunk/dports/graphics/vips

bgilbert at macports.org bgilbert at macports.org
Mon May 18 16:30:58 PDT 2015


Revision: 136484
          https://trac.macports.org/changeset/136484
Author:   bgilbert at macports.org
Date:     2015-05-18 16:30:57 -0700 (Mon, 18 May 2015)
Log Message:
-----------
vips: Fix build failures with highly-parallel builds

Fixed upstream in c1d04d04.

Modified Paths:
--------------
    trunk/dports/graphics/vips/Portfile

Added Paths:
-----------
    trunk/dports/graphics/vips/files/
    trunk/dports/graphics/vips/files/patch-fix-parallel-builds.diff

Modified: trunk/dports/graphics/vips/Portfile
===================================================================
--- trunk/dports/graphics/vips/Portfile	2015-05-18 22:05:38 UTC (rev 136483)
+++ trunk/dports/graphics/vips/Portfile	2015-05-18 23:30:57 UTC (rev 136484)
@@ -44,6 +44,8 @@
                     port:tiff \
                     port:zlib
 
+patchfiles          patch-fix-parallel-builds.diff
+
 configure.env       PKG_CONFIG_PATH='${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig'
 configure.args      --enable-gtk-doc \
                     --enable-introspection

Added: trunk/dports/graphics/vips/files/patch-fix-parallel-builds.diff
===================================================================
--- trunk/dports/graphics/vips/files/patch-fix-parallel-builds.diff	                        (rev 0)
+++ trunk/dports/graphics/vips/files/patch-fix-parallel-builds.diff	2015-05-18 23:30:57 UTC (rev 136484)
@@ -0,0 +1,11 @@
+--- libvips/Makefile.in.orig	2015-05-05 08:36:38.000000000 -0400
++++ libvips/Makefile.in	2015-05-18 19:07:54.000000000 -0400
+@@ -1106,7 +1106,7 @@
+ -include $(INTROSPECTION_MAKEFILE)
+ 
+ # we make the vips8 API
+- at HAVE_INTROSPECTION_TRUE@Vips-8.0.gir: libvips.la
++ at HAVE_INTROSPECTION_TRUE@Vips-8.0.gir: introspect
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150518/e381c5f4/attachment.html>


More information about the macports-changes mailing list