diff options
author | wiz <wiz@pkgsrc.org> | 2015-11-13 13:41:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-11-13 13:41:39 +0000 |
commit | c594346ae37b19ee422d72c56c460cd93adef424 (patch) | |
tree | 303ae6934cb44376fc097108b298ac95c06c7dcb /net/rsync | |
parent | 7bf90f52c27a0cc40c910a4d938af3c5a2ca54d1 (diff) | |
download | pkgsrc-c594346ae37b19ee422d72c56c460cd93adef424.tar.gz |
Remove unnecessary build dependency on perl.
From Petar Bogdanovic on pkgsrc-users.
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 3 | ||||
-rw-r--r-- | net/rsync/distinfo | 3 | ||||
-rw-r--r-- | net/rsync/patches/patch-Makefile.in | 15 |
3 files changed, 18 insertions, 3 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 502342bd69e..a92898e3a94 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2015/10/11 10:56:44 tron Exp $ +# $NetBSD: Makefile,v 1.102 2015/11/13 13:41:39 wiz Exp $ DISTNAME= rsync-3.1.1 PKGREVISION= 2 @@ -14,7 +14,6 @@ LICENSE= gnu-gpl-v3 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 share/doc/rsync -USE_TOOLS+= perl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-included-popt CONFIGURE_ARGS+= --with-rsyncd-conf=${PKG_SYSCONFDIR}/rsyncd.conf diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 2bb56a2fc49..526dd0527cb 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.42 2015/11/04 00:35:34 agc Exp $ +$NetBSD: distinfo,v 1.43 2015/11/13 13:41:39 wiz Exp $ SHA1 (rsync-3.1.1.tar.gz) = c84faba04f721d393feccfa0476bfeed9b5b5250 RMD160 (rsync-3.1.1.tar.gz) = de7ad955cb05d481a963aa30423790f3d82efe7b SHA512 (rsync-3.1.1.tar.gz) = ec0e46ff532a09a711282aaa822f5f1c133593ee6c1c474acd67284619236e6a202f0f369d3e67a95ceb3a3b1c39ea7fb609d6d6fb950f3be6e0f6372e903e21 Size (rsync-3.1.1.tar.gz) = 890124 bytes +SHA1 (patch-Makefile.in) = df3479e93de86524a391433a3d6e6108a797835a SHA1 (patch-ab) = 98aa07a50314e3309b48f803d6febb1138eae1f2 SHA1 (patch-config.h.in) = 81c927bc687a0194e1a227e6ff02181d638498bd SHA1 (patch-configure.ac) = 1df4fd9a67d08790eb7d433eadbc9b5590ba1257 diff --git a/net/rsync/patches/patch-Makefile.in b/net/rsync/patches/patch-Makefile.in new file mode 100644 index 00000000000..c9dbf832170 --- /dev/null +++ b/net/rsync/patches/patch-Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile.in,v 1.1 2015/11/13 13:41:39 wiz Exp $ + +https://bugzilla.samba.org/show_bug.cgi?id=11594 + +--- Makefile.in.orig 2013-06-15 23:40:10.000000000 +0000 ++++ Makefile.in +@@ -205,7 +205,7 @@ proto: proto.h-tstamp + proto.h: proto.h-tstamp + @if test -f proto.h; then :; else cp -p $(srcdir)/proto.h .; fi + +-proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c config.h ++proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c + perl $(srcdir)/mkproto.pl $(srcdir)/*.c $(srcdir)/lib/compat.c + + man: rsync.1 rsyncd.conf.5 man-copy |