aboutsummaryrefslogtreecommitdiff
path: root/net/rsync/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2015-10-21 08:44:16 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2015-10-21 08:44:16 +0000
commit338dbb0e16e28531b0256ace39370541a21825dc (patch)
tree4072c74062923153115a4a06bc5416fa51005a2b /net/rsync/Makefile
parentfde237b4c7b75685d654a29906dbe403fdf29449 (diff)
downloadports-338dbb0e16e28531b0256ace39370541a21825dc.tar.gz
ports-338dbb0e16e28531b0256ace39370541a21825dc.zip
Provide a patch to show progress information when SIGINFO is caught. This
addition has been submitted upstream [1]: https://bugzilla.samba.org/show_bug.cgi?id=11561 Apply an extra patch with the ACL option to add NFSv4 ACLs support [2]. Submitted by: des [1] Wished by: Paul Lecuq <paul.lecuq@factorfx.com> [2] Obtained from: FreeNAS [2]
Notes
Notes: svn path=/head/; revision=399895
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r--net/rsync/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 73df13a77e88..d8b369ed8421 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rsync
PORTVERSION= 3.1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net ipv6
MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \
ftp://ftp.samba.org/pub/rsync/ \
@@ -62,7 +62,8 @@ ATIMES_EXTRA_PATCHES= ${WRKSRC}/patches/atimes.diff
FLAGS_EXTRA_PATCHES= ${WRKSRC}/patches/fileflags.diff \
${FILESDIR}/extrapatch-main.c
RENAMED_EXTRA_PATCHES= ${WRKSRC}/patches/detect-renamed.diff
-ACL_EXTRA_PATCHES= ${WRKSRC}/patches/acls.diff
+ACL_EXTRA_PATCHES= ${WRKSRC}/patches/acls.diff \
+ ${FILESDIR}/extrapatch-acl
ICONV_USES= iconv
ICONV_CPPFLAGS= -I${LOCALBASE}/include