git: c041672cdb9b - main - sysutils/nut-devel: Disable augeas, fixing packaging
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Oct 2024 13:45:26 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c041672cdb9b3f2a2931515e03718708428cfd26 commit c041672cdb9b3f2a2931515e03718708428cfd26 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-10-02 03:53:56 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-10-02 13:45:22 +0000 sysutils/nut-devel: Disable augeas, fixing packaging Autodetection of augeas is not yet understood, resulting in pkg-plist errors. Disable augeas for now. --- sysutils/nut-devel/Makefile | 3 ++- sysutils/nut-devel/pkg-plist | 9 --------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index 40f0fd6bbe5a..8a28e5187ff3 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -86,7 +86,8 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \ --without-python2 \ --with-python3=${PYTHON_CMD} \ --without-nut_monitor \ - --with-ltdl --with-nut-scanner + --with-ltdl --with-nut-scanner \ + --without-augeas-lenses-dir GNU_CONFIGURE_MANPREFIX=${PREFIX}/share diff --git a/sysutils/nut-devel/pkg-plist b/sysutils/nut-devel/pkg-plist index 3e4780a060cc..82a885a54f4a 100644 --- a/sysutils/nut-devel/pkg-plist +++ b/sysutils/nut-devel/pkg-plist @@ -295,15 +295,6 @@ sbin/upsd sbin/upsdrvctl sbin/upsmon sbin/upssched -share/augeas/lenses/dist/%%NUT_USER%%hostsconf.aug -share/augeas/lenses/dist/%%NUT_USER%%%%NUT_USER%%conf.aug -share/augeas/lenses/dist/%%NUT_USER%%upsconf.aug -share/augeas/lenses/dist/%%NUT_USER%%upsdconf.aug -share/augeas/lenses/dist/%%NUT_USER%%upsdusers.aug -share/augeas/lenses/dist/%%NUT_USER%%upsmonconf.aug -share/augeas/lenses/dist/%%NUT_USER%%upsschedconf.aug -share/augeas/lenses/dist/%%NUT_USER%%upssetconf.aug -share/augeas/lenses/dist/tests/test_%%NUT_USER%%.aug @dir etc/syslog.d @dir(%%NUT_USER%%,%%NUT_GROUP%%,750) %%STATEDIR%% @dir libexec/nut