Date: Fri, 16 Dec 2016 08:19:49 +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: r428650 - head/net/rsync Message-ID: <201612160819.uBG8Jnop076124@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <alan.braslau@comcast.net> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612160819.uBG8Jnop076124>