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.11.23.21.56.25; author asau; state dead; branches; next 1.2; 1.2 date 2010.05.16.18.46.11; author asau; state Exp; branches; next 1.1; 1.1 date 2010.02.10.21.56.41; author asau; state Exp; branches; next ; desc @@ 1.3 log @Update to SWI-Prolog 5.11.9 New in 5.11.9 Lots of changes. Mostly relevant to (semantic) web. Also some Windows enhancements, such as better errors from sockets and portability of extended file operations library. New in 5.11.8 This version is exactly the same as version 5.10.2. Mostly a bugfixing release. New 5.11.7 Lots of stuff. The highlight is on environment issues (PlDoc, PceEmacs), but there is a lot of other stuff as well. If you use PlDoc, be aware that the previous release has a security issue. New in 5.11.6 Many bug fixes and big speedup for some RDF applications (notably those involving many graphs). The rest are mainly minor issues. New in 5.11.5 This is a bug-fix release. This version also includes some of the results of the ISO WG17 meeting in Edinburgh. There is a modification to absolute_file_name/3 with regard to directory handling. There is -hopefully- a fix for a weird conflict around Bool when compiling using Macports. @ text @$NetBSD: patch-aq,v 1.2 2010/05/16 18:46:11 asau Exp $ "test" portability. --- packages/space/configure.orig 2010-03-01 16:22:16.000000000 +0300 +++ packages/space/configure 2010-05-16 18:03:13.000000000 +0400 @@@@ -4768,7 +4768,7 @@@@ done -if test $si == 0; then +if test $si = 0; then as_fn_error "\"Cannot find GEOS library. GEOS must be installed first (http://trac.osgeo.org/geos/)\"" "$LINENO" 5 fi @ 1.2 log @Update to SWI-Prolog 5.11.0 Notable changes in SWI-Prolog 5.11.0: * ODBC now properly handles locale. This means you can use it with Unicode if you use a UTF-8 based locale. * Recently reported manifest problems around xpce should be fixed with help from Degski. * Message queues can now be destroyed while they have suspended writers, making pipe-like cooperation between threads much easier. * Using set_prolog_flag(qcompile, auto), you can ask the system to automatically maintain quick-load versions of your source-files. This can greatly improve development comfort for really large applications. * Jeff Rosenwald contributed an interface for Google protocol buffers Notable changes in SWI-Prolog 5.9.10: * A lot of stuff has been added to enhance the compatibility to SICStus. This involves some changes to the kernel, some additions to the libraries and starting and populating a SICStus emulation layer. All this was initiated by the with to make the Alpino NLP parser suite (http://www.let.rug.nl/vannoord/alp/Alpino/) available for SWI-Prolog. Thanks to Gertjan van Noord, this is now almost reality (there are some remaining tweaks, notably with the Tcl/Tk interface). * Also various enhancements and fixes to the tabbed-editing support for the built-in editor. @ text @d1 1 a1 1 $NetBSD: patch-aq,v 1.1 2010/02/10 21:56:41 asau Exp $ @ 1.1 log @Update to SWI Prolog 5.9.7. Lots of changes since 5.6.17. @ text @d1 1 a1 1 $NetBSD$ a3 1 Reported as applied upstream. d5 4 a8 3 --- packages/space/configure.orig 2010-01-17 19:18:27.000000000 +0300 +++ packages/space/configure 2010-01-17 19:20:26.000000000 +0300 @@@@ -3797,7 +3797,7 @@@@ a10 1 #AC_TRY_LINK([#include ],[SpatialIndex::Point *p=new SpatialIndex::Point();],[si=1],[si=0]) d13 2 a14 6 { { $as_echo "$as_me:$LINENO: error: \"Cannot find spatialindex. Spatialindex must be installed first (http://trac.gispython.org/spatialindex/)\"" >&5 $as_echo "$as_me: error: \"Cannot find spatialindex. Spatialindex must be installed first (http://trac.gispython.org/spatialindex/)\"" >&2;} { (exit 1); exit 1; }; } @@@@ -3951,7 +3951,7 @@@@ done a15 5 -if test $si == 0; then +if test $si = 0; then { { $as_echo "$as_me:$LINENO: error: \"Cannot find GEOS library. GEOS must be installed first (http://trac.osgeo.org/geos/)\"" >&5 $as_echo "$as_me: error: \"Cannot find GEOS library. GEOS must be installed first (http://trac.osgeo.org/geos/)\"" >&2;} { (exit 1); exit 1; }; } @