aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-07-04 01:30:22 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-07-04 01:30:22 +0800
commit885c110bbc68b90ff469568630b9684c49475e2a (patch)
tree1f4fd20ad07118e50813d124e28aea57a8e54252 /net
parentd10d79c925c56bf24ca0daab2b265d0049aa7b63 (diff)
downloadfreebsd-ports-gnome-885c110bbc68b90ff469568630b9684c49475e2a.tar.gz
freebsd-ports-gnome-885c110bbc68b90ff469568630b9684c49475e2a.tar.zst
freebsd-ports-gnome-885c110bbc68b90ff469568630b9684c49475e2a.zip
Building rsync against zlib from base is NOT broken but leads to an unexpected
behaviour while using -z (see man page). Therefore remove the statement that the option is broken but keep using the bundled zlib. Since this doesn't affect package creation no PORTREVISION bump is required.
Diffstat (limited to 'net')
-rw-r--r--net/rsync/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 25aca6d38367..7596a6c4915d 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -36,7 +36,7 @@ OPTIONS_RADIO_PTS= TIMELIMIT RENAMED FLAGS ATIMES ACL
# options provided upstream
POPT_PORT_DESC= Use popt from devel/popt instead of bundled one
-ZLIB_BASE_DESC= Use zlib from base instead of bundled one (BROKEN)
+ZLIB_BASE_DESC= Use zlib from base instead of bundled one
SSH_DESC= Use SSH instead of RSH
# options provided by patch (mutually exclusive)