[135328] users/devans/GNOME-3/stable/dports/gnome/libgsf

devans at macports.org devans at macports.org
Wed Apr 22 18:06:47 PDT 2015


Revision: 135328
          https://trac.macports.org/changeset/135328
Author:   devans at macports.org
Date:     2015-04-22 18:06:47 -0700 (Wed, 22 Apr 2015)
Log Message:
-----------
GNOME-3/stable: libgsf, update to version 1.14.33, dependencies, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

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

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/libgsf/files/autogen.sh

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/libgsf/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/libgsf
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/libgsf:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/rmstonecipher/gnome/libgsf:102363-103172
   + /branches/mld-qt-481/dports/gnome/libgsf:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/libgsf:131920-134436
/users/rmstonecipher/gnome/libgsf:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/libgsf/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libgsf/Portfile	2015-04-23 00:51:27 UTC (rev 135327)
+++ users/devans/GNOME-3/stable/dports/gnome/libgsf/Portfile	2015-04-23 01:06:47 UTC (rev 135328)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                libgsf
-version             1.14.32
+version             1.14.33
 license             LGPL-2.1
 set branch          [join [lrange [split $version .] 0 1] .]
 maintainers         nomaintainer
@@ -23,11 +23,16 @@
 
 use_xz              yes
 
-checksums           rmd160  e8f115ed838bcadbcdad623107e9311f5f8d2b89 \
-                    sha256  13bf38b848c01e20eb89a48150b6f864434ee4dfbb6301ddf6f4080a36cd99e9
+checksums           rmd160  0581fb600ee51b6cd0dac57ab8ef42d92daeddb4 \
+                    sha256  82dd38e0c1f497704bf3b43682fca2768886058f004b14e9b5d103596f8c6e6b
 
 depends_build       port:pkgconfig \
-                    port:intltool
+                    port:intltool \
+                    port:gtk-doc \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:gettext \
                     path:lib/pkgconfig/glib-2.0.pc:glib2 \
@@ -40,14 +45,13 @@
 
 patchfiles          patch-disable-compile-warnings.diff
 
-# update m4/intltool.m4 and autoreconf
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 configure.args      --disable-silent-rules
 

Copied: users/devans/GNOME-3/stable/dports/gnome/libgsf/files/autogen.sh (from rev 134436, trunk/dports/gnome/libgsf/files/autogen.sh)
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libgsf/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/libgsf/files/autogen.sh	2015-04-23 01:06:47 UTC (rev 135328)
@@ -0,0 +1,44 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+PKG_NAME="libgsf"
+
+REQUIRED_AUTOMAKE_VERSION=1.8
+# We require Automake 1.7.1, which requires Autoconf 2.54.
+REQUIRED_AUTOCONF_VERSION=2.54
+
+USE_GNOME2_MACROS=1
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+abs_srcdir=`cd $srcdir && pwd`
+ACLOCAL_FLAGS="-I $abs_srcdir/m4 $ACLOCAL_FLAGS"
+
+(test -f $srcdir/configure.ac \
+  && test -d $srcdir/gsf \
+  && test -f $srcdir/gsf/gsf.h) || {
+    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+    echo " top-level libgsf directory"
+    exit 1
+}
+
+ifs_save="$IFS"; IFS=":"
+for dir in $PATH ; do
+  IFS="$ifs_save"
+  test -z "$dir" && dir=.
+  if test -f "$dir/gnome-autogen.sh" ; then
+    gnome_autogen="$dir/gnome-autogen.sh"
+    gnome_datadir=`echo $dir | sed -e 's,/bin$,/share,'`
+    break
+  fi
+done
+
+if test -z "$gnome_autogen" ; then
+  echo "You need to install the gnome-common module and make"
+  echo "sure the gnome-autogen.sh script is in your \$PATH."
+  exit 1
+fi
+
+GNOME_DATADIR="$gnome_datadir"
+. $gnome_autogen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150422/1613e104/attachment.html>


More information about the macports-changes mailing list