summaryrefslogtreecommitdiffstats
path: root/sysutils/xosview
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-03-14 18:12:26 +0000
committerbillf <billf@FreeBSD.org>1999-03-14 18:12:26 +0000
commit2f901dc0552f8f7ecc3d0a11037e5adf8d2e3b07 (patch)
tree25e42b6e2133dd65bb5072daea7b8d33fa643454 /sysutils/xosview
parent57cb7daf065c316c9ce51ff15bbb0b9f8cb397d5 (diff)
downloadFreeBSD-ports-2f901dc0552f8f7ecc3d0a11037e5adf8d2e3b07.zip
FreeBSD-ports-2f901dc0552f8f7ecc3d0a11037e5adf8d2e3b07.tar.gz
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)
Diffstat (limited to 'sysutils/xosview')
-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 9754b6e..e7196b9 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 a217bcc..4229e61 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 7fa962a..679881a 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@ \
OpenPOWER on IntegriCloud