View | Details | Raw Unified | Return to bug 231970 | Differences between
and this patch

Collapse All | Expand All

(-)irc/irssi/Makefile (-2 / +4 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	irssi
3
PORTNAME=	irssi
4
PORTVERSION=	1.1.1
4
PORTVERSION=	1.1.1
5
PORTREVISION=	1
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES?=	irc
7
CATEGORIES?=	irc
7
MASTER_SITES=	https://github.com/irssi/irssi/releases/download/${PORTVERSION}/
8
MASTER_SITES=	https://github.com/irssi/irssi/releases/download/${PORTVERSION}/
Lines 12-21 Link Here
12
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
15
USES=		cpe gettext-runtime gmake libtool ncurses pkgconfig tar:xz
16
USES=		cpe gettext-runtime gmake gnome libtool ncurses pkgconfig tar:xz
17
USE_GNOME=	glib20
18
16
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
17
INSTALL_TARGET=	install-strip
20
INSTALL_TARGET=	install-strip
18
USE_GNOME=	glib20
19
21
20
OPTIONS_DEFINE=	PERL PROXY SOCKS BOT DOCS TRUECOLOR CAPSICUM
22
OPTIONS_DEFINE=	PERL PROXY SOCKS BOT DOCS TRUECOLOR CAPSICUM
21
OPTIONS_DEFAULT=	PERL CAPSICUM
23
OPTIONS_DEFAULT=	PERL CAPSICUM
(-)irc/irssi/files/patch-configure (+39 lines)
Line 0 Link Here
1
--- configure.orig	2018-10-05 13:32:44 UTC
2
+++ configure
3
@@ -13711,7 +13711,8 @@ fi
4
 
5
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_library_init in -lssl" >&5
6
 $as_echo_n "checking for SSL_library_init in -lssl... " >&6; }
7
-if ${ac_cv_lib_ssl_SSL_library_init+:} false; then :
8
+if ${ac_cv_lib_ssl_SSL_library_init+:} false or ${ac_cv_lib_ssl_SSL_library_init_ssl+:} false; 
9
+then :
10
   $as_echo_n "(cached) " >&6
11
 else
12
   ac_check_lib_save_LIBS=$LIBS
13
@@ -13745,7 +13746,7 @@ LIBS=$ac_check_lib_save_LIBS
14
 fi
15
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_library_init" >&5
16
 $as_echo "$ac_cv_lib_ssl_SSL_library_init" >&6; }
17
-if test "x$ac_cv_lib_ssl_SSL_library_init" = xyes; then :
18
+if test "x$ac_cv_lib_ssl_SSL_library_init" || "x$ac_cv_lib_ssl_SSL_library_init_ssl" = xyes; then :
19
 
20
 		LIBS="$LIBS -lssl -lcrypto"
21
 
22
@@ -13762,7 +13763,7 @@ $as_echo "no" >&6; }
23
 
24
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_library_init in -lssl" >&5
25
 $as_echo_n "checking for SSL_library_init in -lssl... " >&6; }
26
-if ${ac_cv_lib_ssl_SSL_library_init+:} false; then :
27
+if ${ac_cv_lib_ssl_SSL_library_init+:} false or ${ac_cv_lib_ssl_SSL_library_init_ssl+:} false; then 
28
   $as_echo_n "(cached) " >&6
29
 else
30
   ac_check_lib_save_LIBS=$LIBS
31
@@ -13796,7 +13797,7 @@ LIBS=$ac_check_lib_save_LIBS
32
 fi
33
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_library_init" >&5
34
 $as_echo "$ac_cv_lib_ssl_SSL_library_init" >&6; }
35
-if test "x$ac_cv_lib_ssl_SSL_library_init" = xyes; then :
36
+if test "x$ac_cv_lib_ssl_SSL_library_init" || "x$ac_cv_lib_ssl_SSL_library_init_ssl" = xyes; then :
37
 
38
 		LIBS="$LIBS -lssl -lcrypto"
39
 

Return to bug 231970