head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.42 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.40 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.38 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.36 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.34 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.32 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.30 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.28 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.26 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.24 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.22 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.20 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.18 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.16 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.14 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.12 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.10 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.8 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.6 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.4 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.2 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2-base:1.3 buildlink2:1.3.0.2; locks; strict; comment @# @; 1.5 date 2005.04.19.00.07.27; author wiz; state dead; branches; next 1.4; 1.4 date 2003.08.22.13.17.52; author drochner; state Exp; branches; next 1.3; 1.3 date 2002.06.20.19.28.36; author jlam; state Exp; branches 1.3.2.1; next 1.2; 1.2 date 98.10.09.20.48.08; author rvb; state dead; branches; next 1.1; 1.1 date 98.10.05.23.06.16; author rvb; state Exp; branches; next ; 1.3.2.1 date 2002.06.20.19.28.36; author jlam; state dead; branches; next 1.3.2.2; 1.3.2.2 date 2002.06.23.18.55.08; author jlam; state Exp; branches; next ; desc @@ 1.5 log @Remove non-building coda5_client and coda5_server packages; ok'd by maintainer, phil@@, who will be working on importing a coda6 package. @ text @$NetBSD: patch-ae,v 1.4 2003/08/22 13:17:52 drochner Exp $ --- configure.orig 2002-12-13 22:13:14.000000000 +0100 +++ configure 2003-08-22 14:03:55.000000000 +0200 @@@@ -2886,6 +2886,7 @@@@ fi echo "$as_me:$LINENO: checking configuration file location" >&5 +if false; then echo $ECHO_N "checking configuration file location... $ECHO_C" >&6 case ${prefix} in /usr ) @@@@ -2912,6 +2913,9 @@@@ initsuffix='etc' ;; esac +else + initsuffix=etc +fi echo "$as_me:$LINENO: result: ${sysconfdir}" >&5 echo "${ECHO_T}${sysconfdir}" >&6 @ 1.4 log @-fix build problem on -current due to changed "struct stat", reported by Gary Duzan in PR pkg/22274 -being here, uodate to 5.3.20 changes: - Updated for current autoconf/gcc build environment. - Repair tries to continue even when not all replicas can be mounted. - I _think_ this code fixes the problem where venus dies when it is restarted after a local-global conflict and required reinitialization. - Added 'masquerade_port' option to venus.conf to force venus to use a fixed port when 'masquerade=1'. Simplifies life for strict firewall administrators. - Improved Kerberos intergration. - Fixed the problem where servers would crash when more than 30000 files were created in a single volume. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update net/coda5_server to version 5.3.19. Changes from version 5.3.13 include: * Installing the relevant manpages with the server programs. * Miscellaneous bug fixes. * Coda servers were doing strncmp instead of memcmp on ip-addresses. This fixes 'identity-crisis' problems for replicated servers, where servers didn't know which volumes they were hosting etc. (Ivan Popov) * Made ValidateAttrs on the server more resilient to bad input. * Handle reintegration conflicts when doing a partial reintegration, instead of endlessly looping. * Searching the colon separated CODACONFPATH environment variable for venus.conf and server.conf configuration files. * Added some more paranoia checks while parsing the /vice/db/servers file. * No longer ordering VRDB entries entries by ip-address. This allows us to resize a VSG without affecting version-vectors. * Added rds_print_stats to the server's printstats output to aid in finding whether an RVM allocation failure is due to running out of RVM space, or due to a large defragmentation that cannot be logged in the RVM log. * Added getvolinfo program to be useful when debugging volume mounting problems. * Avoid servers getting stuck in file-creation when there are pre-existing files in /vicepa. * Always pre-allocate fids with the maximum possible stride, will become useful when we allowing modifications to a volume's replication group. However, any replicated volume over a mix of old and new servers has a slightly higher probability on getting unwanted fid-collissions. * Reduced server memory usage during reintegration. * Not returning ENOENT when testing inconsistent files with access(F_OK). * Allow server-server repair with only one existing replica, needed for repairing conflicts after running out of diskspace. * Added "skip volumes" argument to norton-reinit -load. * The 'change id' function of pdbtool would silently corrupt the pdb databases, group owner id's were not updated, users were missing as members from groups. Group could become a member of a user. Hueristics to fix these corruptions are added to the 'pdbtool cm' functionality. @ text @d3 3 a5 3 --- configure.orig Tue Mar 12 15:25:53 2002 +++ configure @@@@ -1246,6 +1246,7 @@@@ d8 1 a8 1 echo $ac_n "checking configuration file location""... $ac_c" 1>&6 d10 1 a10 1 echo "configure:1250: checking configuration file location" >&5 d13 1 a13 1 @@@@ -1272,6 +1273,9 @@@@ d20 2 a21 2 echo "$ac_t""${sysconfdir}" 1>&6 @ 1.3.2.1 log @file patch-ae was added on branch buildlink2 on 2002-06-23 18:55:08 +0000 @ text @d1 22 @ 1.3.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 22 $NetBSD: patch-ae,v 1.3.2.1 2002/06/23 18:55:08 jlam Exp $ --- configure.orig Tue Mar 12 15:25:53 2002 +++ configure @@@@ -1246,6 +1246,7 @@@@ fi echo $ac_n "checking configuration file location""... $ac_c" 1>&6 +if false; then echo "configure:1250: checking configuration file location" >&5 case ${prefix} in /usr ) @@@@ -1272,6 +1273,9 @@@@ initsuffix='etc' ;; esac +else + initsuffix=etc +fi echo "$ac_t""${sysconfdir}" 1>&6 @ 1.2 log @Upgrade to Coda 4.6.6 @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 1998/10/05 23:06:16 rvb Exp $ d3 20 a22 22 Index: coda-src/venus/worker.cc =================================================================== RCS file: /afs/cs/project/coda-src/cvs/coda/coda-src/venus/worker.cc,v retrieving revision 4.17.4.2 diff -u -r4.17.4.2 worker.cc --- worker.cc 1998/10/05 02:09:40 4.17.4.2 +++ worker.cc 1998/10/05 15:50:36 @@@@ -290,9 +290,11 @@@@ #endif /* __MACH__ */ #ifdef __BSD44__ if (mount("coda", venusRoot, 0, kernDevice) < 0) { - eprint("mount(%s, %s) failed (%d), exiting", - kernDevice, venusRoot, errno); - exit(-1); + if (mount("cfs", venusRoot, 0, kernDevice) < 0) { + eprint("mount(%s, %s) failed (%d), exiting", + kernDevice, venusRoot, errno); + exit(-1); + } } #endif /* __BSD44__ */ #ifdef __linux__ @ 1.1 log @This will probably be the last Coda 4.6.5 related pkgsrc's. Coda 4.6.6 should be out RSN. Note: to agc. I put back in the module suffix; so the client and server are coda-...4.6.5.2. We can straighten this out before 4.6.6 if this is a problem. The basic idea is that we want tosay both that our src is derived from Coda 4.6.5 and that this is the "2"nd version of the package. So the implication is that there are patches here that were not in the "1"st version. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 1998/10/02 14:38:58 rvb Exp $ @