Lynx: bump to 2.8.9rel.1.

This commit is contained in:
fbrosson
2018-07-11 07:37:15 +00:00
parent bbeedca252
commit 80bd6eb9ef
2 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ COPYRIGHT="1997-2018 Thomas E. Dickey"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://invisible-mirror.net/archives/lynx/tarballs/lynx$portVersion.tar.bz2"
CHECKSUM_SHA256="a02267765a7677ffa77bf950b608dfb8d428080d7cf4311d59d1c0c57abe9ce1"
CHECKSUM_SHA256="387f193d7792f9cfada14c60b0e5c0bff18f227d9257a39483e14fa1aaf79595"
SOURCE_DIR="lynx$portVersion"
PATCHES="lynx-$portVersion.patchset"

View File

@@ -6,7 +6,7 @@ Subject: Fix SIGWINCH test to include <signal.h>
Instead of <sys/signal.h> which is not part of POSIX.
diff --git a/aclocal.m4 b/aclocal.m4
index b28968f..66dafc6 100644
index 41139f9..948570e 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -5021,7 +5021,7 @@ AC_DEFUN([CF_SIGWINCH],
@@ -61,7 +61,7 @@ index fb0e4d3..ca7a5f2 100644
#undef HAVE_SETLOCALE
#undef HAVE_SETUID
diff --git a/configure.in b/configure.in
index 151beb7..00de307 100644
index 04f6f28..c57fda7 100644
--- a/configure.in
+++ b/configure.in
@@ -751,6 +751,7 @@ AC_CHECK_HEADERS( \
@@ -103,7 +103,7 @@ with things like AC_DIVERT_HELP.
We try to avoid having to patch autoconf just for this.
diff --git a/configure b/configure
index a3abbd4..daa1f0c 100755
index e2cb245..edf409a 100755
--- a/configure
+++ b/configure
@@ -10566,7 +10566,7 @@ else
@@ -152,7 +152,7 @@ Subject: use relative symlinks when installing COPYING and COPYHEADER.
diff --git a/configure b/configure
index daa1f0c..3849c08 100755
index edf409a..64a710f 100755
--- a/configure
+++ b/configure
@@ -40,14 +40,14 @@ fi
@@ -190,7 +190,7 @@ index daa1f0c..3849c08 100755
elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln
diff --git a/makefile.in b/makefile.in
index a5ff492..ba9fd4d 100644
index f39b495..6ff71cf 100644
--- a/makefile.in
+++ b/makefile.in
@@ -321,7 +321,7 @@ install-doc : $(DOCDIR) $(HELPDIR)