diff options
author | mva <mva@FreeBSD.org> | 2013-04-27 04:44:59 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-04-27 04:44:59 +0800 |
commit | 0068a8a89d5baf4dd73c4d0ca465f11f620488a5 (patch) | |
tree | d27cdff0d227680d343d75197345b90220100457 /CHANGES | |
parent | 7ec651eeaa2551aa98b7d2e26cf09d6e5f315d68 (diff) | |
download | freebsd-ports-gnome-0068a8a89d5baf4dd73c4d0ca465f11f620488a5.tar.gz freebsd-ports-gnome-0068a8a89d5baf4dd73c4d0ca465f11f620488a5.tar.zst freebsd-ports-gnome-0068a8a89d5baf4dd73c4d0ca465f11f620488a5.zip |
Introduces USES= iconv to replace USE_ICONV.
It takes no arguments.
This deprecates USE_ICONV, please convert your ports.
USE_ICONV will be removed as soon as it is no more used in
the ports tree.
Approved by: portmgr (bapt)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -10,6 +10,14 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20130426: +AUTHOR: mva@FreeBSD.org + + * USE_ICONV has been deprecated and converted into the iconv USE + feature + + USES= iconv + 20130425: AUTHOR: bapt@FreeBSD.org @@ -28,7 +36,6 @@ AUTHOR: jgh@FreeBSD.org It deprecates USE_GETTEXT which will be removed as soon as it is not used anymore - 20130422: AUTHOR: bdrewery@FreeBSD.org |