head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.09.08.07.42.46;	author linimon;	state dead;
branches;
next	1.4;

1.4
date	2011.10.26.20.17.12;	author glarkin;	state Exp;
branches;
next	1.3;

1.3
date	2006.01.18.18.00.00;	author mnag;	state Exp;
branches;
next	1.2;

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

1.1
date	2004.06.14.22.28.18;	author vs;	state Exp;
branches;
next	;


desc
@@


1.5
log
@SVN rev 303875 on 2012-09-08 07:42:46Z by linimon

Remove files only applicable to alpha.

Hat:		portmgr
@
text
@--- src/configure.orig	2011-08-18 16:46:48.000000000 +0400
+++ src/configure	2011-10-08 20:39:54.000000000 +0400
@@@@ -4650,8 +4650,8 @@@@
 
 if test "x$custom_flags" = "xyes" ; then
 	if test "$GCC" = "yes"; then
-		COFLAGS="${COFLAGS--O2 -fno-strict-aliasing}"
-		LDFLAGS="${LDFLAGS--O2}"
+		COFLAGS="${COFLAGS--O -fno-strict-aliasing}"
+		LDFLAGS="${LDFLAGS--O}"
 		CWFLAGS="${CWFLAGS--Wall}"
 	else
 		COFLAGS="${COFLAGS--O}"
@


1.4
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
@@


1.3
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
@d1 4
a4 4
--- src/configure.orig	Wed Jan 18 15:39:00 2006
+++ src/configure	Wed Jan 18 15:39:12 2006
@@@@ -3778,8 +3778,8 @@@@
 fi;
d7 7
a13 7
-		COFLAGS="-O3 -fno-strict-aliasing"
-		LDFLAGS="$LDFLAGS -O3"
+		COFLAGS="-O -fno-strict-aliasing"
+		LDFLAGS="$LDFLAGS -O"
 		if test "$ac_cv_header_stdc" = "yes" ; then
 			CWFLAGS=-Wall
 		else
@


1.2
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 13
a13 13
--- src/configure.orig	Sat Oct  9 11:58:20 2004
+++ src/configure	Sat Oct  9 11:58:45 2004
@@@@ -3533,8 +3533,8 @@@@
 fi
 
 if test "$GCC" = "yes"; then
-    COFLAGS="-O3 -fno-strict-aliasing"
-    LDFLAGS="$LDFLAGS -O3"
+    COFLAGS="-O -fno-strict-aliasing"
+    LDFLAGS="$LDFLAGS -O"
     if test "$ac_cv_header_stdc" = "yes" ; then
         CWFLAGS=-Wall
     else
@


1.1
log
@- Fix PLIST on non-32-bit-architectures
- Do not use -O3 on alpha

PR:		ports/60420
Approved by:	maintainer silence
@
text
@d1 3
a3 3
--- src/configure.orig	Sat Dec 20 00:49:33 2003
+++ src/configure	Sat Dec 20 00:50:26 2003
@@@@ -2960,8 +2960,8 @@@@
@

