diff options
author | wxs <wxs@FreeBSD.org> | 2010-03-31 08:37:07 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-03-31 08:37:07 +0800 |
commit | 67d5718960ee95efd2a90d6520c0de5fcdfce2d9 (patch) | |
tree | 810f009c3382a2447fa47c630f2220cf9c0b8571 /sysutils/xosview | |
parent | 245794d846a6b68ec8895e20071177e564edc5ac (diff) | |
download | freebsd-ports-gnome-67d5718960ee95efd2a90d6520c0de5fcdfce2d9.tar.gz freebsd-ports-gnome-67d5718960ee95efd2a90d6520c0de5fcdfce2d9.tar.zst freebsd-ports-gnome-67d5718960ee95efd2a90d6520c0de5fcdfce2d9.zip |
Fix on -CURRENT
PR: ports/144399
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: clsung@ (maintainer timeout)
Diffstat (limited to 'sysutils/xosview')
-rw-r--r-- | sysutils/xosview/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xosview/files/patch-ae | 18 | ||||
-rw-r--r-- | 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 <bsd.port.pre.mk> -.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 |