From owner-svn-ports-head@FreeBSD.ORG Thu Jan 23 07:50:40 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 CBC1E1C4; Thu, 23 Jan 2014 07:50:40 +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 B89A81DDA; Thu, 23 Jan 2014 07:50:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0N7oet1016300; Thu, 23 Jan 2014 07:50:40 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0N7oeuY016298; Thu, 23 Jan 2014 07:50:40 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401230750.s0N7oeuY016298@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 23 Jan 2014 07:50:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340804 - head/devel/popt 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: Thu, 23 Jan 2014 07:50:40 -0000 Author: bapt Date: Thu Jan 23 07:50:39 2014 New Revision: 340804 URL: http://svnweb.freebsd.org/changeset/ports/340804 QAT: https://qat.redports.org/buildarchive/r340804/ Log: Support stage Use options helpers Modified: head/devel/popt/Makefile head/devel/popt/pkg-plist Modified: head/devel/popt/Makefile ============================================================================== --- head/devel/popt/Makefile Thu Jan 23 05:29:56 2014 (r340803) +++ head/devel/popt/Makefile Thu Jan 23 07:50:39 2014 (r340804) @@ -9,6 +9,8 @@ MASTER_SITES= http://rpm5.org/files/popt MAINTAINER= jpaetzel@FreeBSD.org COMMENT= A getopt(3) like library with a number of enhancements, from Redhat +OPTIONS_DEFINE= NLS + CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --program-prefix="" CPPFLAGS+= -I${LOCALBASE}/include @@ -18,18 +20,8 @@ USE_AUTOTOOLS= libtool USES= pathfix iconv USE_LDCONFIG= yes -MAN3= popt.3 - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MNLS} -CONFIGURE_ARGS+=--enable-nls -PLIST_SUB+= NLS="" -USES+= gettext -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +OPTIONS_SUB= yes .include Modified: head/devel/popt/pkg-plist ============================================================================== --- head/devel/popt/pkg-plist Thu Jan 23 05:29:56 2014 (r340803) +++ head/devel/popt/pkg-plist Thu Jan 23 07:50:39 2014 (r340804) @@ -4,6 +4,7 @@ lib/libpopt.la lib/libpopt.so lib/libpopt.so.0 libdata/pkgconfig/popt.pc +man/man3/popt.3.gz %%NLS%%share/locale/cs/LC_MESSAGES/popt.mo %%NLS%%share/locale/da/LC_MESSAGES/popt.mo %%NLS%%share/locale/de/LC_MESSAGES/popt.mo