aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-04-23 15:27:18 +0800
committerjgh <jgh@FreeBSD.org>2013-04-23 15:27:18 +0800
commit62e1931957dfd84579934a6b59deaef7127f028e (patch)
tree41f96185743768386d18aab3d5a6a0e91fa63589 /CHANGES
parent83b039a2ada94a8667dd74f76140cf63ff86936b (diff)
downloadfreebsd-ports-gnome-62e1931957dfd84579934a6b59deaef7127f028e.tar.gz
freebsd-ports-gnome-62e1931957dfd84579934a6b59deaef7127f028e.tar.zst
freebsd-ports-gnome-62e1931957dfd84579934a6b59deaef7127f028e.zip
Introduces USES= gettext to replace USE_GETTEXT
  It can take 3 arguments:   build to add gettext into both RUN and BUILD DEPENDS   run to add gettext into RUN_DEPENDS   lib (default,implicit) to add gettext into LIB_DEPENDS   This deprecates USE_GETTEXT. Please convert your ports.   USE_GETTEXT will be removed as soon as it is no longer used in   the ports tree Approved by: portmgr (bapt)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 80da3b33f728..855df3adf01c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,19 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130423:
+AUTHOR: jgh@FreeBSD.org
+
+ * New USES macro to handle support for gettext dependency:
+
+ USES= gettext:build will add gettext into BUILD_DEPENDS
+ USES= gettext:run will add gettext into RUN_DEPENDS
+ USES= gettext:lib will add gettext into LIB_DEPENDS
+
+ It deprecates USE_GETTEXT which will be removed as soon as it is not
+ used anymore
+
+
20130422:
AUTHOR: bdrewery@FreeBSD.org