diff options
author | gson <gson@pkgsrc.org> | 2009-03-10 11:13:09 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2009-03-10 11:13:09 +0000 |
commit | 4c2a0467dd957f7c19d8eb08695cc6b745ca3c7e (patch) | |
tree | 4e992e219faee34722906a5923ed88e8407064fc /devel/st/PLIST | |
parent | c76ffc68462738bdde7fbae7f37f2cef2d6f39cc (diff) | |
download | pkgsrc-4c2a0467dd957f7c19d8eb08695cc6b745ca3c7e.tar.gz |
Update devel/st all the way from 1.5.1 to 1.8.
Changes from 1.7 to 1.8.
--------------------------
o Added support for kqueue and epoll on platforms that support them.
Added ability to choose the event notification system at program
startup.
o Long-overdue public definitions of ST_UTIME_NO_TIMEOUT (-1ULL) and
ST_UTIME_NO_WAIT (0) [bug 1514436].
o Documentation patch for st_utime() [bug 1514484].
o Documentation patch for st_timecache_set() [bug 1514486].
o Documentation patch for st_netfd_serialize_accept() [bug 1514494].
o Added st_writev_resid() [rfe 1538344].
o Added st_readv_resid() [rfe 1538768] and, for symmetry, st_readv().
Changes from 1.6 to 1.7.
------------------------
o Support glibc 2.4, which breaks programs that manipulate jump buffers.
Replaced Linux IA64 special cases with new md.S that covers all
Linux.
Changes from 1.5.2 to 1.6.
--------------------------
none
Changes from 1.5.1 to 1.5.2.
----------------------------
o Alfred Perlstein's context switch callback feature.
o Claus Assmann's st_recvmsg/st_sendmsg wrappers.
o Extra stack padding for platforms that need it.
o Ron Arts's timeout clarifications in the reference manual.
o Raymond Bero and Anton Berezin's AMD64 FreeBSD port.
o Claus Assmann's AMD64 SunOS 5.10 port.
o Claus Assmann's AMD64 OpenBSD port.
o Michael Abd-El-Malek's Mac OS X port.
o Michael Abd-El-Malek's stack printing patch.
Diffstat (limited to 'devel/st/PLIST')
-rw-r--r-- | devel/st/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/st/PLIST b/devel/st/PLIST index b4657581cfb..f2efb5a8007 100644 --- a/devel/st/PLIST +++ b/devel/st/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:29 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/03/10 11:13:09 gson Exp $ bin/st-lookupdns bin/st-proxy bin/st-server @@ -9,3 +9,5 @@ share/doc/html/st/notes.html share/doc/html/st/reference.html share/doc/html/st/st.html @dirrm share/doc/html/st +@exec ${MKDIR} %D/include/st +@dirrm include/st |