diff options
author | gson <gson@pkgsrc.org> | 2004-11-27 12:12:16 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2004-11-27 12:12:16 +0000 |
commit | 27b840f54617caf9002160a10e5b738754bece37 (patch) | |
tree | 98f4fae6558d6c4f96b8e7e8f800e09471296dd9 /devel/st/Makefile | |
parent | 77e2e4b9599c272e981f3459c402747edcd52db5 (diff) | |
download | pkgsrc-27b840f54617caf9002160a10e5b738754bece37.tar.gz |
Updated st to version 1.5.1.
Changes from 1.5.0 to 1.5.1.
----------------------------
o Andreas Gustafsson's USE_POLL fix.
o Gene's st_set_utime_function() enhancement.
Changes from 1.4 to 1.5.0.
--------------------------
o Andreas Gustafsson's performance patch.
o New extensions: Improved DNS resolver, generic LRU cache, in-process
DNS cache, and a program to test the resolver and cache.
o Support for AMD Opteron 64-bit CPUs under Linux.
o Support for SPARC-64 under Solaris.
o Andreas Gustafsson's support for VAX under NetBSD.
o Changed unportable #warning directives in md.h to #error.
Diffstat (limited to 'devel/st/Makefile')
-rw-r--r-- | devel/st/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/st/Makefile b/devel/st/Makefile index b6365258ec1..d96ab71166f 100644 --- a/devel/st/Makefile +++ b/devel/st/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/10/03 00:13:33 tv Exp $ +# $NetBSD: Makefile,v 1.7 2004/11/27 12:12:16 gson Exp $ # -DISTNAME= st-1.4 -PKGREVISION= 2 +DISTNAME= st-1.5.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=state-threads/} |