aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2016-12-16 16:19:49 +0800
committerehaupt <ehaupt@FreeBSD.org>2016-12-16 16:19:49 +0800
commit41193bce30aa0761a851ba11183a012ab3088918 (patch)
tree7731421fe7d653e9da6244eb2e0698010da9b4a3 /net
parentcecd98fcf5ec237aee7527a3ce3cfdddef1bdf2f (diff)
downloadfreebsd-ports-gnome-41193bce30aa0761a851ba11183a012ab3088918.tar.gz
freebsd-ports-gnome-41193bce30aa0761a851ba11183a012ab3088918.tar.zst
freebsd-ports-gnome-41193bce30aa0761a851ba11183a012ab3088918.zip
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)
Diffstat (limited to 'net')
-rw-r--r--net/rsync/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index b003b0a47d75..2b4a260cb759 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -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 --atimes (BROKEN)
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