[133645] users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2

devans at macports.org devans at macports.org
Sat Mar 7 16:03:16 PST 2015


Revision: 133645
          https://trac.macports.org/changeset/133645
Author:   devans at macports.org
Date:     2015-03-07 16:03:16 -0800 (Sat, 07 Mar 2015)
Log Message:
-----------
GNOME-3/stable: gdk-pixbuf2, merge latest changes from trunk.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/files/patch-configure.ac.diff

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/


Property changes on: users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/graphics/gdk-pixbuf2:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/graphics/gdk-pixbuf2:122272-131856
   + /branches/mld-qt-481/dports/graphics/gdk-pixbuf2:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/graphics/gdk-pixbuf2:122272-133644

Modified: users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/Portfile	2015-03-07 23:51:51 UTC (rev 133644)
+++ users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/Portfile	2015-03-08 00:03:16 UTC (rev 133645)
@@ -8,6 +8,7 @@
 set my_name         gdk-pixbuf
 epoch               2
 version             2.31.2
+revision            1
 license             LGPL
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          graphics
@@ -35,10 +36,14 @@
                     port:jpeg \
                     port:tiff
 
-patchfiles          patch-tests-pixbuf-readonly-to-mutable.c.diff
+patchfiles          patch-configure.ac.diff \
+                    patch-tests-pixbuf-readonly-to-mutable.c.diff
 
 gobject_introspection yes
 
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 configure.args      --with-libjasper
 
 test.run            yes
@@ -48,6 +53,10 @@
         system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
 }
 
+variant bundle description {Enable application bundle relocation support} {
+    configure.args-append   --enable-relocations
+}
+
 variant x11 {
     depends_lib-append      port:xorg-libX11
     configure.args-append   --with-x11

Copied: users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/files/patch-configure.ac.diff (from rev 133644, trunk/dports/graphics/gdk-pixbuf2/files/patch-configure.ac.diff)
===================================================================
--- users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/files/patch-configure.ac.diff	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/files/patch-configure.ac.diff	2015-03-08 00:03:16 UTC (rev 133645)
@@ -0,0 +1,28 @@
+--- configure.ac.orig	2014-10-22 11:58:50.000000000 -0700
++++ configure.ac	2015-01-27 07:51:33.000000000 -0800
+@@ -1076,13 +1076,23 @@
+ # applicationsapplications and linux bundles
+ #######################################################
+ 
+-enable_relocations=no
++# use configuration item to make relocation optional
++# default is no relocation
++
++AC_MSG_CHECKING([whether to build with application bundle relocation support])
++AC_ARG_ENABLE([relocations],
++	AS_HELP_STRING([--enable-relocations],
++                        [Whether to build with application bundle relocation support]),
++                	[],
++                	[enable_relocations=no])
++
++        AC_MSG_RESULT([$enable_relocations])
++
+ case $host in
+   *-*-mingw*)
+     enable_relocations=yes
+     ;;
+   *-*-darwin*)
+-    enable_relocations=yes
+     ;;
+ esac
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150307/96929fd4/attachment.html>


More information about the macports-changes mailing list