summaryrefslogtreecommitdiff
path: root/net/coda5_server
AgeCommit message (Collapse)AuthorFilesLines
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam1-3/+1
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
2002-09-10buildlink1 -> buildlink2jlam2-8/+7
2002-06-20Update net/coda5_server to version 5.3.19. Changes from version 5.3.13jlam12-159/+237
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.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-5/+5
2001-06-19Add rc.vice to PLIST.jlam1-1/+2
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-10/+6
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-05-31* Use buildlink.mk files to get dependencies and to prevent unintendedjlam7-12/+175
linking against installed libraries or finding installed headers except for those that are explicitly linked into ${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}. * Don't prototype history functions directly, but use <readline/history.h> to pull them in. This allows us to use libedit's readline emulation. * Add INSTALL/DEINSTALL scripts to handle coda-server and coda-client both installing coda-setup-ports and codaconfedit. * Try to remove ${PREFIX}/etc/coda at post-deinstall time.
2001-05-15Update to 5.3.13.phil5-66/+14
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-29Unify ONLY_FOR_PLATFORM to clarify conditions, somewhat, under whichfredb1-2/+3
coda/lwp may be built and run. "lwp" needs custom pmap handling in assy language. Only "lwp" is needed to build and run a coda server; client's also need to have the MI CODA filesystem enabled. In fact, it seems that sparc64 has the CODA file system even the assembler in "lwp" is only for sparc, and mac68k is the only m68k port with the CODA filesystem, but such would be cumbersome to express with the present framework.
2000-07-31Include ${WRKSRC}/include directory first to avoid picking up random trashrh1-1/+4
in ${LOCALBASE}/include.
2000-07-27Changes to compile under -current. Changed package maintainer.phil2-3/+4
2000-07-27Patch to make coda compile under -current. Conditionally includes sys/sched.h.phil1-0/+34
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
2000-04-24Make this build on current.fredb2-1/+15
2000-02-20Fix PLIST's clash. Now "filcon" only gets installed with server,fredb3-7/+23
"au" only gets installed with client.
2000-02-09Remove obsolete patch.fredb1-40/+0
2000-02-09Update to version 5.3.5. Bug fixes and improvements--to many to list.fredb4-12/+15
See <http://www.coda.cs.cmu.edu/news.html> for details. 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.
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-10RCS tags addedwiz1-0/+2
1999-12-08defuzzrh2-12/+11
1999-10-19Install 5.3.2rvb3-8/+6
1999-10-19No longer neededrvb1-13/+0
1999-10-05Add dependency on ncurses, and use it.hubertf4-1/+59
1999-07-13Update readline dependency.jlam1-3/+3
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron1-2/+2
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-06-04Sync with 5.2.4rvb22-775/+6
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-17/+17
pattern match format. Minor pkglint along the way.
1999-04-28stabilize bandwidth calculationrvb14-0/+684
1999-04-28Todd doesn't like the FORCE_PKG_REGISTER; I hope Hubert puts in the auto ↵rvb1-3/+1
deregister on conflict code.
1999-04-28FORCE_PKG_REGISTER hackrvb1-1/+3
1999-04-27Add coda5.2.2 to the party and make sure that coda5_* and coda_* compile on 1.4rvb7-5/+90
1999-04-09s/DEPENDS/USE_PERL5/, pointed out by Christop Badurahubertf1-2/+2
1999-03-18Upgrade to 5.2.0rvb3-9/+10
1999-02-22Remove LICENSE=GPL, pointed out by Alistair Crooks in private mailhubertf1-3/+1
1999-01-27Create new coda5_{server,client} packages to access GPL'd Coda 5.0rvb3-6/+10
1998-11-02Make the one-line comment for each of these packages a bit moreagc1-1/+1
explanatory.
1998-10-10Add missing rcs ids.frueauf1-0/+2
1998-10-09Upgrade to Coda 4.6.6rvb7-239/+4
1998-10-05This will probably be the last Coda 4.6.5 related pkgsrc's.rvb5-6/+81
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.
1998-10-02Remove wildcard dependencies *****AGAIN*****agc2-5/+5
Fix package name. Fix the English in the COMMENT file.
1998-10-02Attend to some comments by Alan Barret and Thorsten Frueauf.rvb4-10/+9
Also, run pkglint. And then contend with the ci conflict that ensued since agc did a lot of these changes too.
1998-10-02Add NetBSD RCS Ids.agc1-4/+1
Use standard owner and group in binary package.
1998-10-02Add NetBSD RCS Id.agc1-0/+2
1998-10-02Bring this in under 70 chars, and make it pass pkglint.agc1-1/+1
1998-10-02Add NetBSD RCS Id.agc1-0/+2