Date: Thu, 2 Sep 2021 15:20:01 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: cb9d744ebba6 - main - lang/erlang-runtime20: Add CPE information Message-ID: <202109021520.182FK1G4019406@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=cb9d744ebba6a6f0c26d1fda909507d402ec59cc commit cb9d744ebba6a6f0c26d1fda909507d402ec59cc Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-02 15:09:11 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-02 15:19:17 +0000 lang/erlang-runtime20: Add CPE information Approved by: portmgr (blanket) --- lang/erlang-runtime20/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/erlang-runtime20/Makefile b/lang/erlang-runtime20/Makefile index 13c2f65d8387..c54be06caaeb 100644 --- a/lang/erlang-runtime20/Makefile +++ b/lang/erlang-runtime20/Makefile @@ -15,11 +15,14 @@ LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared -USES= autoreconf:build gmake ncurses perl5 +USES= autoreconf:build cpe gmake ncurses perl5 USE_GITHUB= yes GH_PROJECT= otp USE_PERL5= build +CPE_VENDOR= erlang +CPE_PRODUCT= erlang/otp + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-smp-support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109021520.182FK1G4019406>