From nobody@FreeBSD.org  Sun Jan  8 15:36:19 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 98A7916A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  8 Jan 2006 15:36:19 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6019D43D46
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  8 Jan 2006 15:36:19 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k08FaHST022680
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 8 Jan 2006 15:36:17 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k08FaHVR022679;
	Sun, 8 Jan 2006 15:36:17 GMT
	(envelope-from nobody)
Message-Id: <200601081536.k08FaHVR022679@www.freebsd.org>
Date: Sun, 8 Jan 2006 15:36:17 GMT
From: Neil Hoggarth <neil@hoggarth.me.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: x11-fm/rox-filer port should configure --with-platform=FreeBSD
X-Send-Pr-Version: www-2.3

>Number:         91514
>Category:       ports
>Synopsis:       x11-fm/rox-filer port should configure --with-platform=FreeBSD
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    olgeni
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 08 15:40:04 GMT 2006
>Closed-Date:    Sun Jan 08 17:08:29 GMT 2006
>Last-Modified:  Sun Jan 08 17:08:29 GMT 2006
>Originator:     Neil Hoggarth
>Release:        6.0-STABLE
>Organization:
>Environment:
FreeBSD shadowfax.localdomain 6.0-STABLE FreeBSD 6.0-STABLE #1: Sat Dec 10 12:24:06 GMT 2005     njh@shadowfax.localdomain:/usr/obj/home/src/sys/GENERIC  i386
>Description:
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".

>How-To-Repeat:
              
>Fix:
Add "--with-platform=FreeBSD" to CONFIGURE_ARGS in the port Makefile:


--- x11-fm/rox-filer/Makefile.orig	Sun Jan  8 14:43:59 2006
+++ x11-fm/rox-filer/Makefile	Sun Jan  8 14:44:40 2006
@@ -29,7 +29,7 @@
 .include <bsd.port.pre.mk>
 
 CONFIGURE_ENV=		APP_DIR=${WRKSRC}/ROX-Filer
-CONFIGURE_ARGS=		--enable-rox
+CONFIGURE_ARGS=		--enable-rox --with-platform=FreeBSD
 CONFIGURE_WRKSRC=	${WRKSRC}/ROX-Filer/src
 BUILD_WRKSRC=		${CONFIGURE_WRKSRC}
 ALL_TARGET=

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->olgeni 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jan 8 15:44:10 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91514 
State-Changed-From-To: open->closed 
State-Changed-By: olgeni 
State-Changed-When: Sun Jan 8 17:07:07 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91514 
>Unformatted:
