diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-07-04 01:30:22 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-07-04 01:30:22 +0800 |
commit | 885c110bbc68b90ff469568630b9684c49475e2a (patch) | |
tree | 1f4fd20ad07118e50813d124e28aea57a8e54252 /net | |
parent | d10d79c925c56bf24ca0daab2b265d0049aa7b63 (diff) | |
download | freebsd-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/Makefile | 2 |
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) |