From owner-svn-ports-all@freebsd.org Thu Jul 9 10:13:28 2020 Return-Path: Delivered-To: svn-ports-all@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 99030366220; Thu, 9 Jul 2020 10:13:28 +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 4B2X7X3cJhz3YHm; Thu, 9 Jul 2020 10:13:28 +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 46777F8E5; Thu, 9 Jul 2020 10:13:28 +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 069ADSR6045671; Thu, 9 Jul 2020 10:13:28 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 069ADRdw045669; Thu, 9 Jul 2020 10:13:27 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202007091013.069ADRdw045669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 9 Jul 2020 10:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541740 - head/devel/libopkele X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/devel/libopkele X-SVN-Commit-Revision: 541740 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2020 10:13:28 -0000 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