1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update port to 1.0.1

This commit is contained in:
Chris D. Faulhaber 2000-02-24 20:05:37 +00:00
parent c9a035c812
commit 405c418953
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26262
3 changed files with 6 additions and 12 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: its4
# Version required: 1.0
# Version required: 1.0.1
# Date created: 21 February 2000
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= its4-1.0
DISTNAME= its4-1.0.1
CATEGORIES= security
MASTER_SITES= ""
EXTRACT_SUFX= .tgz

View File

@ -1 +1 @@
MD5 (its4-1.0.tgz) = bcf4c815b8d6d114e98b78e8db03141d
MD5 (its4-1.0.1.tgz) = 659c18b10012a4ae6f71073bc578e088

View File

@ -1,5 +1,5 @@
--- configure.orig Mon Feb 21 11:53:17 2000
+++ configure Mon Feb 21 23:25:16 2000
--- configure.orig Wed Feb 23 12:19:12 2000
+++ configure Thu Feb 24 15:01:29 2000
@@ -18,7 +18,7 @@
DATADIR=
MANDIR=
@ -9,7 +9,7 @@
QUIET=
CC=
INSTALLPROG=
@@ -192,11 +192,12 @@
@@ -192,6 +192,7 @@
###### Check for snprintf()
printf %s "Checking for snprintf()... " 1>&5
cat >tmp.c <<EOF
@ -17,9 +17,3 @@
#include <string.h>
int main()
{
char buf[12];
- snprintf(buf, "%s", 2, "foof");
+ snprintf(buf, 2, "%s", "foof");
}
EOF
if `${CC} tmp.c 2>/dev/null`; then