summaryrefslogtreecommitdiff
path: root/net/cvsup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert COMMENT to COMMENTFILE until these ports can be converted.Kris Kennaway2003-02-101-1/+1
| | | | | | | Submitted by: lioux Notes: svn path=/head/; revision=75232
* Fix a construct that causes make errors on platforms that are notThomas Moestl2002-10-301-1/+1
| | | | | | | | | | supported by these ports. This fixes 'make readmes' for them on sparc64 (and by that, release building without NOPORTS). Approved by: jdp Notes: svn path=/head/; revision=69172
* Update the URL for CVSup.John Polstra2002-08-302-2/+2
| | | | Notes: svn path=/head/; revision=65330
* Get things ready for a cvsup-without-gui port.John Polstra2002-01-125-3/+27
| | | | Notes: svn path=/head/; revision=52994
* Add USE_XLIB=yes when building with the GUI.John Polstra2002-01-041-0/+1
| | | | | | | Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Notes: svn path=/head/; revision=52553
* Upgrade to snap-16.1f. This snapshot is primarily cleanups,John Polstra2002-01-022-32/+6
| | | | | | | | | | | | | | | | | | | documentation updates, and portability fixes. There is no compelling reason for FreeBSD users to upgrade if they are already running snap-16.1e. More importantly: Change the Modula-3 dependencies to use the new "ezm3" distribution. It is a lot smaller and easier to install than pm3. Remove the special static linking when PACKAGE_BUILDING is set. When ezm3 is used, programs are always statically linked with the Modula-3 libraries. This means that binaries built with this port will be stand-alone, but still dynamically linked with the system libraries. So, for example, they will work with runsocks. Notes: svn path=/head/; revision=52507
* Update the cvsup port to build snap-16.1e. It is the best versionJohn Polstra2001-09-227-103/+14
| | | | | | | | | | | | | | | | | | 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-092-3/+3
| | | | | | | | announce. I forgot to do this when I committed the update to patch-ab. Notes: svn path=/head/; revision=47584
* Bump PORTREVISION as a result of attributes bugfix committed several minutesMaxim Sobolev2001-09-091-1/+1
| | | | | | | ago. Notes: svn path=/head/; revision=47583
* 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-273-0/+67
| | | | | | | | | | | | | | | | | | | | | 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
* If PACKAGE_BUILDING is defined, link statically and disable theJohn Polstra2001-05-261-2/+11
| | | | | | | | | | | | RUN_DEPENDS. This makes the package completely stand-alone; it will work without Modula-3 being installed. This should make it practical to eliminate the cvsup-bin and cvsupd-bin ports entirely. Note, this change applies to the cvsup-devel port too, since it shares this Makefile. Notes: svn path=/head/; revision=43091
* Allow PORTVERSION and MASTER_SITES to be overridden so that thisJohn Polstra2001-04-281-2/+3
| | | | | | | | | port can be used as a MASTERDIR. Add an additional site to MASTER_SITES. Notes: svn path=/head/; revision=42014
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentMaxim Sobolev2000-10-041-1/+1
| | | | | | | directory. Notes: svn path=/head/; revision=33401
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-3/+3
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* 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
* Build this port with the PM3 Modula-3 system instead of the olderJohn Polstra2000-02-131-16/+49
| | | | | | | | | DEC SRC one. PM3 is the one that's actively maintained these days. This port now works on FreeBSD-2, -3, and -4 on the i386, and FreeBSD-4 on the Alpha. Notes: svn path=/head/; revision=25787
* Update for new version of CVSup (16.0 -> 16.1). Also addJohn Polstra1999-12-102-5/+6
| | | | | | | NOT_FOR_ARCHS=alpha because I'm not caught up on that platform yet. Notes: svn path=/head/; revision=23744
* Add WWW link.John Polstra1999-09-291-0/+2
| | | | | | | Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de> Notes: svn path=/head/; revision=22059
* $Id$ -> $FreeBSD$Peter Wemm1999-08-302-2/+2
| | | | Notes: svn path=/head/; revision=21126
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-3/+3
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Update for new release 16.0 of CVSup. (It was 15.4.2 before.)John Polstra1999-02-105-14/+17
| | | | | | | Adjust MASTER_SITES. Notes: svn path=/head/; revision=16581
* Instead of trying to auto-detect whether X11 is installed, requireJohn Polstra1999-01-281-8/+8
| | | | | | | | the user to define NO_X11 if it is not. The auto-detection scheme caused problems for Satoshi's port building system. Notes: svn path=/head/; revision=16396
* Delete master site ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/Wolfram Schneider1999-01-221-2/+1
| | | | Notes: svn path=/head/; revision=16262
* Unmark BROKEN. It was a previously fixed SMP problem.Justin M. Seger1998-10-131-3/+1
| | | | | | | Pointed out by: jdp Notes: svn path=/head/; revision=13923
* Mark BROKEN for ELF. Depends on modula-3 which is BROKEN:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | | | | | | | | | | *** *** runtime error: *** Segmentation violation - possible attempt to dereference NIL *** *** runtime error: *** ASSERT failed *** file "../src/runtime/common/RTHeapMap.m3", line 35 *** Abort trap - core dumped *** error code 134 (ignored) missing libm3formsvbtpixmaps.a: not building libm3formsvbtpixmaps.so.6 followed by many more errors Notes: svn path=/head/; revision=13906
* Make these ports work on ELF systems.John Polstra1998-09-181-2/+2
| | | | Notes: svn path=/head/; revision=13211
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-2/+0
| | | | Notes: svn path=/head/; revision=12624
* Update ports for new 15.4.2 release of CVSup.John Polstra1998-07-072-4/+4
| | | | Notes: svn path=/head/; revision=11772
* Automatically select the no-GUI version to build if X11 is notJohn Polstra1998-06-061-7/+16
| | | | | | | | | installed. PR: closes ports/4178 Notes: svn path=/head/; revision=11304
* Update port for new release 15.4 of CVSup (from 15.3). Also, adjustJohn Polstra1998-04-282-6/+6
| | | | | | | | for the new shared library versions in the modula-3 and modula-3-lib ports. Notes: svn path=/head/; revision=10746
* Update port for CVSup release 15.3 (from 15.2).John Polstra1998-03-244-8/+10
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=10305
* Master site has changed.John Polstra1998-02-111-2/+2
| | | | Notes: svn path=/head/; revision=9669
* Update from release 15.1 to release 15.2.John Polstra1997-09-282-4/+4
| | | | Notes: svn path=/head/; revision=8048
* Distfile (cough cough) changed on master site. :-}John Polstra1997-07-111-1/+1
| | | | Notes: svn path=/head/; revision=7292
* Update for new release of CVSup (15.0 -> 15.1). Also update for newJohn Polstra1997-07-112-6/+6
| | | | | | | shared library version numbers in modula-3-lib port. Notes: svn path=/head/; revision=7290
* Update for CVSup version 15.0 (previous was 14.1.1).John Polstra1997-05-182-4/+4
| | | | Notes: svn path=/head/; revision=6481
* Fix the master site, which has moved from freefall to hub. Add theJohn Polstra1997-05-061-2/+4
| | | | | | | German mirror site and the other US site as well. Notes: svn path=/head/; revision=6420
* Update from CVSup release 14.1 to release 14.1.1.John Polstra1997-01-162-4/+4
| | | | | | | | | This micro release of CVSup fixes a server bug that would have been tickled by some planned repairs to the FreeBSD repository. The client remains unchanged from release 14.1. Notes: svn path=/head/; revision=5364
* Why does this file carry my name? Drats! (Change it to jdp@polstra.com)Satoshi Asami1997-01-091-1/+1
| | | | Notes: svn path=/head/; revision=5279
* Update from CVSup-14.0 to CVSup-14.1.John Polstra1997-01-082-4/+4
| | | | Notes: svn path=/head/; revision=5257
* Update from version 13.5 to version 14.0.John Polstra1996-12-143-4/+21
| | | | Notes: svn path=/head/; revision=4973
* Update from version 13.5 to version 14.0.John Polstra1996-12-141-4/+4
| | | | | | | | Fix garbling of "MASTER_SITES" that somebody's slippery editor fingers introduced into the previous revision of the Makefile. Notes: svn path=/head/; revision=4972
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-4/+3
| | | | Notes: svn path=/head/; revision=4575
* Change the BUILD_DEPENDS so that it requires a particular version ofJohn Polstra1996-11-011-2/+2
| | | | | | | | | | m3build. Otherwise, it is possible to end up with shared libraries and interface files that come from different and incompatible versions. Problem reported by: asami@freebsd.org Notes: svn path=/head/; revision=4246
* Add "devel" to the CATEGORIES.John Polstra1996-11-011-1/+2
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4240