head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2010Q3:1.2.0.4 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.2 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.1.0.2 pkgsrc-2010Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2010.12.25.06.33.11; author obache; state dead; branches; next 1.2; 1.2 date 2010.06.15.11.48.07; author wiz; state Exp; branches; next 1.1; 1.1 date 2010.01.20.13.45.39; author wiz; state Exp; branches; next ; desc @@ 1.3 log @* let to use selected PYTHONBIN and PYTHONCONFIG exactly. * set TEST_TARGET * fixes for DragonFly. @ text @$NetBSD: patch-aa,v 1.2 2010/06/15 11:48:07 wiz Exp $ --- configure.orig 2010-05-19 23:20:58.000000000 +0000 +++ configure @@@@ -11726,7 +11726,7 @@@@ if test "x$WANT_PYTHON" = "xyes"; then # Find any Python interpreter. if test -z "$PYTHON"; then - for ac_prog in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 + for ac_prog in python python2 python3 python3.0 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @ 1.2 log @Update to 0.1.7: Enable silent rules with automake 1.11 Fix race if g_main_loop_quit() is called just before g_main_loop_run() override the main-context construct time property in the constructor Fixed installation of python bindings Add test for empty ip address Test invalid IP address Remove empty lines Validate returned IP addresses @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2010/01/20 13:45:39 wiz Exp $ @ 1.1 log @Update to 0.1.6: ******************* * GUPnP IGD 0.1.6 * ******************* - Add python bindings ******************* * GUPnP IGD 0.1.5 * ******************* - Use the new GUPnP Context Manager from GUPnP 0.13 ******************* * GUPnP IGD 0.1.4 * ******************* - Make it compatible with the 0.13 API (does not yet use GUPnPContextManager) - Bug fixes @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2010-01-20 13:31:26.000000000 +0000 d5 1 a5 1 @@@@ -12829,7 +12829,7 @@@@ if test "x$WANT_PYTHON" = "xyes"; then d9 2 a10 2 - for ac_prog in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 + for ac_prog in python python2 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 @