head	1.2;
access;
symbols
	pkgsrc-2014Q1:1.1.0.32
	pkgsrc-2014Q1-base:1.1
	pkgsrc-2013Q4:1.1.0.30
	pkgsrc-2013Q4-base:1.1
	pkgsrc-2013Q3:1.1.0.28
	pkgsrc-2013Q3-base:1.1
	pkgsrc-2013Q2:1.1.0.26
	pkgsrc-2013Q2-base:1.1
	pkgsrc-2013Q1:1.1.0.24
	pkgsrc-2013Q1-base:1.1
	pkgsrc-2012Q4:1.1.0.22
	pkgsrc-2012Q4-base:1.1
	pkgsrc-2012Q3:1.1.0.20
	pkgsrc-2012Q3-base:1.1
	pkgsrc-2012Q2:1.1.0.18
	pkgsrc-2012Q2-base:1.1
	pkgsrc-2012Q1:1.1.0.16
	pkgsrc-2012Q1-base:1.1
	pkgsrc-2011Q4:1.1.0.14
	pkgsrc-2011Q4-base:1.1
	pkgsrc-2011Q3:1.1.0.12
	pkgsrc-2011Q3-base:1.1
	pkgsrc-2011Q2:1.1.0.10
	pkgsrc-2011Q2-base:1.1
	pkgsrc-2011Q1:1.1.0.8
	pkgsrc-2011Q1-base:1.1
	pkgsrc-2010Q4:1.1.0.6
	pkgsrc-2010Q4-base:1.1
	pkgsrc-2010Q3:1.1.0.4
	pkgsrc-2010Q3-base:1.1
	pkgsrc-2010Q2:1.1.0.2
	pkgsrc-2010Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2014.05.28.10.29.12;	author markd;	state dead;
branches;
next	1.1;
commitid	MqpUbICjIawvaiCx;

1.1
date	2010.05.16.18.46.11;	author asau;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 6.6.5

3 years of bug fixes and updates.
@
text
@$NetBSD: patch-ar,v 1.1 2010/05/16 18:46:11 asau Exp $

Use installed swipl-ld wrapper.

--- packages/swipl-ld.sh.in.orig	2010-05-07 00:13:28.000000000 +0400
+++ packages/swipl-ld.sh.in	2010-05-16 18:36:32.000000000 +0400
@@@@ -21,4 +21,4 @@@@
 fi
 export @@DLLIBVAR@@
 
-$bdir/swipl-ld -pl $bdir/$PL "$@@"
+swipl-ld -pl $bdir/$PL "$@@"
@


1.1
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$
@

