Date: Thu, 3 Jul 2014 17:30:22 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360419 - head/net/rsync Message-ID: <201407031730.s63HUMZi074834@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Jul 3 17:30:22 2014 New Revision: 360419 URL: http://svnweb.freebsd.org/changeset/ports/360419 QAT: https://qat.redports.org/buildarchive/r360419/ Log: 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. Modified: head/net/rsync/Makefile Modified: head/net/rsync/Makefile ============================================================================== --- head/net/rsync/Makefile Thu Jul 3 17:30:00 2014 (r360418) +++ head/net/rsync/Makefile Thu Jul 3 17:30:22 2014 (r360419) @@ -36,7 +36,7 @@ OPTIONS_RADIO_PTS= TIMELIMIT RENAMED FLA # 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031730.s63HUMZi074834>