diff options
author | nros <nros@pkgsrc.org> | 2022-02-09 11:52:24 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2022-02-09 11:52:24 +0000 |
commit | 7c0909e3e71bfc91018a74ecf8b90f375695fe4c (patch) | |
tree | caee7f86cd780050d3a354485f8ab9e3abd21dd4 /net | |
parent | 8dbbf1e6908c8a85be517e7b2cade07a1bf34217 (diff) | |
download | pkgsrc-7c0909e3e71bfc91018a74ecf8b90f375695fe4c.tar.gz |
rsync: use pkgsrc zlib
rsync uses its bundled zlib unless
--with-included-zlib is set to no.
bump pkgrevision.
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 5d921168261..ea2f88e169a 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.118 2022/01/19 20:01:18 kim Exp $ +# $NetBSD: Makefile,v 1.119 2022/02/09 11:52:24 nros Exp $ DISTNAME= rsync-3.2.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://rsync.samba.org/ftp/rsync/ MASTER_SITES+= http://rsync.samba.org/ftp/rsync/old-versions/ @@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v3 USE_TOOLS+= bash:run GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-rsyncd-conf=${PKG_SYSCONFDIR}/rsyncd.conf +CONFIGURE_ARGS+= --with-included-zlib=no PKG_SYSCONFSUBDIR= rsync TEST_TARGET= test |