aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2020-02-24 13:07:33 +0000
committerWen Heping <wen@FreeBSD.org>2020-02-24 13:07:33 +0000
commit3696f4c850f6757aa0e6a8d6ce8499d462a92cb4 (patch)
tree80673b33f449f6fae0cc998cda4e6dd85ffd4d8d /japanese
parent445b46b4f1815b0719f8ae0db1548b6ca97c48ee (diff)
downloadports-3696f4c850f6757aa0e6a8d6ce8499d462a92cb4.tar.gz
ports-3696f4c850f6757aa0e6a8d6ce8499d462a92cb4.zip
- Update to latest release
- Use ncursesw instead of ncurses - Add IDN and SSL configuration options - Add LICENSE_FILE - Update CONFLICTS PR: 243445 Submitted by: CQG00620@nifty.ne.jp(maintainer)
Notes
Notes: svn path=/head/; revision=526968
Diffstat (limited to 'japanese')
-rw-r--r--japanese/lynx/Makefile23
-rw-r--r--japanese/lynx/distinfo5
2 files changed, 20 insertions, 8 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile
index 7736107a5544..687f880ef3fb 100644
--- a/japanese/lynx/Makefile
+++ b/japanese/lynx/Makefile
@@ -11,17 +11,17 @@ MAINTAINER= CQG00620@nifty.ne.jp
COMMENT= Console WWW client (browser) with multi-byte encoding support
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
-VERSION= 2.8.8
-MINOR_VERSION= rel.2
+VERSION= 2.8.9
+MINOR_VERSION= rel.1
-CONFLICTS= lynx-2.* ja-lynx-2.8.9.*
+CONFLICTS= lynx-2.* lynx-current-2.* ja-lynx-current-2.*
-WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g}
USES= cpe ncurses shebangfix tar:bzip2
SHEBANG_FILES= samples/mailto-form.pl
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
+CONFIGURE_ARGS+=--with-screen=ncursesw --with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-ipv6 \
--enable-cjk --enable-internal-links \
--with-bzlib
@@ -34,7 +34,7 @@ CPE_UPDATE= ${PORTVERSION:E:S/r/rel./}
L_LIB= ${PREFIX}/etc
L_HELP= ${PREFIX}/share/lynx_help
-OPTIONS_DEFINE= COLOR_STYLE DEFAULT_COLORS DOCS JAPANESE_UTF8
+OPTIONS_DEFINE= COLOR_STYLE DEFAULT_COLORS DOCS JAPANESE_UTF8 IDN SSL
OPTIONS_DEFAULT=JAPANESE_UTF8
OPTIONS_SUB= yes
@@ -44,15 +44,26 @@ COLOR_STYLE_CONFIGURE_ENABLE= color-style
DEFAULT_COLORS_DESC= Default-color background support (ncurses)
DEFAULT_COLORS_CONFIGURE_ENABLE=default-colors
+IDN_LIB_DEPENDS= libidn.so:dns/libidn
+IDN_CONFIGURE_ENABLE= idna
+
JAPANESE_UTF8_DESC= Experimental Japanese UTF-8 logic support
JAPANESE_UTF8_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG}
JAPANESE_UTF8_CONFIGURE_ENABLE= japanese-utf8
JAPANESE_UTF8_USES= iconv
+SSL_CONFIGURE_ON= --with-ssl=${OPENSSLBASE}
+SSL_USES= ssl
+
# Change "cd foo && $(MAKE_RECUR)" into "$(MAKE_RECUR) -C foo" to unbreak
# parallel builds
post-patch:
@${REINPLACE_CMD} -E 's|cd (.+) && (\$$\(MAKE_RECUR\))|\2 -C \1|' \
${WRKSRC}/${MAKEFILE}.in
+post-install-DOCS-on:
+.for doc in COPYHEADER COPYING
+ ${RLN} ${STAGEDIR}${DOCSDIR}/${doc} ${STAGEDIR}${L_HELP}
+.endfor
+
.include <bsd.port.mk>
diff --git a/japanese/lynx/distinfo b/japanese/lynx/distinfo
index 3cc02e4c774b..ff5b30a0e2ad 100644
--- a/japanese/lynx/distinfo
+++ b/japanese/lynx/distinfo
@@ -1,2 +1,3 @@
-SHA256 (lynx2.8.8rel.2.tar.bz2) = 6980e75cf0d677fd52c116e2e0dfd3884e360970c88c8356a114338500d5bee7
-SIZE (lynx2.8.8rel.2.tar.bz2) = 2587120
+TIMESTAMP = 1582544404
+SHA256 (lynx2.8.9rel.1.tar.bz2) = 387f193d7792f9cfada14c60b0e5c0bff18f227d9257a39483e14fa1aaf79595
+SIZE (lynx2.8.9rel.1.tar.bz2) = 2689171