ports/65009: Maintainer update: lang/gforth (build fix)

Cyrille Lefevre cyrille.lefevre at laposte.net
Wed Mar 31 22:10:23 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list