summaryrefslogtreecommitdiff
path: root/net/coda5_client
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-02-09 02:27:46 +0000
committerfredb <fredb@pkgsrc.org>2000-02-09 02:27:46 +0000
commit678993750fdf14df5f0dbbc7d916e3840726bce3 (patch)
tree8dc3384ad60aea54c0482e05ab7e4eb69e218707 /net/coda5_client
parent81b88333f8254b0a379fb240088cae08f2503229 (diff)
downloadpkgsrc-678993750fdf14df5f0dbbc7d916e3840726bce3.tar.gz
Update to version 5.3.5. Bug fixes and improvements--to many to list.
See <http://www.coda.cs.cmu.edu/news.html> for details. New feature: set "mapprivate=1" in ${LOCALBASE}/etc/coda/venus.conf to mmap() RVM data file. This uses significantly less memory on an idle system. Venus now parses etc/coda/venus.conf, if it exists. Package no longer depends on gdbm. Added dewey depends for lwp>=1.1. Removed ONLY_FOR_PLATFORM, as the list of supported platforms is now quite long.
Diffstat (limited to 'net/coda5_client')
-rw-r--r--net/coda5_client/Makefile12
-rw-r--r--net/coda5_client/files/md54
-rw-r--r--net/coda5_client/files/patch-sum7
-rw-r--r--net/coda5_client/patches/patch-aa40
-rw-r--r--net/coda5_client/pkg/PLIST3
5 files changed, 14 insertions, 52 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile
index 933c5e23efe..e530c522728 100644
--- a/net/coda5_client/Makefile
+++ b/net/coda5_client/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2000/01/15 18:46:31 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2000/02/09 02:27:46 fredb Exp $
#
-DISTNAME= coda-5.3.2
-PKGNAME= coda-client-5.3.2
+DISTNAME= coda-5.3.5
+PKGNAME= coda-client-5.3.5
CATEGORIES= net
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
EXTRACT_SUFX= .tgz
@@ -10,11 +10,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= rvb@cs.cmu.edu
HOMEPAGE= http://www.coda.cs.cmu.edu/
-DEPENDS+= gdbm-1.7.3:../../databases/gdbm
-DEPENDS+= readline-4.0:../../devel/readline
+DEPENDS+= lwp>=1.1:../../devel/lwp
DEPENDS+= ncurses>=4.2:../../devel/ncurses
-
-ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-ns32k
+DEPENDS+= readline-4.0:../../devel/readline
#LICENSE= GPL
diff --git a/net/coda5_client/files/md5 b/net/coda5_client/files/md5
index 4e0275adc81..effeca5dec7 100644
--- a/net/coda5_client/files/md5
+++ b/net/coda5_client/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.10 2000/01/10 01:24:40 wiz Exp $
+$NetBSD: md5,v 1.11 2000/02/09 02:27:47 fredb Exp $
-MD5 (coda-5.3.2.tgz) = ee7fc3b151792007bbe71ed5f6104436
+MD5 (coda-5.3.5.tgz) = b0039ff4960a5fcea49d7a1bf8db7e63
diff --git a/net/coda5_client/files/patch-sum b/net/coda5_client/files/patch-sum
index d24413e627b..cddd6992d4f 100644
--- a/net/coda5_client/files/patch-sum
+++ b/net/coda5_client/files/patch-sum
@@ -1,3 +1,6 @@
-$NetBSD: patch-sum,v 1.2 1999/12/08 13:44:51 rh Exp $
+$NetBSD: patch-sum,v 1.3 2000/02/09 02:27:47 fredb Exp $
-MD5 (patch-aa) = 8a83bd311dd99d1eaf8578f08ced8d28
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.
diff --git a/net/coda5_client/patches/patch-aa b/net/coda5_client/patches/patch-aa
deleted file mode 100644
index 0ae436a588a..00000000000
--- a/net/coda5_client/patches/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-aa,v 1.7 1999/12/08 13:44:52 rh Exp $
-
---- configure.orig Fri Oct 1 20:15:46 1999
-+++ configure Wed Dec 8 14:34:38 1999
-@@ -1838,7 +1838,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lncurses $LIBS"
-+LIBS="-L${LOCALBASE}/lib -Wl,-R{LOCALBASE}/lib -lncurses $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 1844 "configure"
- #include "confdefs.h"
-@@ -1866,7 +1866,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- LIBTERMCAP="-lncurses"
-+ LIBTERMCAP="-L${LOCALBASE}/lib -Wl,-R{LOCALBASE}/lib -lncurses"
- else
- echo "$ac_t""no" 1>&6
- fi
-@@ -1881,7 +1881,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lncurses $LIBTERMCAP $LIBS"
-+LIBS="-L${LOCALBASE}/lib -Wl,-R{LOCALBASE}/lib -lncurses $LIBTERMCAP $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 1887 "configure"
- #include "confdefs.h"
-@@ -1905,7 +1905,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- LIBCURSES="-lncurses"
-+ LIBCURSES="-L${LOCALBASE}/lib -Wl,-R{LOCALBASE}/lib -lncurses"
- else
- echo "$ac_t""no" 1>&6
- echo $ac_n "checking for main in -lcurses""... $ac_c" 1>&6
diff --git a/net/coda5_client/pkg/PLIST b/net/coda5_client/pkg/PLIST
index f6bac5a7d5d..6a24a2f3d37 100644
--- a/net/coda5_client/pkg/PLIST
+++ b/net/coda5_client/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 1999/10/19 00:28:40 rvb Exp $
+@comment $NetBSD: PLIST,v 1.7 2000/02/09 02:27:47 fredb Exp $
lib/coda/Advice.tcl
lib/coda/CodaConsole
lib/coda/Consider.tcl
@@ -56,4 +56,5 @@ bin/spy
bin/xaskuser
bin/xfrepair
etc/coda/venus.conf.ex
+@unexec rmdir %D/etc/coda 2>/dev/null || true
@dirrm lib/coda