head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q1:1.1.0.2 pkgsrc-2010Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2010.05.16.18.46.10; author asau; state dead; branches; next 1.1; 1.1 date 2010.02.10.21.56.41; author asau; state Exp; branches; next ; desc @@ 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 @$NetBSD: patch-ap,v 1.1 2010/02/10 21:56:41 asau Exp $ "test" portability. Reported as applied upstream. --- packages/space/configure.in.orig 2010-01-10 16:35:20.000000000 +0300 +++ packages/space/configure.in 2010-01-17 19:19:50.000000000 +0300 @@@@ -88,12 +88,12 @@@@ AC_CHECK_HEADERS(spatialindex/SpatialIndex.h,[si=1],[si=0]) #AC_TRY_LINK([#include ],[SpatialIndex::Point *p=new SpatialIndex::Point();],[si=1],[si=0]) -if test $si == 0; then +if test $si = 0; then AC_ERROR("Cannot find spatialindex. Spatialindex must be installed first (http://trac.gispython.org/spatialindex/)") fi AC_CHECK_HEADERS(geos_c.h,[geos=1],[geos=0]) -if test $si == 0; then +if test $si = 0; then AC_ERROR("Cannot find GEOS library. GEOS must be installed first (http://trac.osgeo.org/geos/)") fi @ 1.1 log @Update to SWI Prolog 5.9.7. Lots of changes since 5.6.17. @ text @d1 1 a1 1 $NetBSD$ @