summaryrefslogtreecommitdiff
path: root/net/cvsup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
|
* 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.
* 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 ***
* 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.
* 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.
* Add WWW link.John Polstra1999-09-291-0/+2
| | | | Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
* $Id$ -> $FreeBSD$Peter Wemm1999-08-302-2/+2
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-3/+3
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* 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
* Update for new release 16.0 of CVSup. (It was 15.4.2 before.)John Polstra1999-02-105-14/+17
| | | | Adjust MASTER_SITES.
* 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.
* Delete master site ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/Wolfram Schneider1999-01-221-2/+1
|
* Unmark BROKEN. It was a previously fixed SMP problem.Justin M. Seger1998-10-131-3/+1
| | | | Pointed out by: jdp
* 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
* Make these ports work on ELF systems.John Polstra1998-09-181-2/+2
|
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-2/+0
|
* Update ports for new 15.4.2 release of CVSup.John Polstra1998-07-072-4/+4
|
* Automatically select the no-GUI version to build if X11 is notJohn Polstra1998-06-061-7/+16
| | | | | | installed. PR: closes ports/4178
* 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.
* Update port for CVSup release 15.3 (from 15.2).John Polstra1998-03-244-8/+10
| | | | Approved by: asami
* Master site has changed.John Polstra1998-02-111-2/+2
|
* Update from release 15.1 to release 15.2.John Polstra1997-09-282-4/+4
|
* Distfile (cough cough) changed on master site. :-}John Polstra1997-07-111-1/+1
|
* 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.
* Update for CVSup version 15.0 (previous was 14.1.1).John Polstra1997-05-182-4/+4
|
* 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.
* 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.
* Why does this file carry my name? Drats! (Change it to jdp@polstra.com)Satoshi Asami1997-01-091-1/+1
|
* Update from CVSup-14.0 to CVSup-14.1.John Polstra1997-01-082-4/+4
|
* Update from version 13.5 to version 14.0.John Polstra1996-12-143-4/+21
|
* 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.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-4/+3
|
* 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
* Add "devel" to the CATEGORIES.John Polstra1996-11-011-1/+2
| | | | Submitted by: asami@freebsd.org
* Update for new release 13.5 of CVSup.John Polstra1996-11-011-1/+1
|
* Update for new release 13.5 of CVSup.John Polstra1996-11-011-5/+12
| | | | Correct the "Date created" comment in the Makefile.
* Change the dependencies to take advantage of the new "modula-3-lib"John Polstra1996-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.John Polstra1996-10-221-6/+6
|
* Print a banner warning where the cvsup binary located before fetchingWolfram Schneider1996-10-201-1/+11
| | | | cvsup/modula sources.
* Update for new version of Modula-3.John Polstra1996-09-271-3/+3
| | | | Fix a typo in the "Version required" comment.
* Update for new release 13.4 of CVSup.John Polstra1996-09-132-2/+2
|
* Update for new version of the Modula-3 port.John Polstra1996-09-121-2/+2
|
* Update for new version of the Modula-3 port. The new port reallyJohn Polstra1996-09-101-2/+2
| | | | | needs to be used for building CVSup, because it fixes some M3 bugs that affect CVSup.
* Update for release 13.3 of CVSup.John Polstra1996-08-232-4/+4
|
* Remove LIB_DEPENDS on libz, it's in /usr/src now.Satoshi Asami1996-08-191-3/+2
|
* JDP's cvsup. Beware, this port depends on modula-3!Satoshi Asami1996-08-085-0/+36