diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-19 22:13:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-19 22:13:43 +0000 |
commit | 34838c2984fe6aae996e01727ecb812a7e22f271 (patch) | |
tree | 3ab672c64f00a5f18a1eaeacb296bcfddfb53a69 /devel/m4/Makefile | |
parent | 4d5ca1b87f47ea7248d23e7f3110809492c9247b (diff) | |
download | pkgsrc-34838c2984fe6aae996e01727ecb812a7e22f271.tar.gz |
Update to 1.4.10. Add commented out LICENSE=GPLv3 line.
Version 1.4.10 - 09 Jul 2007, by Eric Blake (CVS version 1.4.9c)
* Upgrade from GPL version 2 to GPL version 3 or later.
* A number of portability improvements inherited from gnulib.
* Avoid undefined behavior introduced in 1.4.9b in the `format' builtin
when handling %c. However, this area of code has never been documented,
and currently does not match the POSIX behavior of printf(1), so it may
have further changes in the next version.
Version 1.4.9b - 29 May 2007, by Eric Blake (CVS version 1.4.9a)
* Fix regression introduced in 1.4.9 in the `eval' builtin when performing
division.
* Fix regression introduced in 1.4.8 in the `-F' option that made it
impossible to freeze more than 512 kibibytes of diverted text.
* The synclines option `-s' no longer generates sync lines in the middle of
multiline comments or quoted strings.
* Work around a number of corner-case POSIX compliance bugs in various
broken stdio libraries. In particular, the `syscmd' builtin behaves
more predictably when stdin is seekable.
* The `format' builtin now understands formats such as %a, %A, and %'hhd,
and works around a number of platform printf bugs. Furthermore, the
sequence format(%*.*d,-1,-1,1) no longer outputs random data. However,
some non-compliant platforms such as mingw still have known bugs in
strtod that may cause testsuite failures.
* The testsuite is improved to also run gnulib portability tests for the
features that M4 imports from gnulib.
Diffstat (limited to 'devel/m4/Makefile')
-rw-r--r-- | devel/m4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index f1216baf4ec..71de47e504f 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2007/05/24 21:51:47 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.48 2007/07/19 22:13:43 wiz Exp $ -DISTNAME= m4-1.4.9 -PKGREVISION= 1 +DISTNAME= m4-1.4.10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=m4/} @@ -14,6 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes INFO_FILES= # PLIST +#LICENSE= GPLv3 TEST_TARGET= check |