[145802] users/devans/GNOME-3/stable/dports/gnome/gnome-flashback

devans at macports.org devans at macports.org
Wed Feb 17 11:10:02 PST 2016


Revision: 145802
          https://trac.macports.org/changeset/145802
Author:   devans at macports.org
Date:     2016-02-17 11:10:02 -0800 (Wed, 17 Feb 2016)
Log Message:
-----------
GNOME-3/stable: gnome-flashback, update to version 3.18.2, no longer needs gnome-common, intltool to build, disable compile warnings, configuration issues due to missing gnome-bluetooth, ibus.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/Portfile

Removed Paths:
-------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/files/autogen.sh

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/Portfile	2016-02-17 19:04:56 UTC (rev 145801)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/Portfile	2016-02-17 19:10:02 UTC (rev 145802)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gnome-flashback
-version             3.18.1
+version             3.18.2
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GNOME Flashback Session
@@ -17,15 +17,10 @@
 
 use_xz              yes
 
-checksums           rmd160  a0057fe1318b25337533edec2d71a0fa8c6cb2b4 \
-                    sha256  30413730ba5216e577d6c76445cfa4fe9efaef43c54f3a42a9879107156641f9
+checksums           rmd160  3300811812c931e5e29ee38188f3d9532481401e \
+                    sha256  986f046f937adb0edfeab997d5e463769364468288e790beede69f5c374c7dae
 
-depends_build       port:pkgconfig \
-                    port:intltool \
-                    port:gnome-common \
-                    port:autoconf \
-                    port:automake \
-                    port:libtool
+depends_build       port:pkgconfig
 
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
@@ -41,17 +36,14 @@
 
 patchfiles          patch-disable-bluetooth.diff
 
-# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+# autoreconf due to patched configure.ac
 
-post-patch {
-    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
-}
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.cmd       ./autogen.sh
-
 configure.args      --disable-schemas-compile \
                     --disable-silent-rules \
-                    --enable-compile-warnings=minimum
+                    --enable-compile-warnings=no
 
 post-activate {
    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"

Deleted: users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/files/autogen.sh	2016-02-17 19:04:56 UTC (rev 145801)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/files/autogen.sh	2016-02-17 19:10:02 UTC (rev 145802)
@@ -1,18 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-(test -f $srcdir/configure.ac) || {
-    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
-    echo " top-level gnome-flashback directory"
-    exit 1
-}
-
-which gnome-autogen.sh || {
-    echo "You need to install gnome-common."
-    exit 1
-}
-
-. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160217/9106be6b/attachment.html>


More information about the macports-changes mailing list