Skip to content

Commit

Permalink
Merge pull request #4695 from esselfe/lynx-01
Browse files Browse the repository at this point in the history
lynx: version bumped to 2.9.2
  • Loading branch information
esselfe authored Dec 12, 2024
2 parents fe73cda + 121a992 commit 90dbdf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions web/lynx/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mkdir -p /var/lib/lynx &&
OPTS+=" --libdir=/var/lib/lynx \
--enable-widec \
--enable-cgi-links \
--enable-nsl \
--enable-nsl-fork \
--enable-read-eta \
--enable-scrollbar \
--enable-gzip-help \
Expand All @@ -13,10 +13,6 @@ OPTS+=" --libdir=/var/lib/lynx \

default_config &&

if in_depends $MODULE %OSSL; then
sedit 's/.*USE_OPENSSL_INCL.*/#define USE_OPENSSL_INCL 1/' lynx_cfg.h
fi &&

default_make &&

make install-help &&
Expand Down
6 changes: 3 additions & 3 deletions web/lynx/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
MODULE=lynx
VERSION=2.9.1
VERSION=2.9.2
SOURCE=$MODULE${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}${VERSION}
SOURCE_URL=http://invisible-mirror.net/archives/lynx/tarballs/
SOURCE_VFY=sha256:a6db9b22c20df435df3757925a505531ce9a514d134742e935d71aa5c41339c5
SOURCE_VFY=sha256:7374b89936d991669e101f4e97f2c9592036e1e8cdaa7bafc259a77ab6fb07ce
WEB_SITE=http://lynx.browser.org
ENTERED=20010922
UPDATED=20240420
UPDATED=20241211
SHORT="A console-based text browser for the World Wide Web"

cat << EOF
Expand Down

0 comments on commit 90dbdf2

Please sign in to comment.