pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/st Updated st to version 1.5.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac1908319903
branches:  trunk
changeset: 484388:ac1908319903
user:      gson <gson%pkgsrc.org@localhost>
date:      Sat Nov 27 12:12:16 2004 +0000

description:
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:

 devel/st/Makefile         |   5 ++---
 devel/st/distinfo         |   9 ++++-----
 devel/st/patches/patch-aa |   4 ++--
 devel/st/patches/patch-ac |  13 -------------
 4 files changed, 8 insertions(+), 23 deletions(-)

diffs (64 lines):

diff -r b09b2b1c3ffa -r ac1908319903 devel/st/Makefile
--- a/devel/st/Makefile Sat Nov 27 11:43:34 2004 +0000
+++ b/devel/st/Makefile Sat Nov 27 12:12:16 2004 +0000
@@ -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/}
 
diff -r b09b2b1c3ffa -r ac1908319903 devel/st/distinfo
--- a/devel/st/distinfo Sat Nov 27 11:43:34 2004 +0000
+++ b/devel/st/distinfo Sat Nov 27 12:12:16 2004 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/04/03 04:15:45 gson Exp $
+$NetBSD: distinfo,v 1.4 2004/11/27 12:12:16 gson Exp $
 
-SHA1 (st-1.4.tar.gz) = 15065a9ef5982d1de77f40ad7e2d583dc7784b77
-Size (st-1.4.tar.gz) = 80245 bytes
-SHA1 (patch-aa) = 45ad36a0957ad9130b857eaa6eb6b5d693e9a1c8
+SHA1 (st-1.5.1.tar.gz) = 5dcc4146a30b82f8e8ca076f298cddb2a19ba93e
+Size (st-1.5.1.tar.gz) = 90372 bytes
+SHA1 (patch-aa) = a975923396f713a64a9a321c753539909fb3e69c
 SHA1 (patch-ab) = d8b024bd5382c844dd42720d637f3adfb8cb0ac2
-SHA1 (patch-ac) = df0c40d3acafd38155377475c7745f8398f920d5
diff -r b09b2b1c3ffa -r ac1908319903 devel/st/patches/patch-aa
--- a/devel/st/patches/patch-aa Sat Nov 27 11:43:34 2004 +0000
+++ b/devel/st/patches/patch-aa Sat Nov 27 12:12:16 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2003/04/03 04:02:48 gson Exp $
+$NetBSD: patch-aa,v 1.3 2004/11/27 12:12:16 gson Exp $
 
 --- Makefile.orig      Tue Oct 29 16:28:26 2002
 +++ Makefile
@@ -43,7 +43,7 @@
  $(SLIBRARY): $(OBJS)
 -      $(AR) $(ARFLAGS) $@ $(OBJS)
 -      $(RANLIB) $@
-+      ${LIBTOOL} --mode=link ${CC} -o $@ ${OBJS} -rpath ${PREFIX}/lib -version-info 1:3
++      ${LIBTOOL} --mode=link ${CC} -o $@ ${OBJS} -rpath ${PREFIX}/lib -version-info 1:4
        rm -f obj; $(LN) $(LNFLAGS) $(TARGETDIR) obj
  
  $(DLIBRARY): $(OBJS:%.o=%-pic.o)
diff -r b09b2b1c3ffa -r ac1908319903 devel/st/patches/patch-ac
--- a/devel/st/patches/patch-ac Sat Nov 27 11:43:34 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2003/04/03 04:15:46 gson Exp $
-
---- md.h.orig  Fri Oct 25 19:34:58 2002
-+++ md.h
-@@ -436,6 +436,8 @@
- #define MD_JB_SP  34
- #elif defined(__sparc__)
- #define MD_JB_SP   0
-+#elif defined(__vax__)
-+#define MD_JB_SP   2
- #else
- #error Unknown CPU architecture
- #endif



Home | Main Index | Thread Index | Old Index