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/patches | |
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/patches')
-rw-r--r-- | devel/st/patches/patch-aa | 4 | ||||
-rw-r--r-- | devel/st/patches/patch-ac | 13 |
2 files changed, 2 insertions, 15 deletions
diff --git a/devel/st/patches/patch-aa b/devel/st/patches/patch-aa index 6b9c613131a..0524c7f192e 100644 --- a/devel/st/patches/patch-aa +++ b/devel/st/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.2 2003/04/03 04:02:48 gson Exp $ $(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 --git a/devel/st/patches/patch-ac b/devel/st/patches/patch-ac deleted file mode 100644 index c3e3aa5bc6d..00000000000 --- a/devel/st/patches/patch-ac +++ /dev/null @@ -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 |