FreeBSD Bugzilla – Attachment 197839 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]
Proposed patch
irssi.diff (text/plain), 2.06 KB, created by
Antoine Brodin
on 2018-10-06 16:03:35 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Antoine Brodin
Created:
2018-10-06 16:03:35 UTC
Size:
2.06 KB
patch
obsolete
>Index: irc/irssi/Makefile >=================================================================== >--- irc/irssi/Makefile (revision 481369) >+++ 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,7 +13,7 @@ > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= cpe gettext-runtime gmake libtool ncurses pkgconfig tar:xz >+USES= autoreconf cpe gettext-runtime gmake gnome libtool ncurses pkgconfig tar:xz > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip > USE_GNOME= glib20 >@@ -47,11 +48,9 @@ > @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e 's|/etc|${PREFIX}&|' \ > ${WRKSRC}/docs/irssi.1 > >-post-configure: >- @${MV} ${WRKSRC}/irssi.conf ${WRKSRC}/irssi.conf.sample >- > post-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/lib/irssi/modules >+ @${MV} ${STAGEDIR}${PREFIX}/etc/irssi.conf ${STAGEDIR}${PREFIX}/etc/irssi.conf.sample > > post-install-PERL-on: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Irssi/Irssi.so >Index: irc/irssi/files/patch-configure.ac >=================================================================== >--- irc/irssi/files/patch-configure.ac (nonexistent) >+++ irc/irssi/files/patch-configure.ac (working copy) >@@ -0,0 +1,15 @@ >+--- configure.ac.orig 2018-10-06 15:40:00 UTC >++++ configure.ac >+@@ -307,7 +307,11 @@ PKG_CHECK_MODULES([OPENSSL], [openssl], >+ AC_CHECK_LIB([ssl], [SSL_library_init], [ >+ LIBS="$LIBS -lssl -lcrypto" >+ ], [ >++ AC_CHECK_LIB([ssl], [OPENSSL_init_ssl], [ >++ LIBS="$LIBS -lssl -lcrypto" >++ ], [ >++ AC_MSG_ERROR([The OpenSSL library was not found]) >++ ]) >+- AC_MSG_ERROR([The OpenSSL library was not found]) >+ ]) >+ ]) >+ > >Property changes on: irc/irssi/files/patch-configure.ac >___________________________________________________________________ >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