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

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

Return to bug 14833