Bug 91514 - x11-fm/rox-filer port should configure --with-platform=FreeBSD
Summary: x11-fm/rox-filer port should configure --with-platform=FreeBSD
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: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-08 15:40 UTC by Neil Hoggarth
Modified: 2006-01-08 17:08 UTC (History)
0 users

See Also:


Attachments
file.diff (385 bytes, patch)
2006-01-08 15:40 UTC, Neil Hoggarth
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Hoggarth 2006-01-08 15:40:04 UTC
The sources for ROX filer include a configure flag which is used to turn on large file support for several non-Linux platforms, including FreeBSD and OpenBSD.

The FreeBSD x11-fm/rox-filer port does not assert this flag, and the resulting
binaries miss-report file sizes in several places as a result. For example, when
a filer window is in "Show extra details" mode, the Size column contains entries such as "25 (null)" where it should read "25 K" or "25 M".

Fix: Add "--with-platform=FreeBSD" to CONFIGURE_ARGS in the port Makefile:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-08 15:44:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->olgeni

Over to maintainer
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2006-01-08 17:07:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!