head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.22
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.20
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.18
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.16
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.14
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.12
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.10
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.8
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.6
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.4
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.2
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.2.0.34
	pkgsrc-2007Q3-base:1.2
	pkgsrc-2007Q2:1.2.0.32
	pkgsrc-2007Q2-base:1.2
	pkgsrc-2007Q1:1.2.0.30
	pkgsrc-2007Q1-base:1.2
	pkgsrc-2006Q4:1.2.0.28
	pkgsrc-2006Q4-base:1.2
	pkgsrc-2006Q3:1.2.0.26
	pkgsrc-2006Q3-base:1.2
	pkgsrc-2006Q2:1.2.0.24
	pkgsrc-2006Q2-base:1.2
	pkgsrc-2006Q1:1.2.0.22
	pkgsrc-2006Q1-base:1.2
	pkgsrc-2005Q4:1.2.0.20
	pkgsrc-2005Q4-base:1.2
	pkgsrc-2005Q3:1.2.0.18
	pkgsrc-2005Q3-base:1.2
	pkgsrc-2005Q2:1.2.0.16
	pkgsrc-2005Q2-base:1.2
	pkgsrc-2005Q1:1.2.0.14
	pkgsrc-2005Q1-base:1.2
	pkgsrc-2004Q4:1.2.0.12
	pkgsrc-2004Q4-base:1.2
	pkgsrc-2004Q3:1.2.0.10
	pkgsrc-2004Q3-base:1.2
	pkgsrc-2004Q2:1.2.0.8
	pkgsrc-2004Q2-base:1.2
	pkgsrc-2004Q1:1.2.0.6
	pkgsrc-2004Q1-base:1.2
	pkgsrc-2003Q4:1.2.0.4
	pkgsrc-2003Q4-base:1.2
	netbsd-1-6-1:1.2.0.2
	netbsd-1-6-1-base:1.2
	netbsd-1-6:1.1.1.1.0.8
	netbsd-1-6-RELEASE-base:1.1.1.1
	pkgviews:1.1.1.1.0.4
	pkgviews-base:1.1.1.1
	buildlink2:1.1.1.1.0.2
	buildlink2-base:1.1.1.1
	netbsd-1-5-PATCH003:1.1.1.1
	netbsd-1-5-PATCH001:1.1.1.1
	netbsd-1-5-RELEASE:1.1.1.1
	netbsd-1-4-PATCH003:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2007.12.01.12.28.03;	author rillig;	state dead;
branches;
next	1.2;

1.2
date	2002.11.13.20.15.14;	author jschauma;	state Exp;
branches;
next	1.1;

1.1
date	2000.07.03.10.27.50;	author agc;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.07.03.10.27.50;	author agc;	state Exp;
branches;
next	;


desc
@@


1.3
log
@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>
@
text
@$NetBSD: patch-al,v 1.2 2002/11/13 20:15:14 jschauma Exp $

--- Makefile.in.orig	Wed Nov 13 14:11:45 2002
+++ Makefile.in	Wed Nov 13 14:12:06 2002
@@@@ -1,6 +1,7 @@@@
 #                               MAIN MAKEFILE
 #                               -------------
 
+PREFIX         = @@prefix@@
 ROOT_DIR       = @@ROOT_DIR@@
 PKG_NAME       = @@PKG_NAME@@
 
@@@@ -57,7 +58,7 @@@@
 install-system:
 	./mkinstalldirs $(INSTALL_DIR) $(INSTALL_DIR)/bin \
 	$(INSTALL_DIR)/include $(INSTALL_DIR)/lib
-	for i in `echo "$(TXT_FILES)"`; do $(INSTALL_PROGRAM) ../$$i $(INSTALL_DIR);done
+	for i in `echo "$(TXT_FILES)"`; do $(INSTALL_DATA) ../$$i $(INSTALL_DIR);done
 	for i in $(BIN_FILES); do $(INSTALL_PROGRAM) */$$i $(INSTALL_DIR)/bin;done
 	for i in $(OBJ_FILES); do $(INSTALL_DATA) */$$i $(INSTALL_DIR)/lib;done
 	for i in $(LIB_FILES); do $(INSTALL_DATA) */$$i $(INSTALL_DIR)/lib;done
@


1.2
log
@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.
@
text
@d1 1
a1 1
$NetBSD: $
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
$NetBSD$
d3 2
a4 2
--- Makefile.in.orig	Wed Jun 28 03:33:40 2000
+++ Makefile.in	Fri Jun 30 12:54:15 2000
d9 3
a11 15
+PREFIX                = @@prefix@@
 ROOT_DIR              = @@ROOT_DIR@@
 INSTALL_DIRNAME       = @@INSTALL_DIRNAME@@
 INSTALL_DIR           = @@INSTALL_DIR@@
@@@@ -38,6 +39,11 @@@@
 SUB_DIRS_ALL   = TopComp EnginePl Wam2Ma Ma2Asm \
                  $(LE_DIRS) $(W32GC_DIRS) \
                  BipsPl Pl2Wam $(FD_DIRS)
+
+DOC_DIR        = @@DOC_DIR@@
+EXAMPLE_DIR    = @@EXAMPLE_DIR@@
+HTML_DIR       = @@HTML_DIR@@
+
 DOC_FILES      = ../doc/???*.dvi ../doc/???*.ps
 DOC_FILES_HTML = ../doc/Html/???*.html ../doc/Html/???*.gif
d13 2
a14 22
@@@@ -115,24 +121,24 @@@@
 
 install-doc:
 	for i in $(DOC_FILES) ; do \
-$(INSTALL_DATA) $$i $(INSTALL_DIR)/doc/; done
+$(INSTALL_DATA) $$i $(DOC_DIR); done
 	for i in $(DOC_FILES_HTML) ; do \
-$(INSTALL_DATA) $$i $(INSTALL_DIR)/doc/Html; done
+$(INSTALL_DATA) $$i $(HTML_DIR); done
 
 
 install-examples:
 	for i in ../ExamplesPl/*; do \
-$(INSTALL_DATA) $$i $(INSTALL_DIR)/ExamplesPl/; done
+$(INSTALL_DATA) $$i $(EXAMPLE_DIR)/ExamplesPl; done
 	for i in ../ExamplesFD/*; do \
-$(INSTALL_DATA) $$i $(INSTALL_DIR)/ExamplesFD/; done
+$(INSTALL_DATA) $$i $(EXAMPLE_DIR)/ExamplesFD; done
 
 
 
 install-dirs:
d16 6
a21 8
                         $(INSTALL_DIR)/include $(INSTALL_DIR)/lib \
-                        $(INSTALL_DIR)/doc $(INSTALL_DIR)/doc/Html \
-	                $(INSTALL_DIR)/ExamplesPl $(INSTALL_DIR)/ExamplesFD
+                        $(DOC_DIR) $(HTML_DIR) \
+	                $(EXAMPLE_DIR)/ExamplesPl $(EXAMPLE_DIR)/ExamplesFD
 
 
 install-links: clean-links
@


1.1.1.1
log
@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.
@
text
@@
