aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-07-03 17:30:22 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-07-03 17:30:22 +0000
commitf212c3296a9998fc00f1877af2652ca1f5e463d4 (patch)
tree1f4fd20ad07118e50813d124e28aea57a8e54252 /net
parent955019655e8ba8a4f66634594880eac1fdb022a5 (diff)
downloadports-f212c3296a9998fc00f1877af2652ca1f5e463d4.tar.gz
ports-f212c3296a9998fc00f1877af2652ca1f5e463d4.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.
Notes
Notes: svn path=/head/; revision=360419
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)