pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rsync rsync: use pkgsrc zlib



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdbeebfcd727
branches:  trunk
changeset: 373234:bdbeebfcd727
user:      nros <nros%pkgsrc.org@localhost>
date:      Wed Feb 09 11:52:24 2022 +0000

description:
rsync: use pkgsrc zlib
rsync uses its bundled zlib unless
--with-included-zlib is set to no.
bump pkgrevision.

diffstat:

 net/rsync/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1e10b8b72057 -r bdbeebfcd727 net/rsync/Makefile
--- a/net/rsync/Makefile        Wed Feb 09 11:33:52 2022 +0000
+++ b/net/rsync/Makefile        Wed Feb 09 11:52:24 2022 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index