Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Apr 2004 00:00:25 +0200
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65009: Maintainer update: lang/gforth (build fix)
Message-ID:  <20040331220022.GA84776@gits.dyndns.org>
Resent-Message-ID: <200403312210.i2VMAKJO042708@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65009
>Category:       ports
>Synopsis:       Maintainer update: lang/gforth (build fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 31 14:10:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Sat Jan 31 15:17:05 CET 2004 root@gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM i386
>Description:
	pkg-descr
		WWW updated.
	files/patch-engine::Makefile.in
		add -fno-reorder-blocks to ENGINE_FLAGS (don't know if this
		help or break other architectures than i386?)
>How-To-Repeat:
	make
	...
	Memory fault
>Fix:
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/lang/gforth/pkg-descr,v
retrieving revision 1.1
diff -u -I$Id.*$ -I$.+BSD.*$ -r1.1 pkg-descr
--- pkg-descr	21 Oct 2000 19:29:01 -0000	1.1
+++ pkg-descr	31 Mar 2004 21:55:33 -0000
@@ -5,4 +5,4 @@
 implementation techniques: its inner innerpreter is indirect or
 direct threaded.
 
-WWW: http://www.gnu.org/software/gforth/gforth.html
+WWW: http://www.gnu.org/software/gforth/
Index: files/patch-engine::Makefile.in
===================================================================
RCS file: /home/ncvs/ports/lang/gforth/files/patch-engine::Makefile.in,v
retrieving revision 1.1
diff -u -I$Id.*$ -I$.+BSD.*$ -r1.1 patch-engine::Makefile.in
--- files/patch-engine::Makefile.in	17 Mar 2004 20:03:17 -0000	1.1
+++ files/patch-engine::Makefile.in	31 Mar 2004 21:55:33 -0000
@@ -6,7 +6,7 @@
  SWITCHES = $(XCFLAGS) $(XDEFINES)
 -ENGINE_FLAGS = @ENGINE_FLAGS@ -fno-defer-pop -fcaller-saves
 +#use -fno-inline to avoid register problems with asinh, atanh on gcc-3.3 on 386
-+ENGINE_FLAGS = @ENGINE_FLAGS@ -fno-defer-pop -fcaller-saves -fno-inline
++ENGINE_FLAGS = @ENGINE_FLAGS@ -fno-defer-pop -fcaller-saves -fno-reorder-blocks -fno-inline
  DEBUGFLAG = @DEBUGFLAG@
  CFLAGS	= $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -O2 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\"
  CFLAGS2	= $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -O2 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\"
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040331220022.GA84776>