[133214] users/devans/GNOME-3/unstable/dports/gnome/gnome-photos

devans at macports.org devans at macports.org
Mon Feb 23 11:37:50 PST 2015


Revision: 133214
          https://trac.macports.org/changeset/133214
Author:   devans at macports.org
Date:     2015-02-23 11:37:50 -0800 (Mon, 23 Feb 2015)
Log Message:
-----------
GNOME-3/unstable: gnome-photos, update to unstable version 3.15.90, override clang incompatible WARN_LDFLAGS generated by AX_COMPILER_FLAGS.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/files/
    users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/files/patch-configure.ac.diff

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/Portfile	2015-02-23 19:34:28 UTC (rev 133213)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/Portfile	2015-02-23 19:37:50 UTC (rev 133214)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gnome-photos
-version             3.15.4
+version             3.15.90
 license             GPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Photo manager for GNOME.
@@ -18,8 +18,8 @@
 
 use_xz              yes
 
-checksums           rmd160  43f6805393ad1377b882dccca23e7732b6fb65a4 \
-                    sha256  ca6973b288beaae2f88307d8a13db81af30164e10252e192094ed3650b5ac0ee
+checksums           rmd160  4991e4531e12889085807c21d8842ff688033197 \
+                    sha256  c924dd8eef12c259c2551b12c8405edf88f0bc2dbcb6824c6cf639eb921e96a4
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -29,11 +29,11 @@
 
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
-                    port:babl \
+                    port:babl-devel \
                     port:cairo \
                     port:exempi \
                     port:gfbgraph \
-                    port:gegl \
+                    port:gegl-devel \
                     port:gdk-pixbuf2 \
                     port:gnome-desktop \
                     port:gnome-online-accounts \
@@ -47,6 +47,8 @@
 depends_run         port:gnome-settings-daemon \
                     port:yelp
 
+patchfiles          patch-configure.ac.diff
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {

Added: users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/files/patch-configure.ac.diff
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/files/patch-configure.ac.diff	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-photos/files/patch-configure.ac.diff	2015-02-23 19:37:50 UTC (rev 133214)
@@ -0,0 +1,10 @@
+--- configure.ac.orig	2015-02-19 15:44:45.000000000 -0800
++++ configure.ac	2015-02-20 00:03:14.000000000 -0800
+@@ -19,6 +19,7 @@
+ 
+ AX_CHECK_ENABLE_DEBUG([yes],,, [$ax_is_release])
+ AX_COMPILER_FLAGS([WARN_CFLAGS], [WARN_LDFLAGS], [$ax_is_release])
++WARN_LDFLAGS=""
+ 
+ AC_PROG_CC
+ AC_PROG_CC_C_O
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150223/b73b940c/attachment.html>


More information about the macports-changes mailing list