Date: Wed, 8 Jan 2025 22:15:55 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b27cb9a70ad0 - main - sysutils/cfengine*: Fix configure Message-ID: <202501082215.508MFt8w075656@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b27cb9a70ad0a17c5d38ab99730d2c860093eccd commit b27cb9a70ad0a17c5d38ab99730d2c860093eccd Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2025-01-08 22:14:07 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2025-01-08 22:15:05 +0000 sysutils/cfengine*: Fix configure cfengine325 and -devel now depend on librsync. --- sysutils/cfengine-devel/Makefile | 3 ++- sysutils/cfengine325/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile index 0ed35a01fa6e..14d55a0a33f1 100644 --- a/sysutils/cfengine-devel/Makefile +++ b/sysutils/cfengine-devel/Makefile @@ -55,7 +55,8 @@ LIB_DEPENDS+= libpcre.so:devel/pcre \ libpcre2-posix.so:devel/pcre2 \ liblmdb.so:databases/lmdb \ libyaml.so:textproc/libyaml \ - libcurl.so:ftp/curl + libcurl.so:ftp/curl \ + librsync.so:net/librsync OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT diff --git a/sysutils/cfengine325/Makefile b/sysutils/cfengine325/Makefile index 69e4ae5e5a16..2a5f20c53195 100644 --- a/sysutils/cfengine325/Makefile +++ b/sysutils/cfengine325/Makefile @@ -49,7 +49,8 @@ LIB_DEPENDS+= libpcre.so:devel/pcre \ libpcre2-posix.so:devel/pcre2 \ liblmdb.so:databases/lmdb \ libyaml.so:textproc/libyaml \ - libcurl.so:ftp/curl + libcurl.so:ftp/curl \ + librsync.so:net/librsync OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501082215.508MFt8w075656>