View | Details | Raw Unified | Return to bug 9306
Collapse All | Expand All

(-)xosview/Makefile (-3 / +3 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:	xosview
1
# New ports collection makefile for:	xosview
2
# Version required:	1.6.1.a
2
# Version required:	1.6.2.a
3
# Date created:		19 Nov 1997
3
# Date created:		19 Nov 1997
4
# Whom:			Brian Handy <handy@physics.montana.edu>
4
# Whom:			Brian Handy <handy@physics.montana.edu>
5
#
5
#
6
# $Id: Makefile,v 1.9 1998/11/21 07:27:41 steve Exp $
6
# $Id: Makefile,v 1.9 1998/11/21 07:27:41 steve Exp $
7
#
7
#
8
8
9
DISTNAME=	xosview-1.6.1.a
9
DISTNAME=	xosview-1.6.2.a
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://lore.ece.utexas.edu/~bgrayson/xosview/ \
11
MASTER_SITES=	http://lore.ece.utexas.edu/~bgrayson/xosview/ \
12
		http://lambic.physics.montana.edu/xosview/
12
		http://lambic.physics.montana.edu/xosview/
Lines 15-21 Link Here
15
15
16
FETCH_BEFORE_ARGS=	-b
16
FETCH_BEFORE_ARGS=	-b
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
HAS_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
MAN1=		xosview.1
19
MAN1=		xosview.1
20
20
21
BROKEN_ELF=	DK_NDRIVE undefined
21
BROKEN_ELF=	DK_NDRIVE undefined
(-)xosview/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (xosview-1.6.1.a.tar.gz) = 4523ed2593b77d9d99f08c2568340b4b
1
MD5 (xosview-1.6.2.a.tar.gz) = bf021401b5dbf3971ff8a4ea6c90ee11
(-)xosview/patches/patch-ab (-2 / +2 lines)
Lines 1-5 Link Here
1
--- netbsd/kernel.cc.orig	Fri May 29 11:10:57 1998
1
--- bsd/kernel.cc.orig	Fri May 29 11:10:57 1998
2
+++ netbsd/kernel.cc	Fri May 29 11:13:23 1998
2
+++ bsd/kernel.cc	Fri May 29 11:13:23 1998
3
@@ -270,6 +270,9 @@
3
@@ -270,6 +270,9 @@
4
 void
4
 void
5
 BSDGetNetInOut (long long * inbytes, long long * outbytes)
5
 BSDGetNetInOut (long long * inbytes, long long * outbytes)

Return to bug 9306