From 670015bcd57b615dda31a6eabceee646652dddfa Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Wed, 31 Mar 2010 00:37:07 +0000 Subject: [PATCH] Fix on -CURRENT PR: ports/144399 Submitted by: Rainer Hurling Approved by: clsung@ (maintainer timeout) --- sysutils/xosview/Makefile | 4 ---- sysutils/xosview/files/patch-ae | 18 ++++++++++++++---- sysutils/xosview/files/patch-configure | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index a20a7493a368..ca00b401d458 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -21,10 +21,6 @@ MAN1= xosview.1 .include -.if ${OSVERSION} >= 900000 -BROKEN= unsupported FreeBSD version -.endif - post-patch: @${REINPLACE_CMD} -e 's,iostream.h,iostream,' \ ${WRKSRC}/xwin.h \ diff --git a/sysutils/xosview/files/patch-ae b/sysutils/xosview/files/patch-ae index 59549324238c..53350b19fd3a 100644 --- a/sysutils/xosview/files/patch-ae +++ b/sysutils/xosview/files/patch-ae @@ -1,8 +1,18 @@ ---- Xdefaults.in.orig Wed Jul 5 21:44:36 2000 -+++ Xdefaults.in Tue Aug 21 12:15:19 2001 -@@ -175,7 +175,7 @@ +--- Xdefaults.in.orig 2006-02-18 00:45:00.000000000 -0500 ++++ Xdefaults.in 2010-03-30 19:54:34.499193987 -0400 +@@ -169,15 +169,15 @@ + + ! Interrupt Meter Resources + +-xosview*interrupts: True ++xosview*interrupts: False + xosview*intOnColor: red + xosview*intOffColor: aquamarine + xosview*intPriority: 1 + ! Interrupt Rate Meter Resources - xosview*irqrate: True +-xosview*irqrate: True ++xosview*irqrate: False xosview*irqrateUsedColor: red -xosview*irqrateIdleColor: black +xosview*irqrateIdleColor: aquamarine diff --git a/sysutils/xosview/files/patch-configure b/sysutils/xosview/files/patch-configure index 4bdc3ff0811f..ffc3c8c3e820 100644 --- a/sysutils/xosview/files/patch-configure +++ b/sysutils/xosview/files/patch-configure @@ -5,7 +5,7 @@ host_dir=bsd host_os=freebsd ;; -freebsd[4]*) -+freebsd[45678]*) ++freebsd[456789]*) EXTRALIBS="-lkvm $XPMLIB $DEVSTATLIB" INSTALL_ARGS='-s -g kmem -m 02555' NetMeter_Default_Setting=True