summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-03-14 18:12:26 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-03-14 18:12:26 +0000
commit2c056b39cc3c3ac6ea6bbc37004109fe4758759d (patch)
treeece8205ee6965a9897dc082c9c97b0f7dedc6862 /sysutils
parent1. Upgrade to 2.8.0, associated changes. (diff)
Original PR upgraded to 1.7.0, 1.7.1 was released, so I upgraded it one step
further. patch-ac had to be modified because of some line differences in the configure script, but it is functionally the same. MAINTAINERship of this port changed, with the approval of both the former and new MAINTAINER. I also added MASTER_SITE_SUNSITE and removed the former maintainer's personal distsite. PR: ports/10260 Submitted by: sheldonh (new maintainer)
Notes
Notes: svn path=/head/; revision=17181
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xosview/Makefile11
-rw-r--r--sysutils/xosview/distinfo2
-rw-r--r--sysutils/xosview/files/patch-ac8
3 files changed, 11 insertions, 10 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile
index 9754b6eae8ee..e7196b97c859 100644
--- a/sysutils/xosview/Makefile
+++ b/sysutils/xosview/Makefile
@@ -1,15 +1,16 @@
# New ports collection makefile for: xosview
-# Version required: 1.6.2.a
+# Version required: 1.7.0
# Date created: 19 Nov 1997
# Whom: Brian Handy <handy@physics.montana.edu>
#
-# $Id: Makefile,v 1.12 1999/01/05 01:06:02 steve Exp $
+# $Id: Makefile,v 1.13 1999/01/18 03:00:39 steve Exp $
#
-DISTNAME= xosview-1.6.2.a
+DISTNAME= xosview-1.7.1
CATEGORIES= sysutils
MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ \
- http://lambic.physics.montana.edu/xosview/
+ ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= system/status/xstatus
MAINTAINER= handy@physics.montana.edu
@@ -18,6 +19,6 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= xosview.1
-# BROKEN= DiskMeter broken for 3.0+
+# BROKEN= SwapMeter broken for 4.0+
.include <bsd.port.mk>
diff --git a/sysutils/xosview/distinfo b/sysutils/xosview/distinfo
index a217bccad6fc..4229e6181d1c 100644
--- a/sysutils/xosview/distinfo
+++ b/sysutils/xosview/distinfo
@@ -1 +1 @@
-MD5 (xosview-1.6.2.a.tar.gz) = bf021401b5dbf3971ff8a4ea6c90ee11
+MD5 (xosview-1.7.1.tar.gz) = d4f651ab4dff6ecfa51745d8eab8139c
diff --git a/sysutils/xosview/files/patch-ac b/sysutils/xosview/files/patch-ac
index 7fa962acc672..679881ad4bbd 100644
--- a/sysutils/xosview/files/patch-ac
+++ b/sysutils/xosview/files/patch-ac
@@ -1,11 +1,11 @@
---- config/Makefile.config.in.orig Tue Jan 5 19:27:25 1999
-+++ config/Makefile.config.in Tue Jan 5 19:29:08 1999
-@@ -19,7 +19,7 @@
+--- config/Makefile.config.in.orig Thu Feb 25 12:12:41 1999
++++ config/Makefile.config.in Sun Mar 14 13:05:07 1999
+@@ -22,7 +22,7 @@
#-----------------------------------------------------------------
# Optimized CXXFLAGS
-CXXFLAGS += $(CFLAGS) -Wall -O4 -pipe -I@x_includes@ \
+CXXFLAGS += $(CFLAGS) -Wall -I@x_includes@ \
- -I$(TOP) -I$(TOP)/@host_dir@ @DEFS@
+ -DXOSVIEW_VERSION=\"$(VERS)\" -I$(TOP) -I$(TOP)/@host_dir@ @DEFS@
# DEBUG CXXFLAGS
#CXXFLAGS += $(CFLAGS) -Wall -ggdb -pipe -I@x_includes@ \