Date: Fri, 8 Oct 2021 09:05:56 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2942a9a2ee76 - main - devel/protobuf25: Add CPE information Message-ID: <202110080905.19895uMn040705@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=2942a9a2ee76f33e711c730915df2bfa4321e473 commit 2942a9a2ee76f33e711c730915df2bfa4321e473 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 08:59:44 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 08:59:44 +0000 devel/protobuf25: Add CPE information Approved by: portmgr (blanket) --- devel/protobuf25/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/protobuf25/Makefile b/devel/protobuf25/Makefile index 50fae88cb9e0..79b8dcb2526e 100644 --- a/devel/protobuf25/Makefile +++ b/devel/protobuf25/Makefile @@ -17,10 +17,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${PREFIX}/protobuf25 USE_LDCONFIG= ${PREFIX}/protobuf25/lib -USES= gmake pathfix pkgconfig tar:bzip2 libtool +USES= cpe gmake pathfix pkgconfig tar:bzip2 libtool ONLY_FOR_ARCHS= i386 amd64 INSTALL_TARGET= install-strip +CPE_VENDOR= google + # clang will generate code that just doesn't work with clementine-player # if this isn't compiled as though it were C99. CFLAGS+= -std=c99 -DGOOGLE_PROTOBUF_NO_RTTI
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110080905.19895uMn040705>