Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 1999 18:50:13 -0500 (EST)
From:      Trevor Johnson <trevor@jpj.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14833: update port:  sfio
Message-ID:  <Pine.BSI.3.95.991111183542.7952A-100000@blues.jpj.net>

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

>Number:         14833
>Category:       ports
>Synopsis:       update port:  sfio
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports@freebsd.org
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 11 16:00:00 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>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?Pine.BSI.3.95.991111183542.7952A-100000>