summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-10 13:29:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-10 13:29:22 +0000
commitee777cf34306feba8626c53663f322c6af663806 (patch)
tree2d1fc3959ee0382ea404325a46c3d537fc60b720 /net/rsync
parentThis plugin assists in keeping the addressbook of a Windows CE device (diff)
- Skip acls patch on FreeBSD 4.X, ACL support in that version of FreeBSD
is not complete enough Reported by: John Winger <JWWinger@marketvisionresearch.com>
Notes
Notes: svn path=/head/; revision=161924
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 94e4e0f0df64..f63cf9c7e774 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -63,10 +63,12 @@ PATCH_STRIP= -p1
.endif
.if !defined(WITHOUT_ACLS)
+.if ${OSVERSION} >= 500000
EXTRA_PATCHES+= ${WRKSRC}/patches/acls.diff
PATCH_STRIP= -p1
CONFIGURE_ARGS+=--enable-acl-support
.endif
+.endif
.if defined(WITHOUT_SSH)
CONFIGURE_ARGS+= --with-rsh=rsh