head 1.2; access; symbols pkgsrc-2017Q2:1.1.1.1.0.56 pkgsrc-2017Q2-base:1.1.1.1 pkgsrc-2017Q1:1.1.1.1.0.54 pkgsrc-2017Q1-base:1.1.1.1 pkgsrc-2016Q4:1.1.1.1.0.52 pkgsrc-2016Q4-base:1.1.1.1 pkgsrc-2016Q3:1.1.1.1.0.50 pkgsrc-2016Q3-base:1.1.1.1 pkgsrc-2016Q2:1.1.1.1.0.48 pkgsrc-2016Q2-base:1.1.1.1 pkgsrc-2016Q1:1.1.1.1.0.46 pkgsrc-2016Q1-base:1.1.1.1 pkgsrc-2015Q4:1.1.1.1.0.44 pkgsrc-2015Q4-base:1.1.1.1 pkgsrc-2015Q3:1.1.1.1.0.42 pkgsrc-2015Q3-base:1.1.1.1 pkgsrc-2015Q2:1.1.1.1.0.40 pkgsrc-2015Q2-base:1.1.1.1 pkgsrc-2015Q1:1.1.1.1.0.38 pkgsrc-2015Q1-base:1.1.1.1 pkgsrc-2014Q4:1.1.1.1.0.36 pkgsrc-2014Q4-base:1.1.1.1 pkgsrc-2014Q3:1.1.1.1.0.34 pkgsrc-2014Q3-base:1.1.1.1 pkgsrc-2014Q2:1.1.1.1.0.32 pkgsrc-2014Q2-base:1.1.1.1 pkgsrc-2014Q1:1.1.1.1.0.30 pkgsrc-2014Q1-base:1.1.1.1 pkgsrc-2013Q4:1.1.1.1.0.28 pkgsrc-2013Q4-base:1.1.1.1 pkgsrc-2013Q3:1.1.1.1.0.26 pkgsrc-2013Q3-base:1.1.1.1 pkgsrc-2013Q2:1.1.1.1.0.24 pkgsrc-2013Q2-base:1.1.1.1 pkgsrc-2013Q1:1.1.1.1.0.22 pkgsrc-2013Q1-base:1.1.1.1 pkgsrc-2012Q4:1.1.1.1.0.20 pkgsrc-2012Q4-base:1.1.1.1 pkgsrc-2012Q3:1.1.1.1.0.18 pkgsrc-2012Q3-base:1.1.1.1 pkgsrc-2012Q2:1.1.1.1.0.16 pkgsrc-2012Q2-base:1.1.1.1 pkgsrc-2012Q1:1.1.1.1.0.14 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.12 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.10 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.8 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.6 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.4 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-2010Q3:1.1.1.1.0.2 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2017.09.04.18.25.05; author wiz; state dead; branches; next 1.1; commitid QVirdZVeqThCoU5A; 1.1 date 2010.08.08.01.05.04; author obache; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2010.08.08.01.05.04; author obache; state Exp; branches; next ; desc @@ 1.2 log @Remove scim-python. This project was stopped upstream and work was continued into the ibus platform. @ text @$NetBSD: patch-aa,v 1.1 2010/08/08 01:05:04 obache Exp $ portability fix. --- configure.orig 2008-07-11 04:17:12.000000000 +0000 +++ configure @@@@ -20602,7 +20602,7 @@@@ fi # define PYTHOPN_CFLAGS & PYTHON_LIBS -PYTHON_CONFIG=`type -p python$PYTHON_VERSION-config` +PYTHON_CONFIG="python$PYTHON_VERSION-config" if test "$PYTHON_CONFIG" != ""; then PYTHON_CFLAGS=`$PYTHON_CONFIG --includes` PYTHON_LIBS=`$PYTHON_CONFIG --libs` @@@@ -20660,7 +20660,7 @@@@ if test "${enable_english_writer+set}" = fi -if test "$enable_english_writer" == "force"; then +if test "$enable_english_writer" = "force"; then if true; then ENABLE_ENGLISH_WRITER_TRUE= ENABLE_ENGLISH_WRITER_FALSE='#' @@@@ -20669,7 +20669,7 @@@@ else ENABLE_ENGLISH_WRITER_FALSE= fi -elif test "$enable_english_writer" == "no"; then +elif test "$enable_english_writer" = "no"; then if false; then ENABLE_ENGLISH_WRITER_TRUE= ENABLE_ENGLISH_WRITER_FALSE='#' @@@@ -20679,7 +20679,7 @@@@ else fi else - if test "$have_python_enchant" == "no"; then + if test "$have_python_enchant" = "no"; then { { echo "$as_me:$LINENO: error: Your system does not have python-enchant, please install it or run \"./configure --disable-english-writer\". You may also use \"./configure --enable-english-writer=force\" to foce build this english engine." >&5 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import scim-python-0.1.13rc1nb1 as inputmethod/scim-python. Python wrapper for Smart Common Input Method platform. @ text @@