Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 1998 15:34:39 -0700 (PDT)
From:      handy@lmsal.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6822: XOSview upgrade:  1.6.0 --> 1.6.1.a
Message-ID:  <199806012234.PAA09022@lambic.lmsal.com>

next in thread | raw e-mail | index | archive | help

>Number:         6822
>Category:       ports
>Synopsis:       XOSview upgrade:  1.6.0 --> 1.6.1.a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun  1 15:40:02 PDT 1998
>Last-Modified:
>Originator:     Brian Handy
>Organization:
MSU - Bozeman
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:
>Description:

Maintainer upgrade of XOSview.
Patch added to make it work on -current provided by:
Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>

>How-To-Repeat:
>Fix:

diff -urN xosview.orig/Makefile xosview/Makefile
--- xosview.orig/Makefile	Fri May 22 21:07:14 1998
+++ xosview/Makefile	Mon Jun  1 15:32:22 1998
@@ -1,12 +1,12 @@
-# New ports collection makefile for:	dclock
-# Version required:	1.6.0
+# New ports collection makefile for:	xosview
+# Version required:	1.6.1.a
 # Date created:		19 Nov 1997
 # Whom:			Brian Handy <handy@physics.montana.edu>
 #
 # $Id: Makefile,v 1.4 1998/05/22 06:36:00 mph Exp $
 #
 
-DISTNAME=	xosview-1.6.0
+DISTNAME=	xosview-1.6.1.a
 CATEGORIES=	sysutils x11
 MASTER_SITES=	http://lore.ece.utexas.edu/~bgrayson/xosview/ \
 		http://lambic.lmsal.com/xosview/
diff -urN xosview.orig/files/md5 xosview/files/md5
--- xosview.orig/files/md5	Fri May 22 21:07:14 1998
+++ xosview/files/md5	Mon Jun  1 15:17:06 1998
@@ -1 +1 @@
-MD5 (xosview-1.6.0.tar.gz) = 08e1380466ecb1ef336f13aedbc4cb3e
+MD5 (xosview-1.6.1.a.tar.gz) = 9cf67195d6bd125358de849b78deb8e9
diff -urN xosview.orig/patches/patch-ab xosview/patches/patch-ab
--- xosview.orig/patches/patch-ab	Wed Dec 31 16:00:00 1969
+++ xosview/patches/patch-ab	Mon Jun  1 15:25:42 1998
@@ -0,0 +1,22 @@
+--- netbsd/kernel.cc.orig	Fri May 29 11:10:57 1998
++++ netbsd/kernel.cc	Fri May 29 11:13:23 1998
+@@ -270,6 +270,9 @@
+ void
+ BSDGetNetInOut (long long * inbytes, long long * outbytes)
+ {
++
++#if (__FreeBSD_version < 300000) //werner May/29/98 quick hack for current
++
+   struct ifnet * ifnetp;
+   struct ifnet ifnet;
+   //char ifname[256];
+@@ -304,6 +307,9 @@
+     ifnetp = (struct ifnet*) ifnet.if_list.tqe_next;
+ #endif
+   }
++
++#endif	//werner
++
+ }
+ 
+ 
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806012234.PAA09022>