Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143527040
D9672.id54425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D9672.id54425.diff
View Options
Index: head/www/lynx/Makefile
===================================================================
--- head/www/lynx/Makefile
+++ head/www/lynx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lynx
PORTVERSION= 2.8.8.2
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= http://invisible-mirror.net/archives/lynx/tarballs/ \
@@ -15,6 +15,8 @@
LICENSE= GPLv2
+LIB_DEPENDS= libidn.so:dns/libidn
+
CONFLICTS= lynx-2.8.[8-9]d*
USES= cpe ncurses shebangfix tar:bzip2
@@ -59,7 +61,7 @@
post-install-DOCS-on:
# Fix some stage symlinks
.for doc in COPYHEADER COPYING COPYHEADER.asc COPYING.asc
- (cd ${STAGEDIR}${L_HELP} && ln -sf ../doc/lynx/${doc} .)
+ (cd ${STAGEDIR}${L_HELP} && ${LN} -sf ../doc/lynx/${doc} .)
.endfor
.include <bsd.port.pre.mk>
Index: head/www/lynx/files/patch-WWW_Library_Implementation_HTTP.c
===================================================================
--- head/www/lynx/files/patch-WWW_Library_Implementation_HTTP.c
+++ head/www/lynx/files/patch-WWW_Library_Implementation_HTTP.c
@@ -0,0 +1,11 @@
+--- WWW/Library/Implementation/HTTP.c.orig 2017-02-09 21:20:27 UTC
++++ WWW/Library/Implementation/HTTP.c
+@@ -721,7 +722,7 @@ static int HTLoadHTTP(const char *arg,
+ #elif SSLEAY_VERSION_NUMBER >= 0x0900
+ #ifndef USE_NSS_COMPAT_INCL
+ if (!try_tls) {
+- handle->options |= SSL_OP_NO_TLSv1;
++ SSL_set_options(handle, SSL_OP_NO_TLSv1);
+ #if OPENSSL_VERSION_NUMBER >= 0x0090806fL && !defined(OPENSSL_NO_TLSEXT)
+ } else {
+ int ret = (int) SSL_set_tlsext_host_name(handle, ssl_host);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 8:24 PM (14 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28177258
Default Alt Text
D9672.id54425.diff (1 KB)
Attached To
Mode
D9672: Fix build of www/lynx with libressl-devel and add missing dependency on libidn
Attached
Detach File
Event Timeline
Log In to Comment