head	1.9;
access;
symbols
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.4
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.3
	RELEASE_2_2_6:1.3
	RELEASE_2_2_5:1.3
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.3
	swi_pl_2_7_14:1.1.1.1
	BUTSCHKY:1.1.1;
locks; strict;
comment	@# @;


1.9
date	2011.10.26.20.17.12;	author glarkin;	state dead;
branches;
next	1.8;

1.8
date	2006.01.18.18.00.00;	author mnag;	state Exp;
branches;
next	1.7;

1.7
date	2004.12.27.04.00.58;	author max;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.25.00.09.04;	author max;	state Exp;
branches;
next	1.5;

1.5
date	2001.01.01.22.13.17;	author max;	state Exp;
branches;
next	1.4;

1.4
date	99.04.20.10.51.45;	author max;	state Exp;
branches;
next	1.3;

1.3
date	97.05.17.12.24.34;	author max;	state Exp;
branches;
next	1.2;

1.2
date	97.02.02.21.45.38;	author max;	state Exp;
branches;
next	1.1;

1.1
date	96.10.25.10.18.26;	author max;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.10.25.10.18.26;	author max;	state Exp;
branches;
next	;


desc
@@


1.9
log
@- Updated to latest stable version (5.10.5)
- Removed BROKEN line
- Removed CONFLICTS - binaries were renamed in this release, so no problem
- Set new SWIPLDIR variable to use in pkg-plist and Makefile, that
  contains the new directory name that swi-pl now using.
- Undefined HAVE_EXECINFO too in src/config.h to let it build successfuly
- Adjusted local patches to new version (not tested on "alpha" for sure :))
- Removed files/patch-configure to make --without-jpl in CONFIGURE_ARGS
  actually work

PR:		ports/161414
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
Approved by:	g.gonter@@ieee.org (maintainer; timeout - 2+ weeks)
@
text
@--- src/Makefile.in.orig	Wed Jan 18 03:52:30 2006
+++ src/Makefile.in	Wed Jan 18 03:53:11 2006
@@@@ -405,7 +405,7 @@@@
 		$(INSTALL_DATA) pl.1 $(DESTDIR)$(plmandir)/$(PL).$(mansec)
 		$(INSTALL_DATA) $(srcdir)/plrc.1 $(DESTDIR)$(plmandir)/plrc.$(mansec)
 		$(INSTALL_DATA) $(srcdir)/plld.1 $(DESTDIR)$(plmandir)/plld.$(mansec)
-		$(INSTALL_DATA) $(srcdir)/readline.3 $(DESTDIR)$(plmandir)/readline.$(lmansec)
+# in base or ports: $(INSTALL_DATA) $(srcdir)/readline.3 $(DESTDIR)$(plmandir)/readline.$(lmansec)
 
 #
 # runtime-only environment installation
@


1.8
log
@Update to 5.6.2
Mark as IGNORE < 500100. Require some C99 functions.

PR:		91936
Submitted by:	Gerhard Gonter <g.gonter@@ieee.org> (maintainer)
@
text
@@


1.7
log
@Upgrade to 5.4.5.
Submitted by:	Gerhard Gonter <g.gonter@@ieee.org>
PR:		74279, 74791

Gerhard Gonter agreed to take over the maintainership.
@
text
@d1 8
a8 17
--- src/Makefile.in.orig	Sat Oct  9 11:55:26 2004
+++ src/Makefile.in	Sat Oct  9 11:56:32 2004
@@@@ -70,7 +70,7 @@@@
 CWFLAGS=@@CWFLAGS@@
 CIFLAGS=@@CIFLAGS@@
 CMFLAGS=@@CMFLAGS@@
-CFLAGS=	$(CWFLAGS) $(COFLAGS) $(CIFLAGS) $(CMFLAGS)
+CFLAGS=	@@CFLAGS@@ $(CWFLAGS) $(COFLAGS) $(CIFLAGS) $(CMFLAGS)
 LDFLAGS=@@LDFLAGS@@
 
 PLFOREIGN=@@PLFOREIGN@@
@@@@ -374,7 +374,7 @@@@
 		$(INSTALL_DATA) pl.1 $(plmandir)/$(PL).$(mansec)
 		$(INSTALL_DATA) $(srcdir)/plrc.1 $(plmandir)/plrc.$(mansec)
 		$(INSTALL_DATA) $(srcdir)/plld.1 $(plmandir)/plld.$(mansec)
-		$(INSTALL_DATA) $(srcdir)/readline.3 $(plmandir)/readline.$(lmansec)
+#		$(INSTALL_DATA) $(srcdir)/readline.3 $(plmandir)/readline.$(lmansec)
@


1.6
log
@Upgrade to 5.0.10.
This port requires further work, as this just installs the pl-lite at the
moment.  Other packages, such as XPCE are not installed for now.
@
text
@d1 3
a3 3
--- src/Makefile.in.orig	Wed Apr 10 04:09:31 2002
+++ src/Makefile.in	Mon Nov 18 17:27:20 2002
@@@@ -71,7 +71,7 @@@@
d12 1
a12 15
@@@@ -344,16 +344,17 @@@@
 		-$(INSTALL_DATA) $(srcdir)/plld.1 $(smandir)/plld.$(mansec)
 
 install_rlman:
-		-if [ ! -d $(lmandir) ]; then $(MKDIR) $(lmandir); fi
-		-if [ ! -r $(lmandir)/readline.$(lmansec) ]; then \
-		  $(INSTALL_DATA) $(srcdir)/readline.3 $(lmandir)/readline.$(lmansec); \
-		fi
+		-true
+#		-if [ ! -d $(lmandir) ]; then $(MKDIR) $(lmandir); fi
+#		-if [ ! -r $(lmandir)/readline.$(lmansec) ]; then \
+#		  $(INSTALL_DATA) $(srcdir)/readline.3 $(lmandir)/readline.$(lmansec); \
+#		fi
 
 install-lman::
@


1.5
log
@Upgrade to 3.4.4.

Also, let the configure respect the CFLAGS.
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@@uol.com.br>
PR:		19713
@
text
@d1 3
a3 3
--- Makefile.in.orig	Fri Nov 10 00:19:19 2000
+++ Makefile.in	Tue Jan  2 06:58:30 2001
@@@@ -68,7 +68,7 @@@@
d12 2
a13 11
@@@@ -318,7 +318,7 @@@@
 		$(INSTALL_DATA) pl.1 $(plmandir)/$(PL).$(mansec)
 		$(INSTALL_DATA) $(srcdir)/plrc.1 $(plmandir)/plrc.$(mansec)
 		$(INSTALL_DATA) $(srcdir)/plld.1 $(plmandir)/plld.$(mansec)
-		$(INSTALL_DATA) $(srcdir)/readline.3 $(plmandir)/readline.$(lmansec)
+		#$(INSTALL_DATA) $(srcdir)/readline.3 $(plmandir)/readline.$(lmansec)
 		-if [ ! -d $(man_prefix) ]; then $(MKDIR) $(man_prefix); fi
 		-if [ ! -d $(mandir)  ];    then $(MKDIR) $(mandir);     fi
 		-$(INSTALL_DATA) $(plmandir)/$(PL).$(mansec) $(mandir)
@@@@ -326,10 +326,11 @@@@
 		-$(INSTALL_DATA) $(plmandir)/plld.$(mansec) $(mandir)
d25 7
@


1.4
log
@Upgrade to 3.2.5.

PR:		10801
Submitted by:	Dan Cross <tenser@@hurricane.phys.psu.edu>
Minor tweaks by: max
@
text
@d1 12
a12 3
--- Makefile.in	1999/03/23 20:02:10	1.1
+++ Makefile.in	1999/03/23 20:02:47
@@@@ -287,7 +287,7 @@@@
d21 1
a21 1
@@@@ -295,10 +295,11 @@@@
@


1.3
log
@Upgrade, 2.8.2 -> 2.8.6.
@
text
@d1 25
a25 9
--- Makefile.in.orig	Wed May 14 17:52:28 1997
+++ Makefile.in	Sat May 17 21:09:48 1997
@@@@ -292,7 +292,7 @@@@
 		-$(INSTALL_DATA) $(PLBASE)/man/$(PL).$(mansec) $(mandir)
 		-$(INSTALL_DATA) $(PLBASE)/man/chpl.$(mansec) $(mandir)
 		-$(INSTALL_DATA) $(PLBASE)/man/plld.$(mansec) $(mandir)
-		-$(INSTALL_DATA) $(PLBASE)/man/readline.$(lmansec) $(lmandir)
+#		-$(INSTALL_DATA) $(PLBASE)/man/readline.$(lmansec) $(lmandir)
  
@


1.2
log
@Upgrade, 2.7.16 -> 2.7.18.
@
text
@d1 3
a3 3
--- Makefile.in.orig	Tue Jan 21 01:23:04 1997
+++ Makefile.in	Mon Feb  3 05:47:28 1997
@@@@ -288,7 +288,7 @@@@
@


1.1
log
@Initial revision
@
text
@d1 11
a11 19
*** Makefile.in.orig	Fri Oct 25 17:26:43 1996
--- Makefile.in	Fri Oct 25 17:26:32 1996
***************
*** 279,285 ****
  		-$(INSTALL_DATA) $(PLBASE)/man/$(PL).$(mansec) $(mandir)
  		-$(INSTALL_DATA) $(PLBASE)/man/chpl.$(mansec) $(mandir)
  		-$(INSTALL_DATA) $(PLBASE)/man/plld.$(mansec) $(mandir)
! 		-$(INSTALL_DATA) $(PLBASE)/man/readline.$(lmansec) $(lmandir)
   
  #
  # runtime-only environment installation
--- 279,285 ----
  		-$(INSTALL_DATA) $(PLBASE)/man/$(PL).$(mansec) $(mandir)
  		-$(INSTALL_DATA) $(PLBASE)/man/chpl.$(mansec) $(mandir)
  		-$(INSTALL_DATA) $(PLBASE)/man/plld.$(mansec) $(mandir)
! #		-$(INSTALL_DATA) $(PLBASE)/man/readline.$(lmansec) $(lmandir)
   
  #
  # runtime-only environment installation
@


1.1.1.1
log
@Port of SWI-Prolog.

Submitted by:	Michael Butschky <butsch@@computi.erols.com>
Modified and Updated by: max
@
text
@@
