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-2009Q4:1.2.0.32 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.30 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.28 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.26 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.24 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.22 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.20 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.18 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.16 pkgsrc-2008Q1:1.2.0.14 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.12 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.10 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.8 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.6 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.4 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.2 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.1.1.1.0.18 pkgsrc-2006Q2-base:1.1.1.1 pkgsrc-2006Q1:1.1.1.1.0.16 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-2005Q4:1.1.1.1.0.14 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-2005Q3:1.1.1.1.0.12 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-2005Q2:1.1.1.1.0.10 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-2005Q1:1.1.1.1.0.8 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.6 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.4 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.2 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2010.02.10.21.56.41; author asau; state dead; branches; next 1.2; 1.2 date 2006.08.02.15.15.36; author kristerw; state Exp; branches; next 1.1; 1.1 date 2004.05.20.11.09.17; author hubertf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.05.20.11.09.17; author hubertf; state Exp; branches; next ; desc @@ 1.3 log @Update to SWI Prolog 5.9.7. Lots of changes since 5.6.17. @ text @$NetBSD: patch-ag,v 1.2 2006/08/02 15:15:36 kristerw Exp $ --- packages/xpce/pl/src/Makefile.bin.in.orig 2005-01-31 11:47:37.000000000 +0100 +++ packages/xpce/pl/src/Makefile.bin.in 2006-08-02 16:34:35.000000000 +0200 @@@@ -59,7 +59,7 @@@@ @@PLBASE=$(PWD); \ if [ -d xpce ]; then \ echo $(MAKE) PL=$$PLBASE/$(BPL); \ - (cd xpce/prolog/lib; $(MAKE) PL=$$PLBASE/$(BPL)); \ + (cd xpce/prolog/lib; $(MAKE) PL=$$PLBASE/bin/$(PLARCH)/$(XPCE)); \ fi install: all @ 1.2 log @Update swi-prolog* to 5.6.17. The 5.6.x release consolidates the 5.5.x development stream started in 2004. Highlights: * UNICODE character set support * Unbounded integer arithmetic and rational numbers * New and faster CHR release * Added clp(r) constraints over reals * Many enhancements to the web and notably sematic web libraries * Much more ... @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 9 a11 4 --- src/pl-incl.h.orig 2004-01-05 10:43:45.000000000 +0100 +++ src/pl-incl.h @@@@ -206,7 +206,7 @@@@ gcc. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ d13 1 a13 6 #ifndef __unix__ -#if defined(_AIX) || defined(__APPLE__) || defined(__unix) || defined(__BEOS__) +#if defined(_AIX) || defined(__APPLE__) || defined(__unix) || defined(__BEOS__) || defined(__NetBSD__) #define __unix__ 1 #endif #endif @ 1.1.1.1 log @move over swi-prolog-lite from pkgsrc-wip @ text @@