pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/rsync
Module Name: pkgsrc
Committed By: nros
Date: Wed Feb 9 11:52:24 UTC 2022
Modified Files:
pkgsrc/net/rsync: Makefile
Log Message:
rsync: use pkgsrc zlib
rsync uses its bundled zlib unless
--with-included-zlib is set to no.
bump pkgrevision.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/net/rsync/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/rsync/Makefile
diff -u pkgsrc/net/rsync/Makefile:1.118 pkgsrc/net/rsync/Makefile:1.119
--- pkgsrc/net/rsync/Makefile:1.118 Wed Jan 19 20:01:18 2022
+++ pkgsrc/net/rsync/Makefile Wed Feb 9 11:52:24 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index