head 1.6; access; symbols pkgsrc-2013Q2:1.4.0.58 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.56 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.54 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.4.0.52 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.50 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.48 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.46 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.44 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.42 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.40 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.38 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.36 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.34 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.32 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.30 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.28 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.26 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.24 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.22 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.20 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.18 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.16 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.14 pkgsrc-2008Q1:1.4.0.12 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.10 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.8 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.6 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.4 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.2 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.3.0.4 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.1.0.2 pkgsrc-2006Q1-base:1.1; locks; strict; comment @# @; 1.6 date 2013.08.02.13.24.10; author jaapb; state dead; branches; next 1.5; commitid rYFvKFaT8YK6KSZw; 1.5 date 2013.07.06.23.11.51; author wiz; state Exp; branches; next 1.4; commitid rkyfF3JU4wGiSsWw; 1.4 date 2006.12.03.23.55.14; author obache; state Exp; branches; next 1.3; 1.3 date 2006.04.15.10.16.50; author wulf; state dead; branches; next 1.2; 1.2 date 2006.04.13.13.32.53; author wulf; state Exp; branches; next 1.1; 1.1 date 2006.01.12.17.35.15; author wiz; state Exp; branches; next ; desc @@ 1.6 log @Updated package to fix PR pkg/47709 - didn't fix all of the pre-existing pkglint errors, but the problem described in the problem report is fixed. @ text @$NetBSD: patch-ab,v 1.5 2013/07/06 23:11:51 wiz Exp $ --- configure.orig 2008-06-24 23:26:52.000000000 +0000 +++ configure @@@@ -8805,19 +8805,19 @@@@ echo $ECHO_N "checking for Ocaml version isolate_b_regex='\([0-9]\+\).*' for ver_part in $nodots_a ; do b_ver_part=`echo "$ver_b" | sed -e 's/'"$isolate_b_regex"'/\1/'` - if test \( "$ver_part" -lt "$b_ver_part" \) -a \( "x$condition" == "xequal" \) ; then + if test \( "$ver_part" -lt "$b_ver_part" \) -a \( "x$condition" = "xequal" \) ; then condition=less - elif test \( "$ver_part" -gt "$b_ver_part" \) -a \( "x$condition" == "xequal" \) ; then + elif test \( "$ver_part" -gt "$b_ver_part" \) -a \( "x$condition" = "xequal" \) ; then condition=greater fi isolate_b_regex='[0-9]\+\.'"$isolate_b_regex" done - if test "x$condition" == "xequal" ; then + if test "x$condition" = "xequal" ; then : - elif test "x$condition" == "xless" ; then + elif test "x$condition" = "xless" ; then : - elif test "x$condition" == "xgreater" ; then + elif test "x$condition" = "xgreater" ; then OCAMLLOC=_loc fi @ 1.5 log @Fix for lua-5.2. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.4 2006/12/03 23:55:14 obache Exp $ @ 1.4 log @Fix portability-check. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2006-11-21 07:31:44.000000000 +0900 d5 1 a5 1 @@@@ -8010,19 +8010,19 @@@@ echo $ECHO_N "checking for Ocaml version @ 1.3 log @patch-ab is implemented in new version of swig and hence was removed @ text @d1 1 a1 1 NetBSD: patch-ab,v 1.1 2006/01/12 17:35:15 wiz Exp $ d3 27 a29 13 --- Makefile.in.orig 2006-03-11 09:24:02.000000000 +1030 +++ Makefile.in 2006-04-12 09:25:27.000000000 +0930 @@@@ -387,8 +387,9 @@@@ echo "Installing language specific files for $$lang"; \ dst=$(DESTDIR)$(SWIG_LIB)/$$lang; \ $(MKINSTDIRS) $$dst; \ + (doti="`cd $(srcdir)/Lib/$$lang && ls *.i 2>/dev/null`" || doti=""; \ - dotswg="`cd $(srcdir)/Lib/$$lang && ls *.swg 2>/dev/null`" || dotswg=""; \ + dotswg="`cd $(srcdir)/Lib/$$lang && ls *.swg 2>/dev/null`" || dotswg=""; \ if [ -f $(srcdir)/Lib/$$lang/extra-install.list ]; then \ extra="`sed '/^#/d' $(srcdir)/Lib/$$lang/extra-install.list`"; \ fi; \ @ 1.2 log @Updated swig to 1.3.29: Addition of Lua, CLISP and Common Lisp with UFFI and CFFI Improvements to PHP4, C# and runtime type system Many new features and bug fixes @ text @@ 1.1 log @Update to 1.3.24 with contents of devel/swig13. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2005/05/28 04:17:04 minskim Exp $ d3 3 a5 3 --- Makefile.in.orig 2004-10-11 03:09:24.000000000 -0500 +++ Makefile.in @@@@ -332,8 +332,8 @@@@ install-lib: d9 3 a11 3 - (doti="`cd $(srcdir)/Lib/$$lang && ls *.i 2>/dev/null`"; \ - dotswg="`cd $(srcdir)/Lib/$$lang && ls *.swg 2>/dev/null`"; \ + (doti="`cd $(srcdir)/Lib/$$lang && ls *.i 2>/dev/null`" || doti=""; \ @