diff options
author | adam <adam@pkgsrc.org> | 2013-01-31 21:45:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-01-31 21:45:03 +0000 |
commit | fa99a4de6b89f6caa980badab74bc5ee4fbfc3d0 (patch) | |
tree | 0832ad29d2d5e84c4559003a4eefb438b07ae953 /devel/gettext-m4 | |
parent | 4668aa81519d4d6907ea7fdcf5b46ae6d7d9106b (diff) | |
download | pkgsrc-fa99a4de6b89f6caa980badab74bc5ee4fbfc3d0.tar.gz |
Changes 0.18.2:
* xgettext now understands the block comment syntax of Guile 2.0.
* libgettextpo library:
- The initial msgstr of a new message is now "", not NULL.
- Bug fixes in the functions po_message_is_range, po_file_check_all,
po_message_check_all.
* Installation options:
The configure options --with-xz and --with-bzip2 can be used to specify
alternate compression methods for the archive used by the 'autopoint'
program. These options, together with --with-git, allow to trade
dependencies against installed package size. --with-xz has the highest
compression rate, followed by --with-git, followed by --with-bzip2.
* Autoconf macros:
- The autoconf macros installed by 'gettextize' now work with the
forthcoming Automake 1.14 and require Autoconf version 2.60 or
newer.
* Portability:
- Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit mingw is
now supported.
Diffstat (limited to 'devel/gettext-m4')
-rw-r--r-- | devel/gettext-m4/Makefile | 6 | ||||
-rw-r--r-- | devel/gettext-m4/PLIST | 3 | ||||
-rw-r--r-- | devel/gettext-m4/distinfo | 5 |
3 files changed, 5 insertions, 9 deletions
diff --git a/devel/gettext-m4/Makefile b/devel/gettext-m4/Makefile index 9d19303e1a1..c413b244f50 100644 --- a/devel/gettext-m4/Makefile +++ b/devel/gettext-m4/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.19 2011/12/27 21:18:05 christos Exp $ +# $NetBSD: Makefile,v 1.20 2013/01/31 21:45:04 adam Exp $ .include "../../devel/gettext/Makefile.common" PKGNAME= ${DISTNAME:S/-/-m4-/} -PKGREVISION= 1 SVR4_PKGNAME= gttm4 COMMENT= Autoconf/automake m4 files for GNU NLS library LICENSE= gnu-gpl-v2 +DISTINFO_FILE= ${.CURDIR}/../../devel/gettext/distinfo +PATCHDIR= ${.CURDIR}/../../devel/gettext/patches + NO_BUILD= yes NO_CONFIGURE= yes diff --git a/devel/gettext-m4/PLIST b/devel/gettext-m4/PLIST index 2377f6850ef..7a1649e3989 100644 --- a/devel/gettext-m4/PLIST +++ b/devel/gettext-m4/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2011/12/27 21:18:05 christos Exp $ -share/aclocal/ansi-c++.m4 +@comment $NetBSD: PLIST,v 1.6 2013/01/31 21:45:04 adam Exp $ share/aclocal/codeset.m4 share/aclocal/exported.m4 share/aclocal/fcntl-o.m4 diff --git a/devel/gettext-m4/distinfo b/devel/gettext-m4/distinfo deleted file mode 100644 index 402d38dbff2..00000000000 --- a/devel/gettext-m4/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.5 2011/04/12 17:41:28 adam Exp $ - -SHA1 (gettext-0.18.1.1.tar.gz) = 5009deb02f67fc3c59c8ce6b82408d1d35d4e38f -RMD160 (gettext-0.18.1.1.tar.gz) = 0ca0b6bf0219440404a86f0c16cbac3d1a2ecd37 -Size (gettext-0.18.1.1.tar.gz) = 15139737 bytes |