FreeBSD Bugzilla – Attachment 197816 Details for
Bug 231970
irc/irssi : fails to build with openssl 1.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix openssl
irssi (text/plain), 3.09 KB, created by
Nathan
on 2018-10-05 16:43:48 UTC
(
hide
)
Description:
Fix openssl
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-10-05 16:43:48 UTC
Size:
3.09 KB
patch
obsolete
>irc/irssi: > >* Fix OpenSSL build >* Correct order of variables, while here > >PR: 231970 >Submitted by: Nathan <ndowens@yahoo.com> > >Index: irc/irssi/Makefile >=================================================================== >--- irc/irssi/Makefile (revision 481216) >+++ irc/irssi/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= irssi > PORTVERSION= 1.1.1 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES?= irc > MASTER_SITES= https://github.com/irssi/irssi/releases/download/${PORTVERSION}/ >@@ -12,10 +13,11 @@ > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= cpe gettext-runtime gmake libtool ncurses pkgconfig tar:xz >+USES= cpe gettext-runtime gmake gnome libtool ncurses pkgconfig tar:xz >+USE_GNOME= glib20 >+ > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip >-USE_GNOME= glib20 > > OPTIONS_DEFINE= PERL PROXY SOCKS BOT DOCS TRUECOLOR CAPSICUM > OPTIONS_DEFAULT= PERL CAPSICUM >Index: irc/irssi/files/patch-configure >=================================================================== >--- irc/irssi/files/patch-configure (nonexistent) >+++ irc/irssi/files/patch-configure (working copy) >@@ -0,0 +1,39 @@ >+--- configure.orig 2018-10-05 13:32:44 UTC >++++ configure >+@@ -13711,7 +13711,8 @@ fi >+ >+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_library_init in -lssl" >&5 >+ $as_echo_n "checking for SSL_library_init in -lssl... " >&6; } >+-if ${ac_cv_lib_ssl_SSL_library_init+:} false; then : >++if ${ac_cv_lib_ssl_SSL_library_init+:} false or ${ac_cv_lib_ssl_SSL_library_init_ssl+:} false; >++then : >+ $as_echo_n "(cached) " >&6 >+ else >+ ac_check_lib_save_LIBS=$LIBS >+@@ -13745,7 +13746,7 @@ LIBS=$ac_check_lib_save_LIBS >+ fi >+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_library_init" >&5 >+ $as_echo "$ac_cv_lib_ssl_SSL_library_init" >&6; } >+-if test "x$ac_cv_lib_ssl_SSL_library_init" = xyes; then : >++if test "x$ac_cv_lib_ssl_SSL_library_init" || "x$ac_cv_lib_ssl_SSL_library_init_ssl" = xyes; then : >+ >+ LIBS="$LIBS -lssl -lcrypto" >+ >+@@ -13762,7 +13763,7 @@ $as_echo "no" >&6; } >+ >+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_library_init in -lssl" >&5 >+ $as_echo_n "checking for SSL_library_init in -lssl... " >&6; } >+-if ${ac_cv_lib_ssl_SSL_library_init+:} false; then : >++if ${ac_cv_lib_ssl_SSL_library_init+:} false or ${ac_cv_lib_ssl_SSL_library_init_ssl+:} false; then >+ $as_echo_n "(cached) " >&6 >+ else >+ ac_check_lib_save_LIBS=$LIBS >+@@ -13796,7 +13797,7 @@ LIBS=$ac_check_lib_save_LIBS >+ fi >+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_library_init" >&5 >+ $as_echo "$ac_cv_lib_ssl_SSL_library_init" >&6; } >+-if test "x$ac_cv_lib_ssl_SSL_library_init" = xyes; then : >++if test "x$ac_cv_lib_ssl_SSL_library_init" || "x$ac_cv_lib_ssl_SSL_library_init_ssl" = xyes; then : >+ >+ LIBS="$LIBS -lssl -lcrypto" >+ > >Property changes on: irc/irssi/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 231970
:
197816
|
197839