pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Revert



details:   https://anonhg.NetBSD.org/pkgsrc/rev/806adca6bfdf
branches:  trunk
changeset: 645691:806adca6bfdf
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Feb 01 11:46:10 2015 +0000

description:
Revert
 Requirement of gettext tools from pkgsrc depend on existence of the tool itself,
 not msgfmt tool.
proposed/discussed is required for such changes.

diffstat:

 mk/tools/gettext.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ddd2decd7363 -r 806adca6bfdf mk/tools/gettext.mk
--- a/mk/tools/gettext.mk       Sun Feb 01 11:42:59 2015 +0000
+++ b/mk/tools/gettext.mk       Sun Feb 01 11:46:10 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gettext.mk,v 1.18 2014/11/09 02:26:27 obache Exp $
+# $NetBSD: gettext.mk,v 1.19 2015/02/01 11:46:10 obache Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -136,7 +136,7 @@
 .  if !defined(TOOLS_IGNORE.${_t_}) && !empty(USE_TOOLS:C/:.*//:M${_t_})
 .    if !empty(_TOOLS_USE_PKGSRC.msgfmt:M[yY][eE][sS])
 _TOOLS_USE_PKGSRC.${_t_}=      yes
-.    elif defined(TOOLS_PLATFORM.${_t_}) && !empty(TOOLS_PLATFORM.${_t_})
+.    elif defined(TOOLS_PLATFORM.msgfmt) && !empty(TOOLS_PLATFORM.msgfmt)
 _TOOLS_USE_PKGSRC.${_t_}?=     no
 .    else
 _TOOLS_USE_PKGSRC.${_t_}?=     yes



Home | Main Index | Thread Index | Old Index