[136627] users/devans/GNOME-3/unstable/dports/gnome/gedit

devans at macports.org devans at macports.org
Sat May 23 07:52:35 PDT 2015


Revision: 136627
          https://trac.macports.org/changeset/136627
Author:   devans at macports.org
Date:     2015-05-23 07:52:34 -0700 (Sat, 23 May 2015)
Log Message:
-----------
GNOME-3/unstable: gedit, sync with stable, update to version 3.17.0.

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

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/gedit/files/autogen.sh

Property Changed:
----------------
    users/devans/GNOME-3/unstable/dports/gnome/gedit/


Property changes on: users/devans/GNOME-3/unstable/dports/gnome/gedit
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/dports/gnome/gedit:108265-127338
/users/devans/GNOME-3/unstable/dports/gnome/gedit:114069-118152,120511-125920
   + /trunk/dports/gnome/gedit:108265-127338
/users/devans/GNOME-3/stable/dports/gnome/gedit:132144-136501
/users/devans/GNOME-3/unstable/dports/gnome/gedit:114069-118152,120511-125920

Modified: users/devans/GNOME-3/unstable/dports/gnome/gedit/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gedit/Portfile	2015-05-23 14:52:33 UTC (rev 136626)
+++ users/devans/GNOME-3/unstable/dports/gnome/gedit/Portfile	2015-05-23 14:52:34 UTC (rev 136627)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gedit
-version             3.15.91
+version             3.17.0
 license             GPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GNOME editor.
@@ -17,15 +17,18 @@
 
 use_xz              yes
 
-checksums           rmd160  71222a3fe86f77a047ba696fe8f51053d8c50ea8 \
-                    sha256  a0261bfcd5e259089d06ad6b2951a5edc2fd2e343d782c46dd32986873dcfca8
+checksums           rmd160  8f605aa32efc8df0f6011055d6a7349c2e9ef67f \
+                    sha256  9375117a571fedf1e43dbcf62c67d28f127b707033ecb2ea3aaa42e06dcc446d
 
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:itstool \
                     port:yelp-tools \
                     port:gnome-common \
-                    port:gtk-doc
+                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:gsettings-desktop-schemas \
@@ -44,14 +47,13 @@
 
 patchfiles          patch-configure.ac.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.cflags-append \
                     -Wno-error=format-nonliteral

Copied: users/devans/GNOME-3/unstable/dports/gnome/gedit/files/autogen.sh (from rev 136501, users/devans/GNOME-3/stable/dports/gnome/gedit/files/autogen.sh)
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gedit/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/gedit/files/autogen.sh	2015-05-23 14:52:34 UTC (rev 136627)
@@ -0,0 +1,43 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+test -n "$srcdir" || srcdir=`dirname "$0"`
+test -n "$srcdir" || srcdir=.
+
+OLDDIR=`pwd`
+cd $srcdir
+
+AUTORECONF=`which autoreconf`
+if test -z $AUTORECONF; then
+        echo "*** No autoreconf found, please intall it ***"
+        exit 1
+fi
+
+INTLTOOLIZE=`which intltoolize`
+if test -z $INTLTOOLIZE; then
+        echo "*** No intltoolize found, please install the intltool package ***"
+        exit 1
+fi
+
+GNOMEDOC=`which yelp-build`
+if test -z $GNOMEDOC; then
+        echo "*** The tools to build the documentation are not found,"
+        echo "    please intall the yelp-tools package ***"
+        exit 1
+fi
+
+GTKDOCIZE=`which gtkdocize`
+if test -z $GTKDOCIZE; then
+        echo "*** No GTK-Doc found, please install it ***"
+        exit 1
+fi
+
+# git submodule update --init --recursive
+
+gtkdocize || exit $?
+# autopoint --force || exit $?
+intltoolize --automake --copy --force 
+autoreconf --force --install --verbose
+
+cd $OLDDIR
+test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150523/a67caae2/attachment.html>


More information about the macports-changes mailing list