# HG changeset patch # User Franz Glasner # Date 1724829651 -7200 # Node ID ce46191f24d675d8db172769506f731893225ca9 # Parent 3f187ec5c4d95043afcf7ea7528537d5f649d423 fbhyve: try to create an ABI-independent binary package diff -r 3f187ec5c4d9 -r ce46191f24d6 Makefile --- a/Makefile Wed Aug 28 09:08:32 2024 +0200 +++ b/Makefile Wed Aug 28 09:20:51 2024 +0200 @@ -14,7 +14,13 @@ EXTRACT_DEPENDS= hg:devel/mercurial RUN_DEPENDS= pkg:ports-mgmt/pkg -NO_ARCH= yes +# +# We want noarch **and** noabi because we do not have compiled +# binaries and are independent of the major OS version. +# +#NO_ARCH= yes +PKG_ENV+= ABI="freebsd:*:*" + WRKSRC= ${WRKDIR}/local-bsdtools OPTIONS_DEFINE= DOCS