Date: Sun, 8 Jan 2006 15:36:17 GMT From: Neil Hoggarth <neil@hoggarth.me.uk> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/91514: x11-fm/rox-filer port should configure --with-platform=FreeBSD Message-ID: <200601081536.k08FaHVR022679@www.freebsd.org> Resent-Message-ID: <200601081540.k08Fe5nU079462@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601081536.k08FaHVR022679>