head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.6 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.4 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.2 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.3.0.8 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.6 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.4 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.2 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.2.0.4 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.2 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.1.0.36 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.34 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.32 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.30 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.28 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.26 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.24 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.22 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.20 pkgsrc-2008Q1:1.1.0.18 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.16 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.14 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.12 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.10 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.8 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.6 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.4 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.2 pkgsrc-2006Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2011.07.08.11.40.28; author asau; state dead; branches; next 1.3; 1.3 date 2010.08.10.07.49.57; author asau; state Exp; branches; next 1.2; 1.2 date 2010.02.11.20.43.49; author asau; state Exp; branches; next 1.1; 1.1 date 2006.01.11.18.35.19; author joerg; state Exp; branches; next ; desc @@ 1.4 log @Update to Yap 6.2.1 Changes since 6.2.0 include DragonFly support. @ text @$NetBSD: patch-ac,v 1.3 2010/08/10 07:49:57 asau Exp $ DragonFly support. --- configure.orig 2010-08-04 21:36:28.000000000 +0400 +++ configure 2010-08-10 11:03:31.000000000 +0400 @@@@ -7052,7 +7052,7 @@@@ YAPLIB_LD="$CC -dynamiclib -Wl,-install_name,$prefix/lib/libYap.dylib" PRE_INSTALL_ENV="DYLD_LIBRARY_PATH=\$(abs_top_builddir)" ;; - *netbsd*|*freebsd*) + *netbsd*|*freebsd*|*dragonfly*) if echo __ELF__ | ${CC:-cc} -E - | grep -q __ELF__ then #an a.out system @ 1.3 log @Update to Yap 6.0.6 Highlights: - configure system rewritten and simplified - better emulation of SWI, especially of C-interface, allows: o port of SWI packages: sgml and plunit work better, clib, RDF, zlib and http seem to be working well, semweb compiles o better integration with C: it is now possible to call YAP from JPL reliably (all tests in the demos/java directory succeed in Linux) o it is now possible to create a stream with SWI routines and use YAP IO (parser, writer) on it o pyswip: YAP now includes a version of the pyswip package for experimentation: all the demos seem to be work (YAP must be compiled as a dynamic library) - compilation in Sun and NetBSD - YAP can now handle very, very large terms in compiled clauses. - several new builtins - improve thread implementation, especially locking in IO routines and indexing o fix C thread interface - fix odbc support in MYDDAS - fix overflow in == - fix bad call to subsumes/2 - new version of trie library, developed by Theo and Ricardo @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2010/02/11 20:43:49 asau Exp $ @ 1.2 log @Update to Yap 5.1.3. Many improvements, bug and compatibility fixes since previous 5.0.0 package. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2006/01/11 18:35:19 joerg Exp $ d3 7 a9 5 --- configure.orig 2008-05-24 02:29:49.000000000 +0400 +++ configure 2009-02-06 21:25:15.000000000 +0300 @@@@ -7002,7 +7002,7 @@@@ JAVALIBPATH="-L/System/Library/Frameworks/JavaVM.framework/Libraries" JAVAINCPATH="-I/System/Library/Frameworks/JavaVM.framework/Headers" @ 1.1 log @Add DragonFly support. @ text @d1 1 a1 1 $NetBSD$ d3 5 a7 5 --- configure.orig 2006-01-11 18:15:45.000000000 +0000 +++ configure @@@@ -6058,7 +6058,7 @@@@ fi INSTALL_DLLS="" CC="cc -no-cpp-precomp" @