[148139] trunk/dports/net/gupnp-tools

devans at macports.org devans at macports.org
Wed Apr 27 14:38:11 PDT 2016


Revision: 148139
          https://trac.macports.org/changeset/148139
Author:   devans at macports.org
Date:     2016-04-27 14:38:11 -0700 (Wed, 27 Apr 2016)
Log Message:
-----------
gupnp-tools: without intltool, reconfigure using autoreconf rather than upstream autogen.sh.

Modified Paths:
--------------
    trunk/dports/net/gupnp-tools/Portfile

Removed Paths:
-------------
    trunk/dports/net/gupnp-tools/files/autogen.sh

Modified: trunk/dports/net/gupnp-tools/Portfile
===================================================================
--- trunk/dports/net/gupnp-tools/Portfile	2016-04-27 21:14:49 UTC (rev 148138)
+++ trunk/dports/net/gupnp-tools/Portfile	2016-04-27 21:38:11 UTC (rev 148139)
@@ -23,10 +23,7 @@
 checksums           rmd160  820d7b60b7a62bdfd7567849877f9b8460d5e3aa \
                     sha256  658de96953608c4b1f47578ae563a7066d1f1983565daf22ad52b7b328ef97b1
 
-depends_build       port:pkgconfig \
-                    port:autoconf \
-                    port:automake \
-                    port:libtool
+depends_build       port:pkgconfig
 
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
@@ -48,13 +45,9 @@
 
 compiler.blacklist  *gcc* {clang < 300}
 
-# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-post-patch {
-    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
-}
-
-configure.cmd       ./autogen.sh
 configure.args      --disable-silent-rules 
 
 post-activate {

Deleted: trunk/dports/net/gupnp-tools/files/autogen.sh
===================================================================
--- trunk/dports/net/gupnp-tools/files/autogen.sh	2016-04-27 21:14:49 UTC (rev 148138)
+++ trunk/dports/net/gupnp-tools/files/autogen.sh	2016-04-27 21:38:11 UTC (rev 148139)
@@ -1,19 +0,0 @@
-#! /bin/sh
-
-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 install it ***"
-        exit 1
-fi
-
-aclocal --install || exit 1
-autoreconf --force --install --verbose || exit $?
-
-cd "$olddir"
-test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160427/7161c529/attachment.html>


More information about the macports-changes mailing list