head	1.3;
access;
symbols
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.12.11.17.17.01;	author johans;	state dead;
branches;
next	1.2;

1.2
date	2010.10.10.02.32.50;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2006.10.21.13.11.07;	author stas;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update GNU Forth to 0.7.0
- Remove patches (and autoconf run) that are no longer needed
- Fix build with ffcall and libffi (requires libtool, libltdl)
- Remove emacs config file for now (will try and fix this soon)
- Adopt port

Feature safe:	yes
@
text
@--- configure.orig	2003-08-25 10:03:42.000000000 +0200
+++ configure	2010-10-09 20:40:43.000000000 +0200
@@@@ -3584,9 +3584,6 @@@@
 else
   LIBOBJS="$LIBOBJS ../arch/power/_sync_cache_range.$ac_objext"
 fi
-
-		#long long is broken on (at least) gcc-2.95.* for PPC
-		test x$ac_cv_sizeof_long_long = x && ac_cv_sizeof_long_long=0
 		;;
 	*)
 		{ echo "$as_me:$LINENO: WARNING: Using a generic machine description" >&5
@@@@ -8079,8 +8076,8 @@@@
   if (x) {
   label1:
     asm("$i");
-  label2:
   }
+  label2:
   return (&&label2)-(&&label1);
 }
@


1.2
log
@- Fix build on powerpc.

PR:		ports/151348
Submitted by:	Andreas Tobler <andreast@@FreeBSD.org>
@
text
@@


1.1
log
@- Add files forgotten in the last commit

Approved by:	portmgr (erwin)
@
text
@d1 13
a13 3
--- configure.orig	Sat Oct 21 02:49:22 2006
+++ configure	Sat Oct 21 02:49:27 2006
@@@@ -8079,8 +8079,8 @@@@
a21 1
 
@

