FreeBSD Bugzilla – Attachment 197809 Details for
Bug 228867
www/neon: Fails to build with OpenSSL 1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix OpenSSL build
neon (text/plain), 2.21 KB, created by
Nathan
on 2018-10-05 11:12:24 UTC
(
hide
)
Description:
Fix OpenSSL build
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-10-05 11:12:24 UTC
Size:
2.21 KB
patch
obsolete
>www/neon: Fix OpenSSL-devel build PR: 228867 >Submitted by: Nathan <ndowens@yahoo.com> > >Index: www/neon/Makefile >=================================================================== >--- www/neon/Makefile (revision 481216) >+++ www/neon/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= neon > PORTVERSION= 0.30.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www > MASTER_SITES= LOCAL/lev > >@@ -14,6 +14,7 @@ > > USES= pathfix libtool > USE_LDCONFIG= yes >+ > GNU_CONFIGURE= yes > > OPTIONS_SUB= yes >Index: www/neon/files/patch-configure >=================================================================== >--- www/neon/files/patch-configure (nonexistent) >+++ www/neon/files/patch-configure (working copy) >@@ -0,0 +1,30 @@ >+--- configure.orig 2018-10-05 00:12:59 UTC >++++ configure >+@@ -6318,7 +6318,7 @@ $ne__code >+ } >+ _ACEOF >+ if ac_fn_c_try_link "$LINENO"; then : >+- ne_cv_libsfor_SSL_library_init="-l$lib -ldl"; break >++ ne_cv_libsfor_SSL_library_init_ssl="-l$lib -ldl"; break >+ fi >+ rm -f core conftest.err conftest.$ac_objext \ >+ conftest$ac_exeext conftest.$ac_ext >+@@ -6329,14 +6329,14 @@ rm -f core conftest.err conftest.$ac_objext \ >+ conftest$ac_exeext conftest.$ac_ext >+ fi >+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ne_cv_libsfor_SSL_library_init" >&5 >+-$as_echo "$ne_cv_libsfor_SSL_library_init" >&6; } >++$as_echo "$ne_cv_libsfor_SSL_library_init_ssl" >&6; } >+ >+-if test "$ne_cv_libsfor_SSL_library_init" = "not found"; then >++if test "$ne_cv_libsfor_SSL_library_init_ssl" = "not found"; then >+ as_fn_error $? "could not find library containing SSL_library_init" "$LINENO" 5 >+-elif test "$ne_cv_libsfor_SSL_library_init" = "none needed"; then >++elif test "$ne_cv_libsfor_SSL_library_init_ssl" = "none needed"; then >+ : >+ else >+- NEON_LIBS="$ne_cv_libsfor_SSL_library_init $NEON_LIBS" >++ NEON_LIBS="$ne_cv_libsfor_SSL_library_init_ssl $NEON_LIBS" >+ >+ fi >+ else > >Property changes on: www/neon/files/patch-configure >___________________________________________________________________ >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
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 228867
:
194126
|
197115
|
197803
|
197809
|
198017