Up to [cvs.netbsd.org] / pkgsrc / lang / gprolog
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Sun May 20 20:44:35 2012 UTC (4 days, 17 hours ago) by dholland
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
Document the reason for MAKE_JOBS_SAFE=no as it's not the usual sort of problem.
Revision 1.14 / (download) - annotate - [select for diffs], Sat May 19 16:31:29 2012 UTC (5 days, 21 hours ago) by marino
Branch: MAIN
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
lang/gprolog: Build failure is not jobs safe gprolog fails to build on DragonFly-*-i386. A fatal error (exception raised) occurs on fd2c.pl:215-220 on this platform. The build hangs after that (halts bulk build forever), another job apparently never exits. Setting the package to a single job fixes the problem, so apparently a successful build is jobs safe, but not a build failure.
Revision 1.13 / (download) - annotate - [select for diffs], Wed May 19 09:10:55 2010 UTC (2 years ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Update to GNU Prolog version 1.3.1. Changes in GNU Prolog version 1.3.1: * add working sigaction detection to detect fault addr (e.g. Mac OS X) * add gplc option --no-mult-warn * add prolog flags suspicious_warning, multifile_warning * detect integer underflow/overflow in the parser * fix a memory leak in catch/3 * increase limits (MAX_VAR_NAME_LENGTH=1024 and MAX_VAR_IN_TERM=10240) * add PL_INT_LOWEST_VALUE and PL_INT_GREATEST_VALUE to gprolog.h * prefix all global symbols, constants and types with Pl_ PL_ Pl * fix a bug in the byte-code due to new max number of atoms * provide a minimal gprolog.h * detect if struct sigcontext needs asm/sigcontext.h on linux * modify gplc: --c-compiler also sets linker and --linker added * port to x86_64/bsd - many thanks to: David Holland <dholland@netbsd.org> * fix problem using ebx as global reg (bug in gcc 4.3.2) * fix a bug in is/2 with [X] (X should only be an integer) * fix a bug with atoms '/*' '*/' and '%' (were not quoted) * increase maximum number of atoms to 1048576 (2^20) * increase default stack sizes (16Mb for heap, 8Mb for others) * fix stack alignment for x86_64/Solaris * include patch from Paul Eggert <eggert@cs.ucla.edu> for sparc/solaris8 * port to x86_64/Solaris - many thanks to: Scott L. Burson <Scott@coral8.com> * fix a bug in arithmetics (mod) * fix a bug in the FD solver (under 64 bits machines)
Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 7 04:35:41 2008 UTC (3 years, 8 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
Make this configure for NetBSD amd64. While here, add DESTDIR support.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Dec 1 12:27:59 2007 UTC (4 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper
Changes since 1.10: +8 -10
lines
Diff to previous 1.10 (colored)
Updated gprolog to 1.3.0.
Change in GNU Prolog version 1.3.0:
* official release (Jan 4 2007)
* change error messages emitted by the compiler to follow GNU standards
* modify doc (mainly rename manual.xxx to gprolog.xxx)
* add DESTDIR variable support in main Makefile for staged installs
* fix a bug with Prolog floats in x86_64/linux (bad stack alignment)
* port for ix86/darwin (Mac OS X)
* add check target to main Makefile
* improve Win32 ports (cygwin, MinGW, MSVC 6.0 and 2005 Express Edition)
(MSVC port uses MinGW as.exe instead of nasm.exe - named mingw-as.exe
provided in the setup.exe)
* rename call/2 to call_det/2
* implement call/2-11 as will be defined in the next standard
* fix various problems when compiling with gcc 4 (gcc 4.1.1)
* emit .note.GNU-stack to mark the stack as no executable
in x86_any.c, x86_64_any.c and powerpc_any.c
* change the way objects are found (obj_chain.c) using gcc ctors
* use Doug Lea malloc for OpenBSD (problem with malloc using mmap)
* fix problems in various ports:
alpha/linux, powerpc/darwin (Mac OS X), sparc/solaris, ix86/OpenBSD
Change in GNU Prolog version 1.2.19:
* fix 2 bugs in global variables
Change in GNU Prolog version 1.2.18:
* fix problem when compiling with gcc 3.4.0
* fix bug in term comparison involving negative integers
* add consult, ... and fix minor bugs in the Win32 GUI console menu
* fix the stack overflow detection under cygwin
* port to ix86/MinGW - many thanks to:
Cesar Rabak <csrabak@ig.com.br>
* fix a problem in the port to x86/OpenBSD
* port to sparc/NetBSD and powerpc/NetBSD - many thanks to:
Jason Beegan <jtb@netbsd.org>
* fix a bug in =../2 involving FD variables
* fix a bug in arithmetics (in float_{integer/fractional}_part)
* fix a bug in FD solver (wrong union with a singleton)
Change in GNU Prolog version 1.2.17:
* change configure.in: by default ebp is not used
* fix a but with CTRL+C handler not reinstalled
* fix a bug with _XXX (re)displayed under the top-level
* port to x86_64/linux - many thanks to:
Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
Revision 1.10 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:13 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 28 05:06:28 2004 UTC (8 years ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Convert to buildlink3.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 20 12:19:16 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 7 21:31:52 2003 UTC (8 years, 10 months ago) by jtb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Add support for NetBSD on SPARC systems.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 23 19:48:19 2003 UTC (8 years, 11 months ago) by jtb
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Make this work on powerpc.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:26 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.4: +2 -3
lines
Diff to previous 1.4 (colored)
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 13 20:15:10 2002 UTC (9 years, 6 months ago) by jschauma
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
Update to gprolog 1.2.16. NetBSD patches were apparently merged in version 1.1.7 Since then, several releases have been made, so that the list of changes is too extensive to be included here. Please see ftp://ftp.inria.fr/INRIA/Projects/contraintes/gprolog/NEWS and/or the documentation in this package. This addresses PR pkg/18962 by Mr. Jan Schaumann.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 17 09:07:10 2001 UTC (11 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH001,
buildlink2-base,
buildlink2
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Move the COMMENT from being in its own file to a definition in the package Makefile.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 3 10:34:07 2000 UTC (11 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Mark this package as working for i386 and sparc platforms, with any operating system. There are hooks for Linux/ppc, but not tested on that operating system or platform.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jul 3 10:27:49 2000 UTC (11 years, 10 months ago) by agc
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import gprolog-1.1.6, the GNU prolog compiler and interpreter, into the Packages Collection. Package created by Brook Milligan (brook@biology.nmsu.edu) and submitted in PR pkg/10479. Additional Solaris patch by myself.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 3 10:27:49 2000 UTC (11 years, 10 months ago) by agc
Branch: MAIN
Initial revision