Bug 57265 - lang/ezm3 endianess bug in PLIST
Summary: lang/ezm3 endianess bug in PLIST
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: John Polstra
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-27 00:00 UTC by marius
Modified: 2003-10-08 17:44 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.14 KB, patch)
2003-09-27 00:00 UTC, marius
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description marius 2003-09-27 00:00:29 UTC
	Ezm3 installs lib/m3/pkg/m3core/src/float/IEEE-<endianess> depending
	on the endianess of the platform it is built for. However, the PLIST
	of the lang/ezm3 port currently lists that directory hardcoded for
	little-endian. This causes packges builds on sparc64 to fail.
	See also the very end of the bento build logs at:
	http://bento.freebsd.org/errorlogs/sparc64-5-full-logs/ezm3-1.1.log.bz2
	http://bento.freebsd.org/errorlogs/sparc64-5-latest-logs/ezm3-1.1.log.bz2
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-09-27 09:03:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jdp

Over to maintainer
Comment 2 John Polstra freebsd_committer freebsd_triage 2003-10-08 17:43:45 UTC
State Changed
From-To: open->closed

Thanks for the patch.  I have committed it.