summaryrefslogtreecommitdiff
path: root/www/lynx
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-08-22 07:57:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-08-22 07:57:02 +0000
commit9a35b7508955a06ba773f006ce93333d58e95c4a (patch)
tree811d071d8636abcee39aa3fa19876dd26a078c34 /www/lynx
parentUpgrade to 3.0.3a11. Update my e-mail address while I'm here. (diff)
Upgrade to 0.55
Notes
Notes: svn path=/head/; revision=7650
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/Makefile9
-rw-r--r--www/lynx/distinfo2
-rw-r--r--www/lynx/files/patch-aa38
3 files changed, 43 insertions, 6 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 5ac65d968a01..75bdffd4d53e 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -4,20 +4,19 @@
# Date created: 15 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.51 1997/08/21 10:17:45 andreas Exp $
+# $Id: Makefile,v 1.52 1997/08/21 16:21:44 andreas Exp $
#
-DISTNAME= lynx2.7.1ac-0.54
-PKGNAME= lynx-2.7.1ac-0.54
+DISTNAME= lynx2.7.1ac-0.55
+PKGNAME= lynx-2.7.1ac-0.55
CATEGORIES= www
MASTER_SITES= http://sol.slcc.edu/lynx/current/
MAINTAINER= ache@FreeBSD.ORG
-BROKEN= "doesn't build on -current"
WRKSRC= ${WRKDIR}/lynx2-7-1
GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --with-screen=ncurses
+CONFIGURE_ARGS= --with-screen=ncurses --with-zlib
MAKE_FLAGS= libdir=${PREFIX}/etc \
SITE_DEFS=-DLYNX_CFG_FILE='\\\"${PREFIX}/etc/lynx.cfg\\\"' \
-f
diff --git a/www/lynx/distinfo b/www/lynx/distinfo
index 9679942a9f00..5dd752f4cfef 100644
--- a/www/lynx/distinfo
+++ b/www/lynx/distinfo
@@ -1 +1 @@
-MD5 (lynx2.7.1ac-0.54.tar.gz) = 7636a5609e4dc82c4c2e9399d27ad5f3
+MD5 (lynx2.7.1ac-0.55.tar.gz) = cc0c90474986bfc2c5178b04d785770a
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa
new file mode 100644
index 000000000000..e217a1cbd722
--- /dev/null
+++ b/www/lynx/files/patch-aa
@@ -0,0 +1,38 @@
+*** configure.bak Tue Aug 19 18:41:02 1997
+--- configure Fri Aug 22 11:39:33 1997
+***************
+*** 3828,3834 ****
+ #include "confdefs.h"
+ #include <$cf_cv_ncurses_header>
+ int main() {
+! initscr()
+ ; return 0; }
+ EOF
+ if { (eval echo configure:3835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+--- 3828,3834 ----
+ #include "confdefs.h"
+ #include <$cf_cv_ncurses_header>
+ int main() {
+! initscr(); tgoto()
+ ; return 0; }
+ EOF
+ if { (eval echo configure:3835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+*** aclocal.m4.orig Tue Aug 19 18:41:02 1997
+--- aclocal.m4 Fri Aug 22 11:35:53 1997
+***************
+*** 571,577 ****
+ fi
+ done
+ AC_TRY_LINK([#include <$cf_cv_ncurses_header>],
+! [initscr()],
+ [AC_MSG_RESULT(yes)],
+ [AC_MSG_RESULT(no)
+ LIBS="$cf_ncurses_SAVE"])
+--- 571,577 ----
+ fi
+ done
+ AC_TRY_LINK([#include <$cf_cv_ncurses_header>],
+! [initscr(); tgoto()],
+ [AC_MSG_RESULT(yes)],
+ [AC_MSG_RESULT(no)
+ LIBS="$cf_ncurses_SAVE"])