summaryrefslogtreecommitdiff
path: root/net/cvsup/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unstaged lang/ezm3 and three cvsup* ports as casualtiesJohn Marino2014-09-093-191/+0
| | | | Notes: svn path=/head/; revision=367787
* - Switch cvsup to build binaries from sources on amd64 architecture insteadPav Lucistnik2005-07-072-0/+148
| | | | | | | | | | | | | | of providing precompiled binary packages, using patches by Peter Wemm and Bjoern A. Zeeb. This gets up "good" cvsup for upcoming 6.0 release. - Turn off X11 automatically on amd64 instead of erroring out - Bjoern A. Zeeb agreed to take maintainership of this port for amd64 arch (read: help endusers solving their problems) Based on: bz's patches floating on mailing list Approved by: jdp (maintainer) Notes: svn path=/head/; revision=138665
* Add a patch for cvsupd to make it honor the "refuse" file for filesJohn Polstra2005-03-251-0/+43
| | | | | | | | | | | | | | | | | | that are in the Attic. This solves the problem people are having where their INDEX* files are being deleted even though they have them listed in the refuse file. Since the bug is in the server, mirror sites will need to upgrade their CVSup installation in order for users to benefit from this fix. Note: I bumped PORTREVISION from 0 to 2, intentionally skipping 1. The amd64 version of this port had already bumped it to 1, and I didn't want to confuse matters by bumping the other architectures to the same revision number. Approved by: portmgr (krion) Notes: svn path=/head/; revision=131952
* Update the cvsup port to build snap-16.1e. It is the best versionJohn Polstra2001-09-224-97/+0
| | | | | | | | | | | | | | | | | | at this time, even though it is not called a "release". Make the necessary changes to the cvsup-devel port, which uses the cvsup port as its MASTERDIR. I intentionally left "PORTREVISION?=0" in cvsup/Makefile, as a reminder that this setting needs to be overridable by the cvsup-devel port. At this moment, the cvsup-devel port builds the same thing as the cvsup port. That situation probably won't last very long, so I am leaving the cvsup-devel port in place. It is mentioned in a lot of documentation, so I don't want to remove it just because it is temporarily the same as the cvsup port. Notes: svn path=/head/; revision=48087
* Change the version numbers printed by the programs to "REL_16_1p3"John Polstra2001-09-101-2/+2
| | | | | | | | | | | | | so that they match the PORTREVISION value. The PORTREVISION was mistakenly incremented twice for the same change, because I forgot it at first, then sobomax incremented it, then I remembered and incremented it myself. Except for the version number, there is no functional change in this commit. Do not bump PORTREVISION for this. Notes: svn path=/head/; revision=47620
* Bump PORTREVISION and change the version that cvsup and cvsupdJohn Polstra2001-09-091-2/+2
| | | | | | | | announce. I forgot to do this when I committed the update to patch-ab. Notes: svn path=/head/; revision=47584
* Bring in file attributes bugfix from snap-16.1d.John Polstra2001-09-091-2/+11
| | | | Notes: svn path=/head/; revision=47580
* Add a patch to fix the notorious "jakarta-tomcat" bug. This bugJohn Polstra2001-05-272-0/+66
| | | | | | | | | | | | | | | | | | | | | came to the fore in checkout mode when a file "files,v" in the repository was manually changed into a directory "files". With this patch, CVSup will still complain that it cannot delete "files" because the directory is not empty. However, it is now a warning rather than a fatal error, and the update will run to completion. The warning will happen only once. After emitting the warning, CVSup will fix the damage in the checkouts file to eliminate the problem. On subsequent updates everything will be OK and no more warnings will occur. I have bumped PORTREVISION to 1, and added "p1" to the end of the version number printed by CVSup. PR: misc/27495 Notes: svn path=/head/; revision=43093
* Add patch to ignore unsupported file attributes. It has no effectJohn Polstra2000-02-201-0/+10
| | | | | | | except in obscure scenarios involving switching versions of CVSup. Notes: svn path=/head/; revision=26044
* Add patch to handle file flags properly under FreeBSD-4.x. SolvesJohn Polstra2000-02-201-0/+12
this crash on the client: *** *** runtime error: *** ASSERT failed *** file "/usr/ports/net/cvsup/work/cvsup-16.1/suplib/src/POSIX/FileAttrOS.m3", line 52 *** Notes: svn path=/head/; revision=26043