Date: Tue, 15 Jun 2021 08:42:36 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 50a0fbc5b00e - main - net/charm: enable on powerpc Message-ID: <202106150842.15F8ganW065918@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=50a0fbc5b00e180c0dfc751e64f0e9db944961cb commit 50a0fbc5b00e180c0dfc751e64f0e9db944961cb Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-15 08:41:34 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-06-15 08:41:34 +0000 net/charm: enable on powerpc --- net/charm/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/charm/Makefile b/net/charm/Makefile index e79f9a7152ff..3840d4664d1b 100644 --- a/net/charm/Makefile +++ b/net/charm/Makefile @@ -9,12 +9,12 @@ DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Message-passing parallel language and runtime system -LICENSE= CHARMPP_CONVERSE_LICENSE -LICENSE_NAME= Charm++/Converse License -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= none # No redistribution is allowed, no commercial use: commercial use requires a commercial license +#LICENSE= CHARMPP_CONVERSE_LICENSE +#LICENSE_NAME= Charm++/Converse License +#LICENSE_FILE= ${WRKSRC}/LICENSE +#LICENSE_PERMS= none # No redistribution is allowed, no commercial use: commercial use requires a commercial license -ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= Not clear if it can be built on other architectures FETCH_DEPENDS= git:devel/git
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106150842.15F8ganW065918>