git: 2845a89c8e55 - main - sysutils/puppetserver7: Restrict to amd64 arch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 20:04:15 UTC
The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=2845a89c8e554cdbd4d0adc4a1325e93b2eb2198 commit 2845a89c8e554cdbd4d0adc4a1325e93b2eb2198 Author: Romain Tartière <romain@FreeBSD.org> AuthorDate: 2022-07-08 19:55:42 +0000 Commit: Romain Tartière <romain@FreeBSD.org> CommitDate: 2022-07-08 20:03:57 +0000 sysutils/puppetserver7: Restrict to amd64 arch The jar contain libjffi for which only a amd64 FreeBSD library is provided. PR: 256521 Reported by: tony.albers@gmx.com With hat: puppet --- sysutils/puppetserver7/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/puppetserver7/Makefile b/sysutils/puppetserver7/Makefile index 080a95768823..0fe4ae0d146f 100644 --- a/sysutils/puppetserver7/Makefile +++ b/sysutils/puppetserver7/Makefile @@ -13,6 +13,8 @@ COMMENT= Puppet Server running in the JVM LICENSE= APACHE20 +ONLY_FOR_ARCHS= amd64 + RUN_DEPENDS= bash>=0:shells/bash \ puppet7>=0:sysutils/puppet7 \ rubygem-puppetserver-ca>=1:sysutils/rubygem-puppetserver-ca \