FreeBSD Bugzilla – Attachment 179757 Details for
Bug 216914
www/elinks: set LICENSE, fix build with libressl-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
elinks.patch (text/plain), 3.51 KB, created by
Piotr Kubaj
on 2017-02-08 13:14:02 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2017-02-08 13:14:02 UTC
Size:
3.51 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 433476) >+++ Makefile (working copy) >@@ -10,6 +10,9 @@ > MAINTAINER= beat@FreeBSD.org > COMMENT= Links text WWW browser with enhancements > >+LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ > GNU_CONFIGURE= yes > USES= bison cpe execinfo gmake localbase ssl tar:bzip2 > CONFIGURE_ARGS= --without-zlib >Index: files/patch-src_intl_gettext_Makefile >=================================================================== >--- files/patch-src_intl_gettext_Makefile (revision 433476) >+++ files/patch-src_intl_gettext_Makefile (working copy) >@@ -1,6 +1,6 @@ >---- src/intl/gettext/Makefile.orig Thu Feb 16 07:41:10 2006 >-+++ src/intl/gettext/Makefile Thu Feb 16 07:48:45 2006 >-@@ -47,14 +47,12 @@ >+--- src/intl/gettext/Makefile.orig 2009-08-22 11:15:08 UTC >++++ src/intl/gettext/Makefile >+@@ -47,14 +47,12 @@ install-local: $(builddir)/charset.alias > if test -f $(DESTDIR)$(libdir)/charset.alias; then \ > orig=$(DESTDIR)$(libdir)/charset.alias; \ > sed -f ref-add.sed $$orig > $$temp; \ >@@ -15,7 +15,7 @@ > rm -f $$temp; \ > fi; \ > fi; \ >-@@ -65,7 +63,6 @@ >+@@ -65,7 +63,6 @@ install-local: $(builddir)/charset.alias > temp=$(DESTDIR)$(localedir)/t-locale.alias; \ > dest=$(DESTDIR)$(localedir)/locale.alias; \ > sed -f ref-add.sed $$orig > $$temp; \ >Index: files/patch-src_network_ssl_socket.c >=================================================================== >--- files/patch-src_network_ssl_socket.c (revision 0) >+++ files/patch-src_network_ssl_socket.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/network/ssl/socket.c.orig 2017-02-08 12:49:43 UTC >++++ src/network/ssl/socket.c >+@@ -67,7 +67,7 @@ static void >+ ssl_set_no_tls(struct socket *socket) >+ { >+ #ifdef CONFIG_OPENSSL >+- ((ssl_t *) socket->ssl)->options |= SSL_OP_NO_TLSv1; >++ SSL_set_options((ssl_t *) socket->ssl, SSL_OP_NO_TLSv1); >+ #elif defined(CONFIG_GNUTLS) >+ { >+ /* GnuTLS does not support SSLv2 because it is "insecure". > >Property changes on: files/patch-src_network_ssl_socket.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_network_ssl_ssl.c >=================================================================== >--- files/patch-src_network_ssl_ssl.c (revision 433476) >+++ files/patch-src_network_ssl_ssl.c (working copy) >@@ -1,5 +1,5 @@ >---- src/network/ssl/ssl.c.orig 2009-08-22 13:15:08.000000000 +0200 >-+++ src/network/ssl/ssl.c 2015-03-21 12:41:15.886709287 +0100 >+--- src/network/ssl/ssl.c.orig 2009-08-22 11:15:08 UTC >++++ src/network/ssl/ssl.c > @@ -49,7 +49,10 @@ init_openssl(struct module *module) > * cannot initialize the PRNG and so every attempt to use SSL fails. > * It's actually an OpenSSL FAQ, and according to them, it's up to the >Index: files/patch-src_scripting_lua_Makefile >=================================================================== >--- files/patch-src_scripting_lua_Makefile (revision 433476) >+++ files/patch-src_scripting_lua_Makefile (working copy) >@@ -1,5 +1,5 @@ >---- src/scripting/lua/Makefile.orig 2007-07-30 16:17:41.000000000 +0200 >-+++ src/scripting/lua/Makefile 2007-07-30 16:17:53.000000000 +0200 >+--- src/scripting/lua/Makefile.orig 2009-08-22 11:15:08 UTC >++++ src/scripting/lua/Makefile > @@ -1,7 +1,7 @@ > top_builddir=../../.. > include $(top_builddir)/Makefile.config
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216914
: 179757