From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 16:19:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 023FADFA; Tue, 30 Sep 2014 16:19:43 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8F2622E; Tue, 30 Sep 2014 16:19:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UGJg9Q078756; Tue, 30 Sep 2014 16:19:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UGJg6b078754; Tue, 30 Sep 2014 16:19:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301619.s8UGJg6b078754@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 16:19:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369643 - head/misc/getopt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 16:19:43 -0000 Author: sunpoet Date: Tue Sep 30 16:19:41 2014 New Revision: 369643 URL: http://svnweb.freebsd.org/changeset/ports/369643 QAT: https://qat.redports.org/buildarchive/r369643/ Log: - Fix PLIST when NLS option is off Modified: head/misc/getopt/Makefile head/misc/getopt/pkg-plist Modified: head/misc/getopt/Makefile ============================================================================== --- head/misc/getopt/Makefile Tue Sep 30 16:19:25 2014 (r369642) +++ head/misc/getopt/Makefile Tue Sep 30 16:19:41 2014 (r369643) @@ -13,6 +13,7 @@ COMMENT= Replacement for getopt(1) that LICENSE= GPLv2 OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes MAKE_ARGS= CC=${CC} LIBCGETOPT=0 USES= gmake Modified: head/misc/getopt/pkg-plist ============================================================================== --- head/misc/getopt/pkg-plist Tue Sep 30 16:19:25 2014 (r369642) +++ head/misc/getopt/pkg-plist Tue Sep 30 16:19:41 2014 (r369643) @@ -1,27 +1,27 @@ bin/getopt man/man1/getopt.1.gz -share/locale/ca/LC_MESSAGES/getopt.mo -share/locale/cs/LC_MESSAGES/getopt.mo -share/locale/da/LC_MESSAGES/getopt.mo -share/locale/de/LC_MESSAGES/getopt.mo -share/locale/es/LC_MESSAGES/getopt.mo -share/locale/et/LC_MESSAGES/getopt.mo -share/locale/eu/LC_MESSAGES/getopt.mo -share/locale/fi/LC_MESSAGES/getopt.mo -share/locale/fr/LC_MESSAGES/getopt.mo -share/locale/gl/LC_MESSAGES/getopt.mo -share/locale/hu/LC_MESSAGES/getopt.mo -share/locale/id/LC_MESSAGES/getopt.mo -share/locale/it/LC_MESSAGES/getopt.mo -share/locale/ja/LC_MESSAGES/getopt.mo -share/locale/nl/LC_MESSAGES/getopt.mo -share/locale/pl/LC_MESSAGES/getopt.mo -share/locale/pt_BR/LC_MESSAGES/getopt.mo -share/locale/ru/LC_MESSAGES/getopt.mo -share/locale/sl/LC_MESSAGES/getopt.mo -share/locale/sv/LC_MESSAGES/getopt.mo -share/locale/tr/LC_MESSAGES/getopt.mo -share/locale/uk/LC_MESSAGES/getopt.mo -share/locale/vi/LC_MESSAGES/getopt.mo -share/locale/zh_CN/LC_MESSAGES/getopt.mo -share/locale/zh_TW/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/ca/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/cs/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/da/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/de/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/es/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/et/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/eu/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/fi/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/fr/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/gl/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/hu/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/id/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/it/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/ja/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/nl/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/pl/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/ru/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/sl/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/sv/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/tr/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/uk/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/vi/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/getopt.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/getopt.mo