diff options
author | phil <phil> | 2001-05-15 08:32:48 +0000 |
---|---|---|
committer | phil <phil> | 2001-05-15 08:32:48 +0000 |
commit | b59e71bad3811e2ea0de4c0c49625513fb717569 (patch) | |
tree | c64ae4bbc7b377769f7b2644102e26441f4492a2 /net/coda5_server | |
parent | ef1b05682b0589bdeee91cb2d1e2b2a072dd8775 (diff) | |
download | pkgsrc-b59e71bad3811e2ea0de4c0c49625513fb717569.tar.gz |
Update to 5.3.13.
Diffstat (limited to 'net/coda5_server')
-rw-r--r-- | net/coda5_server/Makefile | 12 | ||||
-rw-r--r-- | net/coda5_server/distinfo | 8 | ||||
-rw-r--r-- | net/coda5_server/patches/patch-ab | 13 | ||||
-rw-r--r-- | net/coda5_server/patches/patch-ac | 34 | ||||
-rw-r--r-- | net/coda5_server/pkg/PLIST | 13 |
5 files changed, 14 insertions, 66 deletions
diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile index 2767e3144fd..3e54d3e9a78 100644 --- a/net/coda5_server/Makefile +++ b/net/coda5_server/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.26 2001/02/17 18:18:42 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2001/05/15 08:32:48 phil Exp $ # -DISTNAME= coda-5.3.5 -PKGNAME= coda-server-5.3.5 +DISTNAME= coda-5.3.13 +PKGNAME= coda-server-5.3.13 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ -EXTRACT_SUFX= .tgz MAINTAINER= phil@cs.wwu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ COMMENT= server programs for a replicated high-performance network file system -DEPENDS+= lwp>=1.1:../../devel/lwp -DEPENDS+= ncurses>=4.2:../../devel/ncurses +DEPENDS+= lwp>=1.6:../../devel/lwp +DEPENDS+= rvm>=1.3:../../devel/rvm +DEPENDS+= rpc2>=1.10:../../devel/rpc2 DEPENDS+= readline>=4.0:../../devel/readline # Only enable platforms that can build "lwp". diff --git a/net/coda5_server/distinfo b/net/coda5_server/distinfo index 8daed13be61..72b3e560d7a 100644 --- a/net/coda5_server/distinfo +++ b/net/coda5_server/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:12 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/05/15 08:32:49 phil Exp $ -SHA1 (coda-5.3.5.tgz) = ee551cd68dd7ae6a712abfb4ed81f3e87f7f2bfb -Size (coda-5.3.5.tgz) = 1942341 bytes +SHA1 (coda-5.3.13.tar.gz) = 6f06e73d8441f4ae7010acb2a35d0f0bde6ff7a4 +Size (coda-5.3.13.tar.gz) = 1324328 bytes SHA1 (patch-aa) = 085adda0e65ff348e3679813b79197e9856c109c -SHA1 (patch-ab) = 9219c89b1f77693121b6223f6b07184cdf0f0c4d -SHA1 (patch-ac) = 99e6915433dc0efb9a8daf8215224ec20dfe26d9 diff --git a/net/coda5_server/patches/patch-ab b/net/coda5_server/patches/patch-ab deleted file mode 100644 index 3a86a75cf96..00000000000 --- a/net/coda5_server/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.7 2000/04/24 04:45:40 fredb Exp $ - ---- coda-src/vtools/cmon.cc.orig Wed Feb 2 13:24:36 2000 -+++ coda-src/vtools/cmon.cc Sun Apr 23 23:22:04 2000 -@@ -44,7 +44,7 @@ - #include "coda_string.h" - #include <errno.h> - --#ifdef __linux__ -+#if defined(__linux__) || defined(__NetBSD__) - #include <ncurses.h> - #else - #include <curses.h> diff --git a/net/coda5_server/patches/patch-ac b/net/coda5_server/patches/patch-ac deleted file mode 100644 index 0c60fc94168..00000000000 --- a/net/coda5_server/patches/patch-ac +++ /dev/null @@ -1,34 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2000/07/27 00:16:52 phil Exp $ - -*** ./coda-src/vice/srvproc2.cc.orig Wed Jul 26 15:27:40 2000 ---- ./coda-src/vice/srvproc2.cc Wed Jul 26 15:28:48 2000 -*************** -*** 855,860 **** ---- 855,866 ---- - #include <kvm.h> - #include <sys/dkstat.h> - #include <limits.h> -+ #include <sys/dkstat.h> -+ #include <sys/param.h> -+ #if defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 104250000) -+ #include <sys/sched.h> -+ #endif /* __NetBSD__ */ -+ - - static struct nlist RawStats[] = - { -*** ./coda-src/venus/vol_vsr.cc.orig Wed Jul 26 15:16:06 2000 ---- ./coda-src/venus/vol_vsr.cc Wed Jul 26 15:22:15 2000 -*************** -*** 35,40 **** ---- 35,44 ---- - - #if defined(__BSD44__) - #include <sys/dkstat.h> -+ #include <sys/param.h> -+ #if defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 104250000) -+ #include <sys/sched.h> -+ #endif /* __NetBSD__ */ - #endif /* __BSD44__ */ - - #include <unistd.h> diff --git a/net/coda5_server/pkg/PLIST b/net/coda5_server/pkg/PLIST index 65174fe3cb6..8c2d6d420a1 100644 --- a/net/coda5_server/pkg/PLIST +++ b/net/coda5_server/pkg/PLIST @@ -1,17 +1,19 @@ -@comment $NetBSD: PLIST,v 1.8 2000/02/20 07:19:02 fredb Exp $ -bin/filcon +@comment $NetBSD: PLIST,v 1.9 2001/05/15 08:32:52 phil Exp $ bin/norton bin/norton-reinit bin/reinit +etc/coda/server.conf.ex sbin/auth2 sbin/backup sbin/backup.sh sbin/bldvldb.sh +sbin/coda-setup-ports +sbin/codaconfedit sbin/codasrv +sbin/codastart sbin/createvol_rep sbin/initpw sbin/inoder -sbin/makeftree sbin/merge sbin/parserecdump sbin/partial-reinit.sh @@ -20,10 +22,8 @@ sbin/printvrdb sbin/purgevol sbin/purgevol_rep sbin/pwdtopdbtool.py -sbin/rdsinit sbin/readdump sbin/rpc2portmap -sbin/rvmutl sbin/startserver sbin/tape.pl sbin/updateclnt @@ -31,11 +31,8 @@ sbin/updatefetch sbin/updatesrv sbin/vice-killvolumes sbin/vice-setup -sbin/vice-setup-ports sbin/vice-setup-rvm sbin/vice-setup-scm sbin/vice-setup-srvdir sbin/vice-setup-user sbin/volutil -etc/rc.d/rc.vice -@unexec rmdir %D/etc/rc.d 2>/dev/null || true |