diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-14 18:12:26 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-14 18:12:26 +0000 |
commit | 2c056b39cc3c3ac6ea6bbc37004109fe4758759d (patch) | |
tree | ece8205ee6965a9897dc082c9c97b0f7dedc6862 | |
parent | 9e75330c7cf5068cb9d915f5eae650ad736d814d (diff) | |
download | ports-2c056b39cc3c3ac6ea6bbc37004109fe4758759d.tar.gz ports-2c056b39cc3c3ac6ea6bbc37004109fe4758759d.zip |
Notes
-rw-r--r-- | sysutils/xosview/Makefile | 11 | ||||
-rw-r--r-- | sysutils/xosview/distinfo | 2 | ||||
-rw-r--r-- | sysutils/xosview/files/patch-ac | 8 |
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@ \ |