Bug 63991 - Maintainer update: lang/gforth (build fix)
Summary: Maintainer update: lang/gforth (build fix)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-09 16:00 UTC by Cyrille Lefevre
Modified: 2004-03-17 20:03 UTC (History)
0 users

See Also:


Attachments
file.diff (22.84 KB, patch)
2004-03-09 16:00 UTC, Cyrille Lefevre
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cyrille Lefevre 2004-03-09 16:00:30 UTC
	0.6.2 runtime does Segmentation Fault at compilation time !
	so, no update is planified right now... sorry.

	Makefile
		PORTREVISION bumped
		CONFIGURE_ENV and MAKE_ENV added
		PLIST_SUB updated
		WORDSIZE and BYTEORDER added
		EMPTY_DIRS splitted (the second one will be deleted
		upon 0.6.2 update, if any)
	distinfo
		SIZE added
	pkg-plist
		lib/gforth -> %%LIB_DIR%%
		share/doc/gforth -> %%DOCSDIR%%
		share/gforth -> %%DATADIR%%
		@comment'ed lines are related to 0.6.2 update, if any
	files/patch-engine::Makefile.in
		-fno-inline added (from 0.6.2)
	patch-engine::signals.c
		FPE_* build fix (from 0.6.2)

Fix: take care, this patch set is in two part, the first one
	is a diff against /dev/nul and the second one a cvs diff.
How-To-Repeat: 	n/a
Comment 1 Cyrille Lefevre 2004-03-09 16:28:49 UTC
oops, forgot to comment ONLY_FOR_ARCHS, should work w/ the FPE_* fix.

so, could you replace :
ONLY_FOR_ARCHS=	i386 amd64 ia64
by
# ONLY_FOR_ARCHS=	i386 amd64 ia64
in Makefile ?

thanks in advance.

Cyrille Lefevre.
-- 
home: mailto:cyrille.lefevre@laposte.net
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-03-17 11:09:37 UTC
State Changed
From-To: open->feedback

When I try to install this on 4.9-PRERELEASE, I get the following: 

/usr/bin/install-info --info-dir=/usr/local/info /usr/local/info/vmgen.info 
rmdir: /usr/local/share/gforth/0.6.1/arch/4stack: No such file or directory 
*** Error code 1 

(To confirm, yes, that rmdir shows up on _install_; for 0.6.1). 

Can the submitter confirm this?
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2004-03-17 20:03:24 UTC
State Changed
From-To: feedback->closed

Committed, thanks.