summaryrefslogtreecommitdiff
path: root/devel/st
diff options
context:
space:
mode:
authorgson <gson@pkgsrc.org>2004-11-27 12:12:16 +0000
committergson <gson@pkgsrc.org>2004-11-27 12:12:16 +0000
commit27b840f54617caf9002160a10e5b738754bece37 (patch)
tree98f4fae6558d6c4f96b8e7e8f800e09471296dd9 /devel/st
parent77e2e4b9599c272e981f3459c402747edcd52db5 (diff)
downloadpkgsrc-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')
-rw-r--r--devel/st/Makefile5
-rw-r--r--devel/st/distinfo9
-rw-r--r--devel/st/patches/patch-aa4
-rw-r--r--devel/st/patches/patch-ac13
4 files changed, 8 insertions, 23 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/}
diff --git a/devel/st/distinfo b/devel/st/distinfo
index ff82abc1a59..080d0a08e9d 100644
--- a/devel/st/distinfo
+++ b/devel/st/distinfo
@@ -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 --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