1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to the 1999 release.

PR:		14833
Submitted by:	Trevor Johnson <trevor@jpj.net>
This commit is contained in:
Steve Price 1999-12-27 00:37:52 +00:00
parent 71704eea25
commit 24de314e1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24116
3 changed files with 16 additions and 14 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: sfio
# Version required: 97
# Version required: 1999
# Date created: 8 November 1997
# Whom: jraynard
#
# $FreeBSD$
#
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/
@ -16,9 +16,12 @@ EXTRACT_CMD= cpio
EXTRACT_BEFORE_ARGS= -idF
EXTRACT_AFTER_ARGS= # empty
MAINTAINER= ports@FreeBSD.org
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.
@ -45,8 +48,7 @@ do-install:
${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>

View File

@ -1 +1 @@
MD5 (sfio_1998.src.unix.cpio) = d41d8cd98f00b204e9800998ecf8427e
MD5 (sfio_1999.src.unix.cpio) = 5eca6ccf26d9d4bc2d05b818fcbf8056

View File

@ -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