mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
18515b7f2e
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
48 lines
1.2 KiB
Makefile
48 lines
1.2 KiB
Makefile
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= certificate-transparency
|
|
PORTVERSION= 20161015
|
|
PORTREVISION= 45
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Open framework for monitoring and auditing SSL certificates
|
|
|
|
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 \
|
|
libgflags.so:devel/gflags \
|
|
libglog.so:devel/glog \
|
|
libgmock.so:devel/googletest \
|
|
libicuuc.so:devel/icu \
|
|
libjson-c.so:devel/json-c \
|
|
libleveldb.so:databases/leveldb \
|
|
libobjecthash.so:devel/objecthash \
|
|
libprotobuf.so:devel/protobuf \
|
|
libsqlite3.so:databases/sqlite3 \
|
|
libtcmalloc.so:devel/google-perftools \
|
|
libsnappy.so:archivers/snappy
|
|
|
|
USES= autoreconf compiler:c++11-lib gmake localbase:ldflags pkgconfig ssl
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FLAGS+= "V=1"
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= google
|
|
GH_TAGNAME= 28478cb
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${SSL_DEFAULT} == base
|
|
BROKEN_FreeBSD_12= could not find the OpenSSL libraries
|
|
BROKEN_FreeBSD_13= could not find the OpenSSL libraries
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|