ports/91514: x11-fm/rox-filer port should configure --with-platform=FreeBSD

Neil Hoggarth neil at hoggarth.me.uk
Sun Jan 8 15:40:06 UTC 2006


>Number:         91514
>Category:       ports
>Synopsis:       x11-fm/rox-filer port should configure --with-platform=FreeBSD
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 08 15:40:04 GMT 2006
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list