From a81cf1434658dc74d0fa643a56d863895081e9b6 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Tue, 23 Apr 2013 07:27:18 +0000 Subject: Introduces USES= gettext to replace USE_GETTEXT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit   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) --- CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.3