mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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)
This commit is contained in:
parent
f528ab3f79
commit
84ece904a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428650
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
PORTNAME= rsync
|
PORTNAME= rsync
|
||||||
PORTVERSION= 3.1.2
|
PORTVERSION= 3.1.2
|
||||||
CATEGORIES= net ipv6
|
CATEGORIES= net ipv6
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \
|
MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \
|
||||||
ftp://ftp.samba.org/pub/rsync/ \
|
ftp://ftp.samba.org/pub/rsync/ \
|
||||||
ftp://ftp.sunet.se/pub/unix/admin/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
|
ACL_DESC= Add backward-compatibility for the --acls option
|
||||||
|
|
||||||
# define default options
|
# define default options
|
||||||
OPTIONS_DEFAULT=SSH FLAGS
|
OPTIONS_DEFAULT=FLAGS ICONV SSH
|
||||||
|
|
||||||
ZLIB_BASE_CONFIGURE_ON= --with-included-zlib=no
|
ZLIB_BASE_CONFIGURE_ON= --with-included-zlib=no
|
||||||
TIMELIMIT_EXTRA_PATCHES= ${WRKSRC}/patches/time-limit.diff
|
TIMELIMIT_EXTRA_PATCHES= ${WRKSRC}/patches/time-limit.diff
|
||||||
|
|
Loading…
Add table
Reference in a new issue