From owner-svn-ports-head@freebsd.org Tue Jul 7 11:47:19 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E86B35F1CA; Tue, 7 Jul 2020 11:47:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B1LJl2PSQz4Sj5; Tue, 7 Jul 2020 11:47:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 375BFEF8B; Tue, 7 Jul 2020 11:47:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 067BlJZ7000134; Tue, 7 Jul 2020 11:47:19 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 067BlIEf000133; Tue, 7 Jul 2020 11:47:18 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202007071147.067BlIEf000133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 7 Jul 2020 11:47:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541412 - head/mail/libesmtp X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/mail/libesmtp X-SVN-Commit-Revision: 541412 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2020 11:47:19 -0000 Author: danfe Date: Tue Jul 7 11:47:18 2020 New Revision: 541412 URL: https://svnweb.freebsd.org/changeset/ports/541412 Log: Pull the patch from Gentoo Linux to unbreak the build against contemporary versions of OpenSSL. PR: 238133 Modified: head/mail/libesmtp/Makefile head/mail/libesmtp/distinfo Modified: head/mail/libesmtp/Makefile ============================================================================== --- head/mail/libesmtp/Makefile Tue Jul 7 11:33:47 2020 (r541411) +++ head/mail/libesmtp/Makefile Tue Jul 7 11:47:18 2020 (r541412) @@ -10,6 +10,10 @@ MASTER_SITES= http://www.stafford.uklinux.net/libesmtp http://ftp.osuosl.org/pub/blfs/svn/l/ \ GENTOO +PATCH_SITES= https://gitweb.gentoo.org/repo/gentoo.git/plain/net-libs/libesmtp/files/ \ + https://raw.githubusercontent.com/gentoo/gentoo/master/net-libs/libesmtp/files/ +PATCHFILES= libesmtp-1.0.6-openssl-1.1-api-compatibility.patch:-p1 + MAINTAINER= ports@FreeBSD.org COMMENT= Library for posting electronic mail @@ -18,7 +22,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB BROKEN_SSL= openssl -USES= gmake libtool tar:bzip2 +USES= autoreconf gmake libtool tar:bzip2 GNU_CONFIGURE= yes # require-all-recipients (implied by enable-all) is required for Balsa CONFIGURE_ARGS= --enable-all --disable-isoc @@ -33,13 +37,6 @@ DEBUG_CONFIGURE_ENABLE= debug OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} OPENSSL_USES= ssl -.include - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= error: cannot find the ssl library -BROKEN_FreeBSD_13= error: cannot find the ssl library -.endif - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS ChangeLog NEWS Notes README TODO @@ -50,4 +47,4 @@ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} -.include +.include Modified: head/mail/libesmtp/distinfo ============================================================================== --- head/mail/libesmtp/distinfo Tue Jul 7 11:33:47 2020 (r541411) +++ head/mail/libesmtp/distinfo Tue Jul 7 11:47:18 2020 (r541412) @@ -1,2 +1,5 @@ +TIMESTAMP = 1281387021 SHA256 (libesmtp-1.0.6.tar.bz2) = d0a61a5c52d99fa7ce7d00ed0a07e341dbda67101dbed1ab0cdae3f37db4eb0b SIZE (libesmtp-1.0.6.tar.bz2) = 365506 +SHA256 (libesmtp-1.0.6-openssl-1.1-api-compatibility.patch) = d10161f8b01c7865dcb948f8e65e61b8596752856953a605632d2c09dd41494c +SIZE (libesmtp-1.0.6-openssl-1.1-api-compatibility.patch) = 2243