1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Upgrade to 970901

This commit is contained in:
Andrey A. Chernov 1997-09-02 12:34:12 +00:00
parent b1cdefef85
commit ea02172c25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7753
3 changed files with 6 additions and 44 deletions

View File

@ -4,14 +4,14 @@
# Date created: 25 July 1996
# Whom: obrien@cs.ucdavis.edu
#
# $Id: Makefile,v 1.39 1997/08/06 14:31:20 ache Exp $
# $Id: Makefile,v 1.40 1997/08/28 11:29:02 ache Exp $
#
DISTNAME= tin1.3-unoff-BETA-970826
PKGNAME= tin-1.3.970826
DISTNAME= tin1.3-unoff-BETA-970901
PKGNAME= tin-1.3.970901
CATEGORIES= news
MASTER_SITES= ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \
ftp://nuxi.ucdavis.edu/pub/tin/ \
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/tin/ \
ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \
ftp://ftp.nuxi.com/pub/tin/
EXTRACT_SUFX= .tgz

View File

@ -1 +1 @@
MD5 (tin1.3-unoff-BETA-970826.tgz) = 95b29678eba0b0c17a254bae92e34242
MD5 (tin1.3-unoff-BETA-970901.tgz) = 8b57b8d4d1a90b2ed30f1d848da5f9b3

View File

@ -1,41 +1,3 @@
*** aclocal.m4.bak Mon Aug 25 12:04:06 1997
--- aclocal.m4 Thu Aug 28 15:10:03 1997
***************
*** 667,673 ****
fi
done
AC_TRY_LINK([#include <$cf_cv_ncurses_header>],
! [initscr()],
[AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)
LIBS="$cf_ncurses_SAVE"])
--- 667,673 ----
fi
done
AC_TRY_LINK([#include <$cf_cv_ncurses_header>],
! [initscr(); tgoto((char *)0, 0, 0);],
[AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)
LIBS="$cf_ncurses_SAVE"])
*** configure.bak Mon Aug 25 12:08:13 1997
--- configure Thu Aug 28 15:10:03 1997
***************
*** 2822,2828 ****
#include "confdefs.h"
#include <$cf_cv_ncurses_header>
int main() {
! initscr()
; return 0; }
EOF
if { (eval echo configure:2829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
--- 2822,2828 ----
#include "confdefs.h"
#include <$cf_cv_ncurses_header>
int main() {
! initscr(); tgoto((char *)0, 0, 0);
; return 0; }
EOF
if { (eval echo configure:2829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
*** ./include/autoconf.hin.orig Mon Aug 25 14:34:35 1997
--- ./include/autoconf.hin Thu Aug 28 14:59:58 1997
***************