From owner-svn-ports-all@freebsd.org Fri Dec 16 08:19:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAE7CC825F0; Fri, 16 Dec 2016 08:19:50 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8A704199; Fri, 16 Dec 2016 08:19:50 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBG8JngW076125; Fri, 16 Dec 2016 08:19:49 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBG8Jnop076124; Fri, 16 Dec 2016 08:19:49 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612160819.uBG8Jnop076124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 16 Dec 2016 08:19:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428650 - 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.23 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, 16 Dec 2016 08:19:50 -0000 Author: ehaupt Date: Fri Dec 16 08:19:49 2016 New Revision: 428650 URL: https://svnweb.freebsd.org/changeset/ports/428650 Log: Make ICONV a default option. The iconv option is extremely useful, indeed necessary when exchanging files with systems that have different encoding. This change does not require third- party patches. Discussed on: ports Suggested by: Alan Braslau (via mail) Modified: head/net/rsync/Makefile Modified: head/net/rsync/Makefile ============================================================================== --- head/net/rsync/Makefile Fri Dec 16 08:12:26 2016 (r428649) +++ head/net/rsync/Makefile Fri Dec 16 08:19:49 2016 (r428650) @@ -4,7 +4,7 @@ PORTNAME= rsync PORTVERSION= 3.1.2 CATEGORIES= net ipv6 -PORTREVISION= 5 +PORTREVISION= 6 MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ ftp://ftp.samba.org/pub/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ @@ -54,7 +54,7 @@ ATIMES_DESC= Preserve access times, adds ACL_DESC= Add backward-compatibility for the --acls option # define default options -OPTIONS_DEFAULT=SSH FLAGS +OPTIONS_DEFAULT=FLAGS ICONV SSH ZLIB_BASE_CONFIGURE_ON= --with-included-zlib=no TIMELIMIT_EXTRA_PATCHES= ${WRKSRC}/patches/time-limit.diff