summaryrefslogtreecommitdiffstats
path: root/net/cvsup
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to snap-16.1f. This snapshot is primarily cleanups,jdp2002-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.
* Update the cvsup port to build snap-16.1e. It is the best versionjdp2001-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.
* Change the version numbers printed by the programs to "REL_16_1p3"jdp2001-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.
* Bump PORTREVISION and change the version that cvsup and cvsupdjdp2001-09-092-3/+3
| | | | | announce. I forgot to do this when I committed the update to patch-ab.
* Bump PORTREVISION as a result of attributes bugfix committed several minutessobomax2001-09-091-1/+1
| | | | ago.
* Bring in file attributes bugfix from snap-16.1d.jdp2001-09-091-2/+11
|
* Add a patch to fix the notorious "jakarta-tomcat" bug. This bugjdp2001-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
* If PACKAGE_BUILDING is defined, link statically and disable thejdp2001-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.
* Allow PORTVERSION and MASTER_SITES to be overridden so that thisjdp2001-04-281-2/+3
| | | | | | port can be used as a MASTERDIR. Add an additional site to MASTER_SITES.
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentsobomax2000-10-041-1/+1
| | | | directory.
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-3/+3
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-2/+2
|
* Add patch to ignore unsupported file attributes. It has no effectjdp2000-02-201-0/+10
| | | | except in obscure scenarios involving switching versions of CVSup.
* Add patch to handle file flags properly under FreeBSD-4.x. Solvesjdp2000-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 ***
* Build this port with the PM3 Modula-3 system instead of the olderjdp2000-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.
* Update for new version of CVSup (16.0 -> 16.1). Also addjdp1999-12-102-5/+6
| | | | NOT_FOR_ARCHS=alpha because I'm not caught up on that platform yet.
* Add WWW link.jdp1999-09-291-0/+2
| | | | Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
* $Id$ -> $FreeBSD$peter1999-08-302-2/+2
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-271-3/+3
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Commit #3/4 to enforce caps, no period.hoek1999-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
* Update for new release 16.0 of CVSup. (It was 15.4.2 before.)jdp1999-02-105-14/+17
| | | | Adjust MASTER_SITES.
* Instead of trying to auto-detect whether X11 is installed, requirejdp1999-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.
* Delete master site ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/wosch1999-01-221-2/+1
|
* Unmark BROKEN. It was a previously fixed SMP problem.jseger1998-10-131-3/+1
| | | | Pointed out by: jdp
* Mark BROKEN for ELF. Depends on modula-3 which is BROKEN:jseger1998-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
* Make these ports work on ELF systems.jdp1998-09-181-2/+2
|
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-181-2/+0
|
* Update ports for new 15.4.2 release of CVSup.jdp1998-07-072-4/+4
|
* Automatically select the no-GUI version to build if X11 is notjdp1998-06-061-7/+16
| | | | | | installed. PR: closes ports/4178
* Update port for new release 15.4 of CVSup (from 15.3). Also, adjustjdp1998-04-282-6/+6
| | | | | for the new shared library versions in the modula-3 and modula-3-lib ports.
* Update port for CVSup release 15.3 (from 15.2).jdp1998-03-244-8/+10
| | | | Approved by: asami
* Master site has changed.jdp1998-02-111-2/+2
|
* Update from release 15.1 to release 15.2.jdp1997-09-282-4/+4
|
* Distfile (cough cough) changed on master site. :-}jdp1997-07-111-1/+1
|
* Update for new release of CVSup (15.0 -> 15.1). Also update for newjdp1997-07-112-6/+6
| | | | shared library version numbers in modula-3-lib port.
* Update for CVSup version 15.0 (previous was 14.1.1).jdp1997-05-182-4/+4
|
* Fix the master site, which has moved from freefall to hub. Add thejdp1997-05-061-2/+4
| | | | German mirror site and the other US site as well.
* Update from CVSup release 14.1 to release 14.1.1.jdp1997-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.
* Why does this file carry my name? Drats! (Change it to jdp@polstra.com)asami1997-01-091-1/+1
|
* Update from CVSup-14.0 to CVSup-14.1.jdp1997-01-082-4/+4
|
* Update from version 13.5 to version 14.0.jdp1996-12-143-4/+21
|
* Update from version 13.5 to version 14.0.jdp1996-12-141-4/+4
| | | | | Fix garbling of "MASTER_SITES" that somebody's slippery editor fingers introduced into the previous revision of the Makefile.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-4/+3
|
* Change the BUILD_DEPENDS so that it requires a particular version ofjdp1996-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
* Add "devel" to the CATEGORIES.jdp1996-11-011-1/+2
| | | | Submitted by: asami@freebsd.org
* Update for new release 13.5 of CVSup.jdp1996-11-011-1/+1
|
* Update for new release 13.5 of CVSup.jdp1996-11-011-5/+12
| | | | Correct the "Date created" comment in the Makefile.
* Change the dependencies to take advantage of the new "modula-3-lib"jdp1996-10-291-12/+3
| | | | | | port, which installs only the shared libraries and not the entire development system. This should make the package much more convenient to use.
* Minor grammatical cleanups to the warning message.jdp1996-10-221-6/+6
|
* Print a banner warning where the cvsup binary located before fetchingwosch1996-10-201-1/+11
| | | | cvsup/modula sources.
OpenPOWER on IntegriCloud