head	1.3;
access;
symbols
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.07.05.19.35.38;	author rm;	state Exp;
branches;
next	1.2;

1.2
date	2011.10.26.20.17.12;	author glarkin;	state dead;
branches;
next	1.1;

1.1
date	2010.03.31.22.14.53;	author rene;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- add (actually restore) patch that fix build when OpenJDK is installed

PR:		169243
Submitted by:	Marcin Cieslak <saper at saper dot info>
Approved by:	maintainer timeout (2weeks+)
@
text
@--- ./configure.orig	2011-08-19 18:31:28.000000000 +0400
+++ ./configure	2012-07-05 22:39:12.000000000 +0400
@@@@ -34,11 +34,6 @@@@
     --with-world)	TARGET=world
 			shift
 			;;
-    --without-*)	pkg=`echo $1 | sed 's/--without-//'`
-			DISABLE_PKGS="$DISABLE_PKGS $pkg"
-			export DISABLE_PKGS
-			shift
-			;;
     --link)		TARGET="ln-$TARGET"
 			shift
 			;;
@


1.2
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
@d1 3
a3 3
--- configure.orig	2010-01-10 15:33:00.000000000 +0100
+++ configure	2010-03-16 22:33:27.000000000 +0100
@@@@ -39,10 +39,6 @@@@
d9 1
@


1.1
log
@Update to 5.8.3

PR:		ports/144815
Submitted by:	rene
Approved by:	tabthorpe, maintainer timeout
@
text
@@

