Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2022 20:04:15 GMT
From:      =?utf-8?Q?Romain=20Tarti=C3=A8re?= <romain@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2845a89c8e55 - main - sysutils/puppetserver7: Restrict to amd64 arch
Message-ID:  <202207082004.268K4FWR060130@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207082004.268K4FWR060130>