From owner-svn-ports-head@freebsd.org Sun Jul 12 16:18:01 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 7FBDB3675E2; Sun, 12 Jul 2020 16:18:01 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:151:4202::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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B4X4n0prHz3SF3; Sun, 12 Jul 2020 16:18:00 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: by toco-domains.de (Postfix, from userid 65534) id 083C8528F2; Sun, 12 Jul 2020 18:17:57 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on toco-mail X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.4 Received: from Jochens-MacBook-Pro.local (p5b0fdc54.dip0.t-ipconnect.de [91.15.220.84]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by toco-domains.de (Postfix) with ESMTPSA id 9FA98528E3; Sun, 12 Jul 2020 18:17:54 +0200 (CEST) Subject: Re: svn commit: r541740 - head/devel/libopkele To: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202007091013.069ADRdw045669@repo.freebsd.org> From: Jochen Neumeister Message-ID: Date: Sun, 12 Jul 2020 18:17:53 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <202007091013.069ADRdw045669@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Rspamd-Queue-Id: 4B4X4n0prHz3SF3 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE] 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: Sun, 12 Jul 2020 16:18:01 -0000 This breaks www/mod_auth_openid http://beefy5.nyi.freebsd.org/data/121i386-default/541901/logs/ap24-mod_auth_openid-0.8_1.log Am 09.07.20 um 12:13 schrieb Alexey Dokuchaev: > Author: danfe > Date: Thu Jul 9 10:13:27 2020 > New Revision: 541740 > URL: https://svnweb.freebsd.org/changeset/ports/541740 > > Log: > - Unbreak the build against modern versions of OpenSSL > - While at it, define LICENSE (MIT) and LICENSE_FILE > > PR: 245265 > > Modified: > head/devel/libopkele/Makefile > head/devel/libopkele/distinfo > > Modified: head/devel/libopkele/Makefile > ============================================================================== > --- head/devel/libopkele/Makefile Thu Jul 9 10:09:40 2020 (r541739) > +++ head/devel/libopkele/Makefile Thu Jul 9 10:13:27 2020 (r541740) > @@ -7,9 +7,15 @@ PORTREVISION= 18 > CATEGORIES= devel > MASTER_SITES= http://kin.klever.net/dist/ > > +PATCH_SITES= https://github.com/hacker/libopkele/commit/ > +PATCHFILES= 62f3ba4ecb92.diff:-p1 > + > MAINTAINER= zhoushuqun@gmail.com > COMMENT= C++ implementation of an OpenID decentralized identity system > > +LICENSE= MIT > +LICENSE_FILE= ${WRKSRC}/COPYING > + > BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs > RUN_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs > LIB_DEPENDS= libcurl.so:ftp/curl \ > @@ -18,9 +24,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ > libtidy.so:www/tidy-lib \ > libxslt.so:textproc/libxslt > > -BROKEN_SSL= openssl > -BROKEN_SSL_REASON_openssl= member access into incomplete type 'DH' (aka 'dh_st') > - > USES= gmake libtool localbase:ldflags pathfix \ > pkgconfig ssl > USE_LDCONFIG= yes > @@ -28,18 +31,4 @@ GNU_CONFIGURE= yes > CONFIGURE_ENV= "OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \ > OPENSSL_LIBS=-L${OPENSSLLIB} > > -.include > - > -# If we use the base OpenSSL either by default or > -# by design, we need to remove the openssl dependency > -# in pkgconfig/libopkele.pc. > - > -.if ${SSL_DEFAULT} == base > -BROKEN_FreeBSD_12= error: member access into incomplete type 'DH' (aka 'dh_st') > -BROKEN_FreeBSD_13= error: member access into incomplete type 'DH' (aka 'dh_st') > - > -post-patch: > - @ ${REINPLACE_CMD} -e "s|Requires: openssl|Requires:|" ${WRKSRC}/libopkele.pc.in > -.endif > - > -.include > +.include > > Modified: head/devel/libopkele/distinfo > ============================================================================== > --- head/devel/libopkele/distinfo Thu Jul 9 10:09:40 2020 (r541739) > +++ head/devel/libopkele/distinfo Thu Jul 9 10:13:27 2020 (r541740) > @@ -1,2 +1,5 @@ > +TIMESTAMP = 1298297231 > SHA256 (libopkele-2.0.4.tar.gz) = 57a5bc753b7e80c5ece1e5968b2051b0ce7ed9ce4329d17122c61575a9ea7648 > SIZE (libopkele-2.0.4.tar.gz) = 391054 > +SHA256 (62f3ba4ecb92.diff) = 0a2d255f3f040de1fed6e1ac39c836f45217cd8e24a4ea6b965d1b2ec3d591c5 > +SIZE (62f3ba4ecb92.diff) = 3354