diff options
author | flathill <flathill@FreeBSD.org> | 1999-05-11 00:34:00 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-05-11 00:34:00 +0800 |
commit | dde87a094a6b4379422b6fa89a0360ebd956c653 (patch) | |
tree | 0a30294990653c81838b7182949bc86b5c8050c8 /sysutils/xosview | |
parent | 05e4e28ab0ba5a64d7328b3059f5592294ee7700 (diff) | |
download | freebsd-ports-gnome-dde87a094a6b4379422b6fa89a0360ebd956c653.tar.gz freebsd-ports-gnome-dde87a094a6b4379422b6fa89a0360ebd956c653.tar.zst freebsd-ports-gnome-dde87a094a6b4379422b6fa89a0360ebd956c653.zip |
Network stats fixed, and turned on by default.
PR: ports/11620
Tom Pavel <pavel@SLAC.Stanford.EDU>
Diffstat (limited to 'sysutils/xosview')
-rw-r--r-- | sysutils/xosview/Makefile | 6 | ||||
-rw-r--r-- | sysutils/xosview/files/patch-ae | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index e7196b97c859..78580128b151 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: xosview -# Version required: 1.7.0 +# Version required: 1.7.1 # Date created: 19 Nov 1997 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.13 1999/01/18 03:00:39 steve Exp $ +# $Id: Makefile,v 1.14 1999/03/14 18:12:25 billf Exp $ # DISTNAME= xosview-1.7.1 @@ -12,7 +12,7 @@ MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/status/xstatus -MAINTAINER= handy@physics.montana.edu +MAINTAINER= ports@freebsd.org FETCH_BEFORE_ARGS= -b USE_X_PREFIX= yes diff --git a/sysutils/xosview/files/patch-ae b/sysutils/xosview/files/patch-ae new file mode 100644 index 000000000000..3ec8a3947c21 --- /dev/null +++ b/sysutils/xosview/files/patch-ae @@ -0,0 +1,11 @@ +--- Xdefaults.orig Sun May 9 23:01:45 1999 ++++ Xdefaults Sun May 9 23:01:10 1999 +@@ -94,7 +94,7 @@ + + ! Network Meter Resources + +-xosview*net: False ++xosview*net: True + ! Suitable for people with 28.8Kbaud with no compression, or 14.4 + ! with compression: + !xosview*netBandwidth: 2000 |