Date: Wed, 3 Jun 2020 18:30:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537828 - head/security/certificate-transparency Message-ID: <202006031830.053IUbHB085195@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jun 3 18:30:36 2020 New Revision: 537828 URL: https://svnweb.freebsd.org/changeset/ports/537828 Log: MMark BROKEN certificate-transparency inherits generated classes which is prohibited by protobuf. protobuf marks generated classes as final in 3.7.0 and in 3.12.0 again. PR: 246530 Modified: head/security/certificate-transparency/Makefile Modified: head/security/certificate-transparency/Makefile ============================================================================== --- head/security/certificate-transparency/Makefile Wed Jun 3 18:30:31 2020 (r537827) +++ head/security/certificate-transparency/Makefile Wed Jun 3 18:30:36 2020 (r537828) @@ -12,6 +12,8 @@ COMMENT= Open framework for monitoring and auditing SS LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= inherits generated classes which is prohitited by protobuf. See PR 246530 for detail + LIB_DEPENDS= libevent.so:devel/libevent \ libevhtp.so:www/libevhtp \ libgtest.so:devel/googletest \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006031830.053IUbHB085195>