[149546] trunk/dports/games/gnubg
dtakahashi at macports.org
dtakahashi at macports.org
Sat Jun 25 11:19:45 PDT 2016
Revision: 149546
https://trac.macports.org/changeset/149546
Author: dtakahashi at macports.org
Date: 2016-06-25 11:19:44 -0700 (Sat, 25 Jun 2016)
Log Message:
-----------
gnubg: update to 1.05.002, remove PYTHON_EXTRA_LDFLAGS test to avoid a configure error
Modified Paths:
--------------
trunk/dports/games/gnubg/Portfile
Added Paths:
-----------
trunk/dports/games/gnubg/files/ignore-linkforshared-python.diff
Modified: trunk/dports/games/gnubg/Portfile
===================================================================
--- trunk/dports/games/gnubg/Portfile 2016-06-25 17:24:28 UTC (rev 149545)
+++ trunk/dports/games/gnubg/Portfile 2016-06-25 18:19:44 UTC (rev 149546)
@@ -6,7 +6,7 @@
PortGroup active_variants 1.1
name gnubg
-version 1.05.000
+version 1.05.002
categories games
license GPL-3
platforms darwin
@@ -24,9 +24,11 @@
distfiles ${name}-release-${version}-sources.tar.gz
+patchfiles ignore-linkforshared-python.diff
+
checksums ${name}-release-${version}-sources.tar.gz \
- rmd160 da88c0948d1e162a2ce399c183103186714112ba \
- sha256 a872810b82f17950be64b4f49a10da97634c5d8f39069288f64bd2eb78a4cddb
+ rmd160 fc83de42ae54163a90c04f9eb5e0a03a02ddac59 \
+ sha256 b2c5f9457a023a229708bb788aee6f712428c911e199f32fb07f3a83d6c8b60b
depends_build-append port:pkgconfig \
port:bison \
Added: trunk/dports/games/gnubg/files/ignore-linkforshared-python.diff
===================================================================
--- trunk/dports/games/gnubg/files/ignore-linkforshared-python.diff (rev 0)
+++ trunk/dports/games/gnubg/files/ignore-linkforshared-python.diff 2016-06-25 18:19:44 UTC (rev 149546)
@@ -0,0 +1,19 @@
+--- configure.org 2016-06-25 19:40:20.000000000 +0200
++++ configure 2016-06-25 19:46:46.000000000 +0200
+@@ -16277,11 +16277,11 @@
+ #
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking python extra linking flags" >&5
+ $as_echo_n "checking python extra linking flags... " >&6; }
+- if test -z "$PYTHON_EXTRA_LDFLAGS"; then
+- PYTHON_EXTRA_LDFLAGS=`$PYTHON -c "import distutils.sysconfig; \
+- conf = distutils.sysconfig.get_config_var; \
+- print (conf('LINKFORSHARED'))"`
+- fi
++# if test -z "$PYTHON_EXTRA_LDFLAGS"; then
++# PYTHON_EXTRA_LDFLAGS=`$PYTHON -c "import distutils.sysconfig; \
++# conf = distutils.sysconfig.get_config_var; \
++# print (conf('LINKFORSHARED'))"`
++# fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_EXTRA_LDFLAGS" >&5
+ $as_echo "$PYTHON_EXTRA_LDFLAGS" >&6; }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160625/060a64d8/attachment-0001.html>
More information about the macports-changes
mailing list