<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/756c70197c2c84fd59219446984d4992128768cf">https://github.com/macports/macports-ports/commit/756c70197c2c84fd59219446984d4992128768cf</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 756c701  libmypaint: refresh autogen.sh from upstream
</span>756c701 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 756c70197c2c84fd59219446984d4992128768cf
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Oct 22 12:03:47 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libmypaint: refresh autogen.sh from upstream
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Disable the python script that regenerates header files in
</span><span style='display:block; white-space:pre;color:#404040;'>    autogen.sh.  This fails calling python2 which is not guaranteed
</span><span style='display:block; white-space:pre;color:#404040;'>    to be available on MacPorts. Per the comment in autogen.sh, the
</span><span style='display:block; white-space:pre;color:#404040;'>    regenerated files are already included in the tarball. No need
</span><span style='display:block; white-space:pre;color:#404040;'>    to rebuild, just eliminates the non-fatal failure message.
</span>---
 graphics/libmypaint/files/autogen.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libmypaint/files/autogen.sh b/graphics/libmypaint/files/autogen.sh
</span>old mode 100755
new mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 8fe7a7c..a3e8dea
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libmypaint/files/autogen.sh
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libmypaint/files/autogen.sh
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,7 +88,7 @@ case $OS in
</span>   ;;
 esac
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-echo -n "checking for libtool >= $LIBTOOL_REQUIRED_VERSION ... "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+printf "checking for libtool >= $LIBTOOL_REQUIRED_VERSION ... "
</span> if ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1; then
    LIBTOOLIZE=$LIBTOOLIZE
 elif (glibtoolize --version) < /dev/null > /dev/null 2>&1; then
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -108,7 +108,7 @@ if test x$LIBTOOLIZE != x; then
</span>     check_version $VER $LIBTOOL_REQUIRED_VERSION
 fi
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-echo -n "checking for autoconf >= $AUTOCONF_REQUIRED_VERSION ... "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+printf "checking for autoconf >= $AUTOCONF_REQUIRED_VERSION ... "
</span> if ($AUTOCONF --version) < /dev/null > /dev/null 2>&1; then
     VER=`$AUTOCONF --version | head -n 1 \
          | grep -iw autoconf | sed "s/.* \([0-9.]*\)[-a-z0-9]*$/\1/"`
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -123,7 +123,7 @@ else
</span> fi
 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+printf "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
</span> if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
    AUTOMAKE=$AUTOMAKE
    ACLOCAL=$ACLOCAL
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -155,7 +155,7 @@ if test x$AUTOMAKE != x; then
</span> fi
 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-echo -n "checking for intltool >= $INTLTOOL_REQUIRED_VERSION ... "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+printf "checking for intltool >= $INTLTOOL_REQUIRED_VERSION ... "
</span> if (intltoolize --version) < /dev/null > /dev/null 2>&1; then
     VER=`intltoolize --version \
          | grep intltoolize | sed "s/.* \([0-9.]*\)/\1/"`
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -235,7 +235,7 @@ $LIBTOOLIZE --force || exit $?
</span> # configure script. The internal-only brushsettings-gen.h is also used
 # as the source of strings for gettext.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python2 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# python2 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h
</span> 
 # The MyPaint code no longer needs the .json file at runtime, and it is
 # not installed as data.
</pre><pre style='margin:0'>

</pre>