diff options
author | ache <ache@FreeBSD.org> | 1997-08-28 18:01:32 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-08-28 18:01:32 +0800 |
commit | 50513ebe7b7e85124c65b282e1227711f4ca5887 (patch) | |
tree | 2aa9ff85b01f6f8a2f98020798482e6b7256fff9 /www | |
parent | a00f9e39f12fb2824428aacea1048d57dec6c200 (diff) | |
download | freebsd-ports-gnome-50513ebe7b7e85124c65b282e1227711f4ca5887.tar.gz freebsd-ports-gnome-50513ebe7b7e85124c65b282e1227711f4ca5887.tar.zst freebsd-ports-gnome-50513ebe7b7e85124c65b282e1227711f4ca5887.zip |
Upgrade to 0.56
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-current/Makefile | 6 | ||||
-rw-r--r-- | www/lynx-current/distinfo | 2 | ||||
-rw-r--r-- | www/lynx/Makefile | 6 | ||||
-rw-r--r-- | www/lynx/distinfo | 2 | ||||
-rw-r--r-- | www/lynx/files/patch-aa | 38 |
5 files changed, 8 insertions, 46 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 75bdffd4d53e..041576ade9d6 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -4,11 +4,11 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.52 1997/08/21 16:21:44 andreas Exp $ +# $Id: Makefile,v 1.53 1997/08/22 07:56:50 ache Exp $ # -DISTNAME= lynx2.7.1ac-0.55 -PKGNAME= lynx-2.7.1ac-0.55 +DISTNAME= lynx2.7.1ac-0.56 +PKGNAME= lynx-2.7.1ac-0.56 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ diff --git a/www/lynx-current/distinfo b/www/lynx-current/distinfo index c8f2f4236a6a..5a68cb1dad8a 100644 --- a/www/lynx-current/distinfo +++ b/www/lynx-current/distinfo @@ -1 +1 @@ -MD5 (lynx2.7.1ac-0.55.tar.gz) = 87eaa8eaa2aa52a66f52802f91f2efea +MD5 (lynx2.7.1ac-0.56.tar.gz) = 86ee21eb68170c8f8a6edc8b65e11559 diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 75bdffd4d53e..041576ade9d6 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -4,11 +4,11 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.52 1997/08/21 16:21:44 andreas Exp $ +# $Id: Makefile,v 1.53 1997/08/22 07:56:50 ache Exp $ # -DISTNAME= lynx2.7.1ac-0.55 -PKGNAME= lynx-2.7.1ac-0.55 +DISTNAME= lynx2.7.1ac-0.56 +PKGNAME= lynx-2.7.1ac-0.56 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ diff --git a/www/lynx/distinfo b/www/lynx/distinfo index c8f2f4236a6a..5a68cb1dad8a 100644 --- a/www/lynx/distinfo +++ b/www/lynx/distinfo @@ -1 +1 @@ -MD5 (lynx2.7.1ac-0.55.tar.gz) = 87eaa8eaa2aa52a66f52802f91f2efea +MD5 (lynx2.7.1ac-0.56.tar.gz) = 86ee21eb68170c8f8a6edc8b65e11559 diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa deleted file mode 100644 index e217a1cbd722..000000000000 --- a/www/lynx/files/patch-aa +++ /dev/null @@ -1,38 +0,0 @@ -*** 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"]) |