Tue Nov 30 22:57:02 2021 UTC ()
rsync: REPLACE_SH needed on Solaris 10 according to pekdon


(nia)
diff -r1.116 -r1.117 pkgsrc/net/rsync/Makefile

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

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