From owner-svn-ports-all@FreeBSD.ORG Thu Jul 3 17:30:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 077E1CA3; Thu, 3 Jul 2014 17:30:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E93EC20FC; Thu, 3 Jul 2014 17:30:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s63HUMA1074835; Thu, 3 Jul 2014 17:30:22 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s63HUMZi074834; Thu, 3 Jul 2014 17:30:22 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201407031730.s63HUMZi074834@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 3 Jul 2014 17:30:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360419 - head/net/rsync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 17:30:23 -0000 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)