sysutils/xosview is marked broken on 9.0-CURRENT as 'unsupported FreeBSD version'. There are two reasons for that. First reason is easy to solve with an additional digit for version 9 in the accordingly patch file. The second reason is a little more tricky. xosview core dumps when running on 9.0. This is because xosview is not able to request 'irq' and 'interrupt' values on this version of FreeBSD any more. I took the easy way out and disabled both meters (irq and interrupt) in the ressource file of xosview. Without that all works fine. Fix: The following patch changes three port files. Afterwards xosview should work on all versions and all(?) platforms (could only test i386 and amd64): Patch attached with submission follows: How-To-Repeat: sysutils/xosview version 1.46 does not build on 9.0-CURRENT because it is marked broken.
Responsible Changed From-To: freebsd-ports-bugs->clsung Over to maintainer (via the GNATS Auto Assign Tool)
wxs 2010-03-31 00:37:07 UTC FreeBSD ports repository Modified files: sysutils/xosview Makefile sysutils/xosview/files patch-ae patch-configure Log: Fix on -CURRENT PR: ports/144399 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: clsung@ (maintainer timeout) Revision Changes Path 1.47 +0 -4 ports/sysutils/xosview/Makefile 1.4 +14 -4 ports/sysutils/xosview/files/patch-ae 1.6 +1 -1 ports/sysutils/xosview/files/patch-configure _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!