mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Fix on -CURRENT
PR: ports/144399 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: clsung@ (maintainer timeout)
This commit is contained in:
parent
6396f2d534
commit
670015bcd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251863
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user