Ruby 1.9 support release. ### Improvements * Supported ruby-1.9. [Patch by hallelujah] * Supported $SAFE=1. [Patch by bon] * Improved argument check. [Suggested by Morus Walter] * Supported ruby-1.8.6 again. [Bug#27447] [Reported by Mamoru Tasaka] ### Fixes * Fixed Ukrainan translation path. [Bug#28277] [Reported by Gunnar Wolf] * Fixed a bug that only the last path in GETTEXT_PATH environment variable is used. [Bug#28345] [Reported by Ivan Pirlik] * Fixed a bug that Ruby-GetText-Package modifies $LOAD_PATH. [Bug#28094] [Reported by Tatsuki Sugiura]
19 lines
576 B
Makefile
19 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.12 2012/03/12 15:41:37 taca Exp $
|
|
|
|
DISTNAME= gettext-2.2.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.yotabanana.com/hiki/ruby-gettext.html
|
|
COMMENT= Ruby localization library like as GNU gettext
|
|
LICENSE= ruby-license
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; ${FIND} . -type f -print | ${XARGS} ${CHMOD} g-w
|
|
${CHMOD} -x ${WRKSRC}/samples/makemo.rb
|
|
${RM} -f ${WRKSRC}/samples/cgi/po/bg/#main.po#
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|