Date: Wed, 1 Dec 2021 18:03:03 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bae1bd39b108 - main - ports-mgmt/sccache-overlay: Drop bogus ONLY_FOR_ARCHS Message-ID: <202112011803.1B1I33hr094113@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=bae1bd39b10807467a66cc661c18efaac3192772 commit bae1bd39b10807467a66cc661c18efaac3192772 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-12-01 17:56:42 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-12-01 18:02:41 +0000 ports-mgmt/sccache-overlay: Drop bogus ONLY_FOR_ARCHS It was inherited from devel/sccache which enables additional features that need the ring crate. The sccache version here comes with only local storage enabled and should build fine on other archs too. This is untested but the ring crate is never compiled according to the logs. --- ports-mgmt/sccache-overlay/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/ports-mgmt/sccache-overlay/Makefile b/ports-mgmt/sccache-overlay/Makefile index b86b9b72e920..dcad344256ff 100644 --- a/ports-mgmt/sccache-overlay/Makefile +++ b/ports-mgmt/sccache-overlay/Makefile @@ -10,9 +10,6 @@ COMMENT= Ports overlay for sccache LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 i386 -ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures - USES= cargo ssl:build USE_GITHUB= yes GH_ACCOUNT= mozilla
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112011803.1B1I33hr094113>