View | Details | Raw Unified | Return to bug 229017
Collapse All | Expand All

(-)mail/libesmtp/Makefile (-4 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libesmtp
4
PORTNAME=	libesmtp
5
PORTVERSION=	1.0.6
5
PORTVERSION=	1.0.6
6
PORTREVISION=	2
6
PORTREVISION=	3
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	mail
8
CATEGORIES=	mail
9
MASTER_SITES=	http://www.stafford.uklinux.net/libesmtp/ \
9
MASTER_SITES=	http://www.stafford.uklinux.net/libesmtp/ \
Lines 16-24 Link Here
16
LICENSE=	LGPL21+
16
LICENSE=	LGPL21+
17
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
17
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
18
18
19
BROKEN_SSL=	openssl-devel
19
USES=		autoreconf gmake libtool tar:bzip2
20
21
USES=		gmake libtool tar:bzip2
22
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
23
# require-all-recipients (implied by enable-all) is required for Balsa
21
# require-all-recipients (implied by enable-all) is required for Balsa
24
CONFIGURE_ARGS=	--enable-all --disable-isoc
22
CONFIGURE_ARGS=	--enable-all --disable-isoc
(-)mail/libesmtp/files/patch-configure.ac (+11 lines)
Line 0 Link Here
1
--- configure.ac.orig	2018-10-09 22:26:30 UTC
2
+++ configure.ac
3
@@ -303,7 +303,7 @@ if test x$with_openssl != xno ; then
4
 	)
5
 fi
6
 if test x$with_openssl != xno ; then
7
-	AC_CHECK_LIB(ssl, SSL_library_init, [
8
+	AC_CHECK_LIB(ssl, SSL_CTX_new, [
9
 				with_openssl=yes
10
 				LIBS="-lssl -lcrypto $LIBS"
11
 		     ], [

Return to bug 229017