From owner-svn-ports-all@FreeBSD.ORG Fri Jun 27 14:01:46 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 6AD3D31E; Fri, 27 Jun 2014 14:01:46 +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 57CF222CD; Fri, 27 Jun 2014 14:01:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5RE1kl1099850; Fri, 27 Jun 2014 14:01:46 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5RE1kg6099849; Fri, 27 Jun 2014 14:01:46 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201406271401.s5RE1kg6099849@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 27 Jun 2014 14:01:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359526 - 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: Fri, 27 Jun 2014 14:01:46 -0000 Author: ehaupt Date: Fri Jun 27 14:01:45 2014 New Revision: 359526 URL: http://svnweb.freebsd.org/changeset/ports/359526 QAT: https://qat.redports.org/buildarchive/r359526/ Log: After the update from 3.1.0 to 3.1.1 the zlib from our base does not work anymore (see thread on ports@). Until this this is resolved switch default option to the bundled libz which still works. Also add a notification that the option is broken. Should it not be possible to fix this within the next few weeks I will remove this option. Reported upstream: https://bugzilla.samba.org/show_bug.cgi?id=10677 Reported by: Ben Tung Modified: head/net/rsync/Makefile Modified: head/net/rsync/Makefile ============================================================================== --- head/net/rsync/Makefile Fri Jun 27 14:00:20 2014 (r359525) +++ head/net/rsync/Makefile Fri Jun 27 14:01:45 2014 (r359526) @@ -3,6 +3,7 @@ PORTNAME= rsync PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \ ftp://ftp.samba.org/pub/%SUBDIR%/ \ @@ -34,7 +35,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 +ZLIB_BASE_DESC= Use zlib from base instead of bundled one (BROKEN) SSH_DESC= Use SSH instead of RSH # options provided by patch (mutually exclusive) @@ -46,7 +47,7 @@ ATIMES_DESC= Preserve access times, adds ACL_DESC= Add backward-compatibility for the --acls option # define default options -OPTIONS_DEFAULT=SSH ZLIB_BASE FLAGS +OPTIONS_DEFAULT=SSH FLAGS .include