From trevor@jpj.net Thu Nov 11 15:50:15 1999
Return-Path: <trevor@jpj.net>
Received: from blues.jpj.net (blues.jpj.net [204.97.17.146])
	by hub.freebsd.org (Postfix) with ESMTP id E7A9F14F68
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Nov 1999 15:50:14 -0800 (PST)
	(envelope-from trevor@jpj.net)
Received: from localhost (trevor@localhost)
	by blues.jpj.net (right/backatcha) with SMTP id SAA08220
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Nov 1999 18:50:13 -0500 (EST)
Message-Id: <Pine.BSI.3.95.991111183542.7952A-100000@blues.jpj.net>
Date: Thu, 11 Nov 1999 18:50:13 -0500 (EST)
From: Trevor Johnson <trevor@jpj.net>
Reply-To: Trevor Johnson <trevor@jpj.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: update port:  sfio

>Number:         14833
>Category:       ports
>Synopsis:       Update port: devel/sfio to 1999 release
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 11 16:00:00 PST 1999
>Closed-Date:    Sun Dec 26 16:34:46 PST 1999
>Last-Modified:  Sun Dec 26 16:38:06 PST 1999
>Originator:     Trevor Johnson (trevor@jpj.net)
>Release:        FreeBSD 3.3-19990924-STABLE i386
>Organization:
myself
>Environment:
only tested on FreeBSD 3.3-19990924-STABLE i386
>Description:

This is a restricted port for which the distfile is only legitimately
available from http://www.research.att.com/sw/tools/sfio/ .  On that site,
version 1998 is no longer available.  Version 1999 naturally has a
different checksum.  Changes to a header file cause one of the patches in
the port to fail.  Two man pages have been removed, and one added, causing
"make install" to fail. 

>How-To-Repeat:

Try to build the port.

>Fix:

diff -urN sfio.orig/Makefile sfio/Makefile
--- sfio.orig/Makefile	Tue Aug 24 22:50:12 1999
+++ sfio/Makefile	Thu Nov 11 16:32:07 1999
@@ -1,13 +1,13 @@
 # New ports collection makefile for:  sfio
-# Version required:	97
-# Date created: 	8 November 1997
-# Whom:			jraynard
+# Version required:	1999
+# Date created: 	11 November 1999
+# Whom:			trevor@jpj.net
 #
-# $FreeBSD: ports/devel/sfio/Makefile,v 1.8 1999/08/25 05:50:12 obrien Exp $
+# $FreeBSD: ports/devel/sfio/Makefile,v 1.9 1999/11/11 05:50:12 obrien Exp $
 #
 
-DISTNAME=	sfio_1998
-PKGNAME=	sfio-98
+DISTNAME=	sfio_1999
+PKGNAME=	sfio-1999
 CATEGORIES=	devel
 #Users must register with AT&T before downloading tarball.
 #MASTER_SITES=	http://www.research.att.com/sw/tools/sfio/
@@ -20,7 +20,8 @@
 
 NO_WRKSUBDIR=	yes
 IS_INTERACTIVE=	yes
-MAN3=		cdt.3 sfio.3 vmalloc.3
+MAN1=		iffe.1
+MAN3=		sfio.3
 
 RESTRICTED=	Requires user to register with AT&T.
 
@@ -47,8 +48,7 @@
 	${INSTALL_DATA} ${WRKDIR}/include/* ${PREFIX}/include
 	${INSTALL_DATA} ${WRKDIR}/lib/libsfio.a ${PREFIX}/lib
 	${INSTALL_DATA} ${WRKDIR}/lib/libstdio.a ${PREFIX}/lib
-	${INSTALL_MAN} ${WRKDIR}/man/man3/cdt.3 ${PREFIX}/man/man3
+	${INSTALL_MAN} ${WRKDIR}/man/man1/iffe.1 ${PREFIX}/man/man1
 	${INSTALL_MAN} ${WRKDIR}/man/man3/sfio.3 ${PREFIX}/man/man3
-	${INSTALL_MAN} ${WRKDIR}/man/man3/vmalloc.3 ${PREFIX}/man/man3
 
 .include <bsd.port.mk>
diff -urN sfio.orig/README.html sfio/README.html
--- sfio.orig/README.html	Thu Sep 16 14:08:54 1999
+++ sfio/README.html	Thu Nov 11 16:14:59 1999
@@ -3,7 +3,7 @@
 <head><h1> The FreeBSD Ports Collection ("devel/sfio")</h1> </head> <hr>
 <body>
 
-<p>You are now in the directory for the port "devel/sfio" (package name "sfio-98").
+<p>You are now in the directory for the port "devel/sfio" (package name "sfio-99").
 
 <p>This is the one-line description for this port:
 
diff -urN sfio.orig/files/md5 sfio/files/md5
--- sfio.orig/files/md5	Tue Aug 24 22:50:14 1999
+++ sfio/files/md5	Thu Nov 11 16:13:45 1999
@@ -1 +1 @@
-MD5 (sfio_1998.src.unix.cpio) = d41d8cd98f00b204e9800998ecf8427e
+MD5 (sfio_1999.src.unix.cpio) = 5eca6ccf26d9d4bc2d05b818fcbf8056
diff -urN sfio.orig/patches/patch-ab sfio/patches/patch-ab
--- sfio.orig/patches/patch-ab	Sat Nov  7 10:06:17 1998
+++ sfio/patches/patch-ab	Thu Nov 11 16:20:56 1999
@@ -1,11 +1,11 @@
---- src/lib/sfio/sfhdr.h.orig	Sat Nov  7 13:29:09 1998
-+++ src/lib/sfio/sfhdr.h	Sat Nov  7 13:29:25 1998
-@@ -134,7 +134,7 @@
- #include	<floatingpoint.h>
+--- src/lib/sfio/sfhdr.h.orig	Thu Nov 11 16:17:56 1999
++++ src/lib/sfio/sfhdr.h	Thu Nov 11 16:19:45 1999
+@@ -176,7 +176,7 @@
  #endif
- #if _hdr_values
+ 
+ #if !defined(MAXDOUBLE) && _hdr_values
 -#include	<values.h>
 +#include	<float.h>
  #endif
- #if _hdr_math
- #include	<math.h>
+ 
+ #if !defined(MAXDOUBLE) && _hdr_floatingpoint




>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports@freebsd.org->jraynard  
Responsible-Changed-By: cpiazza 
Responsible-Changed-When: Sat Nov 13 18:37:20 PST 1999 
Responsible-Changed-Why:  
Over to maintainer 
Responsible-Changed-From-To: jraynard->freebsd-ports 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Tue Dec 21 06:55:59 PST 1999 
Responsible-Changed-Why:  
James has retired from active service.  Whoever takes this one 
might want to look for a new maintainer for the port as well. 
Perhaps the Originator of this PR will be keen? :-) 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Dec 26 16:34:46 PST 1999 
State-Changed-Why:  
Update committed, thanks! 
>Unformatted:
