summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-10 13:29:22 +0000
committerpav <pav@FreeBSD.org>2006-05-10 13:29:22 +0000
commit0b8840183c8aa7454e4629a36dca04a81070217f (patch)
tree1e62ac000082ea431864c643a4d24595cf107ec5 /net
parent1998dd560a4e8ad385a8e9eb91caa656c2c1c632 (diff)
downloadFreeBSD-ports-0b8840183c8aa7454e4629a36dca04a81070217f.zip
FreeBSD-ports-0b8840183c8aa7454e4629a36dca04a81070217f.tar.gz
- 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>
Diffstat (limited to 'net')
-rw-r--r--net/rsync/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 94e4e0f..f63cf9c 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
OpenPOWER on IntegriCloud