Date: Wed, 12 Dec 2018 20:00:49 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487323 - head/devel/ptlib Message-ID: <201812122000.wBCK0nNf041603@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Dec 12 20:00:49 2018 New Revision: 487323 URL: https://svnweb.freebsd.org/changeset/ports/487323 Log: devel/ptlib builds fine with OpenSSL 1.1.1 after r484518 Also apply the OpenSSL 1.1.1 patch when SSL_DEFAULT=openssl111. http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/ptlib-2.10.11_2.log Modified: head/devel/ptlib/Makefile Modified: head/devel/ptlib/Makefile ============================================================================== --- head/devel/ptlib/Makefile Wed Dec 12 19:57:07 2018 (r487322) +++ head/devel/ptlib/Makefile Wed Dec 12 20:00:49 2018 (r487323) @@ -12,9 +12,6 @@ COMMENT= Cross platform C++ library, used by OPAL LICENSE= MPL10 -BROKEN_SSL= openssl111 -BROKEN_SSL_REASON_openssl111= use of undeclared identifier 'BIO_s_file_internal' - LIB_DEPENDS= libexpat.so:textproc/expat2 CONFLICTS= pwlib-1.* @@ -46,7 +43,7 @@ DEBUG_DESC= Install debug library .include <bsd.port.options.mk> -.if ${OSVERSION} > 1200085 +.if (${OPSYS} == FreeBSD && ${OSVERSION} > 1200085 && ${SSL_DEFAULT} == base) || ${SSL_DEFAULT} == openssl111 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_ptclib_pssl.cxx-openssl111 .else EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_ptclib_pssl.cxx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812122000.wBCK0nNf041603>