Index: head/security/certificate-transparency/Makefile =================================================================== --- head/security/certificate-transparency/Makefile (revision 424094) +++ head/security/certificate-transparency/Makefile (revision 424095) @@ -1,40 +1,41 @@ # Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= certificate-transparency PORTVERSION= 20161015 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= ports@FreeBSD.org COMMENT= Open framework for monitoring and auditing SSL certificates LICENSE= APACHE20 LIB_DEPENDS?= libevent.so:devel/libevent2 \ libevhtp.so:www/libevhtp \ libgtest.so:devel/googletest \ libgflags.so:devel/gflags \ libglog.so:devel/glog \ libgmock.so:devel/googlemock \ 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 BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x USES= autoreconf compiler:c++11-lib gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= "CFLAGS+=-I${LOCALBASE}/include CXXFLAGS+=-lgtest CXXFLAGS+=-lgmock" MAKE_FLAGS+= "V=1" USE_GITHUB= yes GH_ACCOUNT= google GH_TAGNAME= 28478cb CPPFLAGS+= "-I${LOCALBASE}/include" CPPFLAGS+= "-I${LOCALBASE}/include/evhtp" LDFLAGS+= "-L${LOCALBASE}/lib" .include Index: head/security/certificate-transparency/files/patch-cpp-server-ct-dns-server.cc =================================================================== --- head/security/certificate-transparency/files/patch-cpp-server-ct-dns-server.cc (nonexistent) +++ head/security/certificate-transparency/files/patch-cpp-server-ct-dns-server.cc (revision 424095) @@ -0,0 +1,11 @@ +--- cpp/server/ct-dns-server.cc.orig 2016-10-14 17:11:57 UTC ++++ cpp/server/ct-dns-server.cc +@@ -17,7 +17,7 @@ using cert_trans::LogLookup; + using cert_trans::LoggedEntry; + using cert_trans::SQLiteDB; + using ct::SignedTreeHead; +-using google::RegisterFlagValidator; ++using gflags::RegisterFlagValidator; + using std::string; + using std::stringstream; + Property changes on: head/security/certificate-transparency/files/patch-cpp-server-ct-dns-server.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property