Sat Jul 23 06:55:30 2022 UTC ()
rsync: remove reference to non-existent file


(wiz)
diff -r1.120 -r1.121 pkgsrc/net/rsync/Makefile

cvs diff -r1.120 -r1.121 pkgsrc/net/rsync/Makefile (expand / switch to unified diff)

--- pkgsrc/net/rsync/Makefile 2022/04/20 20:09:55 1.120
+++ pkgsrc/net/rsync/Makefile 2022/07/23 06:55:29 1.121
@@ -1,33 +1,32 @@ @@ -1,33 +1,32 @@
1# $NetBSD: Makefile,v 1.120 2022/04/20 20:09:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.121 2022/07/23 06:55:29 wiz Exp $
2 2
3DISTNAME= rsync-3.2.4 3DISTNAME= rsync-3.2.4
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://rsync.samba.org/ftp/rsync/ 5MASTER_SITES= http://rsync.samba.org/ftp/rsync/
6MASTER_SITES+= http://rsync.samba.org/ftp/rsync/old-versions/ 6MASTER_SITES+= http://rsync.samba.org/ftp/rsync/old-versions/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://rsync.samba.org/ 9HOMEPAGE= https://rsync.samba.org/
10COMMENT= Network file distribution/synchronisation utility 10COMMENT= Network file distribution/synchronisation utility
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13USE_TOOLS+= bash:run 13USE_TOOLS+= bash:run
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --with-rsyncd-conf=${PKG_SYSCONFDIR}/rsyncd.conf 15CONFIGURE_ARGS+= --with-rsyncd-conf=${PKG_SYSCONFDIR}/rsyncd.conf
16CONFIGURE_ARGS+= --with-included-zlib=no 16CONFIGURE_ARGS+= --with-included-zlib=no
17PKG_SYSCONFSUBDIR= rsync 17PKG_SYSCONFSUBDIR= rsync
18TEST_TARGET= test 18TEST_TARGET= test
19 19
20REPLACE_SH= cmdormsg 
21REPLACE_BASH= rsync-ssl 20REPLACE_BASH= rsync-ssl
22 21
23RCD_SCRIPTS= rsyncd 22RCD_SCRIPTS= rsyncd
24RCD_SCRIPT_SRC.rsyncd= files/rsyncd.sh 23RCD_SCRIPT_SRC.rsyncd= files/rsyncd.sh
25SMF_NAME= rsyncd 24SMF_NAME= rsyncd
26 25
27SUBST_CLASSES+= paths 26SUBST_CLASSES+= paths
28SUBST_MESSAGE.paths= Fixing hardcoded paths. 27SUBST_MESSAGE.paths= Fixing hardcoded paths.
29SUBST_STAGE.paths= pre-configure 28SUBST_STAGE.paths= pre-configure
30SUBST_FILES.paths= rsync.1 rsyncd.conf.5 29SUBST_FILES.paths= rsync.1 rsyncd.conf.5
31SUBST_SED.paths= -e 's|/etc/rsyncd|${PKG_SYSCONFDIR}/rsyncd|g' 30SUBST_SED.paths= -e 's|/etc/rsyncd|${PKG_SYSCONFDIR}/rsyncd|g'
32SUBST_SED.paths+= -e 's|/usr/bin/rsync|${PREFIX}/bin/rsync|g' 31SUBST_SED.paths+= -e 's|/usr/bin/rsync|${PREFIX}/bin/rsync|g'
33 32