head 1.3; access; symbols pkgsrc-2013Q3:1.2.0.4 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.1.0.10 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.8 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.6 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.4 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.2 pkgsrc-2012Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2013.12.08.13.28.27; author prlw1; state dead; branches; next 1.2; commitid 4o8Sh3oiqd8kDkgx; 1.2 date 2013.05.05.09.20.44; author drochner; state Exp; branches; next 1.1; 1.1 date 2012.02.10.15.14.56; author drochner; state Exp; branches; next ; desc @@ 1.3 log @Update gobject-introspection to 1.38.0 patch-ad removed as fixed in 82870258 (Bug 698438) g-ir-scanner has a grown --xpath-assertions, --format and --inject options Many bug fixes and translation updates. @ text @$NetBSD: patch-ad,v 1.2 2013/05/05 09:20:44 drochner Exp $ https://bugzilla.gnome.org/show_bug.cgi?id=698438 --- configure.orig 2013-03-26 01:45:30.000000000 +0000 +++ configure @@@@ -14623,7 +14623,7 @@@@ if test "x$os_win32" = "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libraries required to link against libpython" >&5 $as_echo_n "checking for libraries required to link against libpython... " >&6; } -if test "x$PYTHON_LIBS" == x; then +if test "x$PYTHON_LIBS" = x; then PYTHON_LIBS=`$PYTHON-config --ldflags --libs` fi @ 1.2 log @update to 1.36.0, mostly from Patrick Welche This switches to the new stable release branch. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2012/02/10 15:14:56 drochner Exp $ @ 1.1 log @update to 1.30.0 This switches to the new release branch. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 1 --- configure.orig 2011-11-28 14:34:23.000000000 +0000 d7 1 a7 10 @@@@ -14400,7 +14400,7 @@@@ esac $as_echo_n "checking for headers required to compile python extensions... " >&6; } py_prefix=`$PYTHON -c "import sys; print sys.prefix"` py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` -if test "x$PYTHON_INCLUDES" == x; then +if test "x$PYTHON_INCLUDES" = x; then PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" if test "$py_prefix" != "$py_exec_prefix"; then PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" @@@@ -14429,10 +14429,10 @@@@ if test "x$os_win32" = "xyes"; then d13 1 a13 5 PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}" fi -if test "x$PYTHON_LIB_LOC" == x; then +if test "x$PYTHON_LIB_LOC" = x; then PYTHON_LIB_LOC="${py_prefix}/lib" @