From owner-svn-ports-head@FreeBSD.ORG Wed Jan 29 07:59:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E57E98A; Wed, 29 Jan 2014 07:59:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B2A41B4E; Wed, 29 Jan 2014 07:59:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0T7xBTC025992; Wed, 29 Jan 2014 07:59:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0T7xBIT025991; Wed, 29 Jan 2014 07:59:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401290759.s0T7xBIT025991@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 29 Jan 2014 07:59:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341692 - head/devel/m17n-db X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 07:59:12 -0000 Author: bapt Date: Wed Jan 29 07:59:11 2014 New Revision: 341692 URL: http://svnweb.freebsd.org/changeset/ports/341692 QAT: https://qat.redports.org/buildarchive/r341692/ Log: Support stage Add a NLS option use options helpers Modified: head/devel/m17n-db/Makefile Modified: head/devel/m17n-db/Makefile ============================================================================== --- head/devel/m17n-db/Makefile Wed Jan 29 07:59:00 2014 (r341691) +++ head/devel/m17n-db/Makefile Wed Jan 29 07:59:11 2014 (r341692) @@ -15,20 +15,15 @@ EXTRACT_ONLY= ${M17N_DISTFILE} MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Data files for the m17n library -USES= gmake pkgconfig +OPTIONS_DEFINE= NLS + +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-charmaps=${CHARMAPSDIR} -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +OPTIONS_SUB= yes +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls M17N_DISTFILE= ${DISTNAME}${EXTRACT_SUFX} GLIBC_VERSION= 2.3.6