head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.42 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.40 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.38 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.36 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.34 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.32 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.30 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.28 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.26 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.24 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.22 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.20 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.18 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.16 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.14 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.12 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.10 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.8 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.6 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.20 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.18 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.16 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 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.4 date 2005.04.19.00.07.27; author wiz; state dead; 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.07; author jlam; state Exp; branches; next ; desc @@ 1.4 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-ad,v 1.3 2002/06/20 19:28:36 jlam Exp $ --- configs/Makerules.orig Wed Aug 30 15:33:28 2000 +++ configs/Makerules @@@@ -117,11 +117,7 @@@@ c_conf_install: $(CCONFFILES) ifdef CCONFFILES - if test $(sysconfdir) = /etc/coda ; then \ - $(TOPDIR)/tools/our-install 644 $(prefix)/..$(sysconfdir) $? ; \ - else \ - $(TOPDIR)/tools/our-install 644 $(sysconfdir) $? ; \ - fi + $(TOPDIR)/tools/our-install 644 $(prefix)/share/examples/coda $? endif c_script_install: $(CSCRIPTS) @@@@ -156,11 +152,7 @@@@ s_conf_install: $(SCONFFILES) ifdef SCONFFILES - if test $(sysconfdir) = /etc/coda ; then \ - $(TOPDIR)/tools/our-install 644 $(prefix)/..$(sysconfdir) $? ; \ - else \ - $(TOPDIR)/tools/our-install 644 $(sysconfdir) $? ; \ - fi + $(TOPDIR)/tools/our-install 644 $(prefix)/share/examples/coda $? endif s_script_install: $(SSCRIPTS) @ 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 @d1 1 a1 1 $NetBSD$ @ 1.3.2.1 log @file patch-ad was added on branch buildlink2 on 2002-06-23 18:55:07 +0000 @ text @d1 30 @ 1.3.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 30 $NetBSD: patch-ad,v 1.3.2.1 2002/06/23 18:55:07 jlam Exp $ --- configs/Makerules.orig Wed Aug 30 15:33:28 2000 +++ configs/Makerules @@@@ -117,11 +117,7 @@@@ c_conf_install: $(CCONFFILES) ifdef CCONFFILES - if test $(sysconfdir) = /etc/coda ; then \ - $(TOPDIR)/tools/our-install 644 $(prefix)/..$(sysconfdir) $? ; \ - else \ - $(TOPDIR)/tools/our-install 644 $(sysconfdir) $? ; \ - fi + $(TOPDIR)/tools/our-install 644 $(prefix)/share/examples/coda $? endif c_script_install: $(CSCRIPTS) @@@@ -156,11 +152,7 @@@@ s_conf_install: $(SCONFFILES) ifdef SCONFFILES - if test $(sysconfdir) = /etc/coda ; then \ - $(TOPDIR)/tools/our-install 644 $(prefix)/..$(sysconfdir) $? ; \ - else \ - $(TOPDIR)/tools/our-install 644 $(sysconfdir) $? ; \ - fi + $(TOPDIR)/tools/our-install 644 $(prefix)/share/examples/coda $? endif s_script_install: $(SSCRIPTS) @ 1.2 log @Upgrade to Coda 4.6.6 @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 1998/10/05 23:06:16 rvb Exp $ d3 28 a30 32 Index: coda-src/venus/venusrecov.cc =================================================================== RCS file: /afs/cs/project/coda-src/cvs/coda/coda-src/venus/venusrecov.cc,v retrieving revision 4.9.6.1 diff -u -r4.9.6.1 venusrecov.cc --- venusrecov.cc 1998/09/14 22:26:08 4.9.6.1 +++ venusrecov.cc 1998/10/05 15:44:41 @@@@ -123,7 +123,7 @@@@ #ifdef MACH PRIVATE const char *VM_RVGADDR = (char *)0x00c00000; PRIVATE const char *VM_RDSADDR = (char *)0x01c00000; -#elif defined(NetBSD1_3) +#elif defined(NetBSD1_3) || defined(__FreeBSD_version) PRIVATE const char *VM_RVGADDR = (char *)0x50000000; PRIVATE const char *VM_RDSADDR = (char *)0x51000000; #elif defined(__BSD44__) Index: coda-src/scripts/vice-setup-rvm =================================================================== RCS file: /afs/cs/project/coda-src/cvs/coda/coda-src/scripts/vice-setup-rvm,v retrieving revision 4.4 diff -u -r4.4 vice-setup-rvm --- vice-setup-rvm 1998/05/27 20:29:20 4.4 +++ vice-setup-rvm 1998/10/05 15:43:47 @@@@ -114,6 +114,8 @@@@ rvmstart=0x50000000 ;; FreeBSD\ 2.2* ) rvmstart=0x50000000 ;; + FreeBSD\ 3* ) + rvmstart=0x50000000 ;; *) rvmstart=0x20000000 ;; esac @ 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 $ @