summaryrefslogtreecommitdiff
path: root/net/coda5_client
diff options
context:
space:
mode:
authorphil <phil@pkgsrc.org>2001-04-27 19:05:45 +0000
committerphil <phil@pkgsrc.org>2001-04-27 19:05:45 +0000
commitbefbe8f59e04867b5e3d49c4af904eb0ff41cd43 (patch)
treec5c4c21f326e7e070cf6a18850c6e86746f213e4 /net/coda5_client
parent03c770c0ef6c6a667c6ac1459d894b7a5506534a (diff)
downloadpkgsrc-befbe8f59e04867b5e3d49c4af904eb0ff41cd43.tar.gz
Update to a newer version, 5.3.13. (5.3.14 is out but just
has changes to build under MacOS X. No changes for NetBSD.)
Diffstat (limited to 'net/coda5_client')
-rw-r--r--net/coda5_client/Makefile15
-rw-r--r--net/coda5_client/distinfo9
-rw-r--r--net/coda5_client/patches/patch-aa13
-rw-r--r--net/coda5_client/patches/patch-ab13
-rw-r--r--net/coda5_client/patches/patch-ac34
-rw-r--r--net/coda5_client/pkg/PLIST43
6 files changed, 17 insertions, 110 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile
index 63d3654135c..fb6bae7f864 100644
--- a/net/coda5_client/Makefile
+++ b/net/coda5_client/Makefile
@@ -1,23 +1,24 @@
-# $NetBSD: Makefile,v 1.27 2001/02/17 20:26:03 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.28 2001/04/27 19:05:45 phil Exp $
#
-DISTNAME= coda-5.3.5
-PKGNAME= coda-client-5.3.5
+DISTNAME= coda-5.3.13
+PKGNAME= coda-client-5.3.13
CATEGORIES= net
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
-EXTRACT_SUFX= .tgz
+#EXTRACT_SUFX= .tar.gz
MAINTAINER= phil@cs.wwu.edu
HOMEPAGE= http://www.coda.cs.cmu.edu/
COMMENT= client 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
# Requires "lwp" plus "filesystem CODA" to operate. Should build on
# any NetBSD-*-m68k, though.
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc*
+ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc* NetBSD-*-arm32
ALL_TARGET= coda
INSTALL_TARGET= client-install
diff --git a/net/coda5_client/distinfo b/net/coda5_client/distinfo
index e66e399e4ef..09da6a53cfe 100644
--- a/net/coda5_client/distinfo
+++ b/net/coda5_client/distinfo
@@ -1,7 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 11:23:12 wiz Exp $
+$NetBSD: distinfo,v 1.3 2001/04/27 19:05:45 phil Exp $
-SHA1 (coda-5.3.5.tgz) = ee551cd68dd7ae6a712abfb4ed81f3e87f7f2bfb
-Size (coda-5.3.5.tgz) = 1942341 bytes
-SHA1 (patch-aa) = 2b4cf67d290844fe0f2e1034825c651982dc17dd
-SHA1 (patch-ab) = 9219c89b1f77693121b6223f6b07184cdf0f0c4d
-SHA1 (patch-ac) = 99e6915433dc0efb9a8daf8215224ec20dfe26d9
+SHA1 (coda-5.3.13.tar.gz) = 6f06e73d8441f4ae7010acb2a35d0f0bde6ff7a4
+Size (coda-5.3.13.tar.gz) = 1324328 bytes
diff --git a/net/coda5_client/patches/patch-aa b/net/coda5_client/patches/patch-aa
deleted file mode 100644
index 9fe2c36e612..00000000000
--- a/net/coda5_client/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.9 2000/02/20 07:19:01 fredb Exp $
-
---- coda-src/fail/Makefile.in.orig Sun Jan 30 18:01:08 2000
-+++ coda-src/fail/Makefile.in Sun Feb 20 00:19:59 2000
-@@ -25,7 +25,7 @@
- include $(TOPDIR)/Makeconf
-
- ifneq ($(SHORTSYS),djgpp)
--EXECUTABLES = filcon
-+EXECUTABLES =
- CBINS = $(EXECUTABLES)
- SBINS = $(EXECUTABLES)
- endif
diff --git a/net/coda5_client/patches/patch-ab b/net/coda5_client/patches/patch-ab
deleted file mode 100644
index 837679da93e..00000000000
--- a/net/coda5_client/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2000/04/24 04:45:37 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_client/patches/patch-ac b/net/coda5_client/patches/patch-ac
deleted file mode 100644
index b8b36bea449..00000000000
--- a/net/coda5_client/patches/patch-ac
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2000/07/27 00:22:17 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_client/pkg/PLIST b/net/coda5_client/pkg/PLIST
index 97dd9d869fd..6f9f9a94a1d 100644
--- a/net/coda5_client/pkg/PLIST
+++ b/net/coda5_client/pkg/PLIST
@@ -1,39 +1,12 @@
-@comment $NetBSD: PLIST,v 1.8 2000/02/20 07:19:01 fredb Exp $
-lib/coda/Advice.tcl
-lib/coda/CodaConsole
-lib/coda/Consider.tcl
-lib/coda/ConsiderAdding.tcl
-lib/coda/ConsiderRemoving.tcl
-lib/coda/ControlPanel.tcl
-lib/coda/Date.tcl
-lib/coda/DiscoMiss.tcl
-lib/coda/Events.tcl
-lib/coda/Globals.tcl
-lib/coda/Helper.tcl
-lib/coda/HoardWalk.tcl
-lib/coda/HoardWalkAdvice.tcl
-lib/coda/Indicators.tcl
-lib/coda/Initialization.tcl
-lib/coda/Lock.tcl
-lib/coda/Log.tcl
-lib/coda/Network.tcl
-lib/coda/OutsideWorld.tcl
-lib/coda/ReadMiss.tcl
-lib/coda/Reconnection.tcl
-lib/coda/Reintegration.tcl
-lib/coda/Repair.tcl
-lib/coda/Space.tcl
-lib/coda/Task.tcl
-lib/coda/Timing.tcl
-lib/coda/Tokens.tcl
-lib/coda/WeakMiss.tcl
-lib/coda/tixCodaMeter.tcl
+@comment $NetBSD: PLIST,v 1.9 2001/04/27 19:05:47 phil Exp $
sbin/au
+sbin/codaconfedit
+sbin/coda-setup-ports
+sbin/sidekick
sbin/venus
sbin/venus-setup
sbin/volmunge
sbin/vutil
-bin/advice_srv
bin/cfs
bin/clog
bin/cmon
@@ -43,10 +16,6 @@ bin/ctokens
bin/cunlog
bin/filerepair
bin/hoard
-bin/logbandwidth
-bin/logcmls
-bin/logprogress
-bin/logreintegration
bin/parser
bin/removeinc
bin/repair
@@ -55,5 +24,5 @@ bin/spy
bin/xaskuser
bin/xfrepair
etc/coda/venus.conf.ex
-@unexec rmdir %D/etc/coda 2>/dev/null || true
-@dirrm lib/coda
+etc/coda/sidekick.intr.ex
+@dirrm etc/coda