diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-05 09:24:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-05 09:24:39 +0000 |
commit | e7c361c87ad79ca8f3f21664aa469578287daa6c (patch) | |
tree | d0ed928ba66d8fd8c6735da97383d4672b37597a /devel/m4/Makefile | |
parent | 4598ac584459da0d58a0016cdc97cecdd25ca07d (diff) | |
download | pkgsrc-e7c361c87ad79ca8f3f21664aa469578287daa6c.tar.gz |
Update to 1.4.3:
Version 1.4.3 - March 2005, by Gary V. Vaughan
* DESTDIR installs now work correctly.
* Don't segfault with uncompilable regexps to changeword().
* Always use \n line-endings for frozen files (fixes a cygwin bug).
* Portability fix for systems lacking mkstemp(3).
* Approximately 20% speed up in the common case of usage with autoconf.
* Supported on QNX 6.3.
Diffstat (limited to 'devel/m4/Makefile')
-rw-r--r-- | devel/m4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 51c11eb1a25..1dbb762e70f 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2004/10/26 17:00:44 gavan Exp $ +# $NetBSD: Makefile,v 1.32 2005/04/05 09:24:39 wiz Exp $ -DISTNAME= m4-1.4.2 +DISTNAME= m4-1.4.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=m4/} |