Commit graph

61 commits

Author SHA1 Message Date
Thomas Moestl
490d1f8530 Fix a construct that causes make errors on platforms that are not
supported by these ports. This fixes 'make readmes' for them on
sparc64 (and by that, release building without NOPORTS).

Approved by:	jdp
2002-10-30 18:51:10 +00:00
John Polstra
cb64dcff43 Update the URL for CVSup. 2002-08-30 19:50:23 +00:00
John Polstra
369b99678c Get things ready for a cvsup-without-gui port. 2002-01-12 19:39:19 +00:00
John Polstra
891d021090 Add USE_XLIB=yes when building with the GUI.
Submitted by:	FUJISHIMA Satsuki <sf@FreeBSD.org>
2002-01-04 05:20:48 +00:00
John Polstra
c9c5953045 Upgrade to snap-16.1f. This snapshot is primarily cleanups,
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.
2002-01-02 19:17:06 +00:00
John Polstra
9f4a51043b Update the cvsup port to build snap-16.1e. It is the best version
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.
2001-09-22 21:03:10 +00:00
John Polstra
bae9c2142e Change the version numbers printed by the programs to "REL_16_1p3"
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.
2001-09-10 21:41:09 +00:00
John Polstra
d212e9a935 Bump PORTREVISION and change the version that cvsup and cvsupd
announce.  I forgot to do this when I committed the update to
patch-ab.
2001-09-09 18:57:45 +00:00
Maxim Sobolev
2fae428688 Bump PORTREVISION as a result of attributes bugfix committed several minutes
ago.
2001-09-09 18:18:39 +00:00
John Polstra
45c4fa4c52 Bring in file attributes bugfix from snap-16.1d. 2001-09-09 18:00:55 +00:00
John Polstra
066d2a313d Add a patch to fix the notorious "jakarta-tomcat" bug. This bug
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
2001-05-27 00:03:48 +00:00
John Polstra
64970ea757 If PACKAGE_BUILDING is defined, link statically and disable the
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.
2001-05-26 20:37:10 +00:00
John Polstra
6f9eed1cc6 Allow PORTVERSION and MASTER_SITES to be overridden so that this
port can be used as a MASTERDIR.

Add an additional site to MASTER_SITES.
2001-04-28 20:32:15 +00:00
Maxim Sobolev
55a61bb102 Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
2000-10-04 06:40:08 +00:00
Jeremy Lea
b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00
John Polstra
a0a2c9775a Add patch to ignore unsupported file attributes. It has no effect
except in obscure scenarios involving switching versions of CVSup.
2000-02-20 18:32:00 +00:00
John Polstra
3cf9d396da Add patch to handle file flags properly under FreeBSD-4.x. Solves
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
***
2000-02-20 18:30:06 +00:00
John Polstra
e08736e7b8 Build this port with the PM3 Modula-3 system instead of the older
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.
2000-02-13 23:31:33 +00:00
John Polstra
37973a952c Update for new version of CVSup (16.0 -> 16.1). Also add
NOT_FOR_ARCHS=alpha because I'm not caught up on that platform yet.
1999-12-10 18:40:39 +00:00
John Polstra
543526605d Add WWW link.
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
1999-09-29 03:33:18 +00:00
Peter Wemm
a6c3f62331 $Id$ -> $FreeBSD$ 1999-08-30 14:24:37 +00:00
Michael Haro
b8f8618362 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
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
1999-06-26 19:12:45 +00:00
John Polstra
a23fa84476 Update for new release 16.0 of CVSup. (It was 15.4.2 before.)
Adjust MASTER_SITES.
1999-02-10 02:48:01 +00:00
John Polstra
28eacf3dc2 Instead of trying to auto-detect whether X11 is installed, require
the user to define NO_X11 if it is not.  The auto-detection scheme
caused problems for Satoshi's port building system.
1999-01-28 05:39:19 +00:00
Wolfram Schneider
a371e45103 Delete master site ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ 1999-01-22 11:50:31 +00:00
Justin M. Seger
96d3c047f3 Unmark BROKEN. It was a previously fixed SMP problem.
Pointed out by:	jdp
1998-10-13 01:17:27 +00:00
Justin M. Seger
802d197782 Mark BROKEN for ELF. Depends on modula-3 which is BROKEN:
***
*** 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
1998-10-12 16:38:05 +00:00
John Polstra
736d3c5ca3 Make these ports work on ELF systems. 1998-09-18 01:02:04 +00:00
Tim Vanderhoek
26e78bb69f This netted the largest set of mis-installed manpages, yet! 1998-08-18 19:48:45 +00:00
John Polstra
41dd229c86 Update ports for new 15.4.2 release of CVSup. 1998-07-07 03:22:35 +00:00
John Polstra
76e8b0735d Automatically select the no-GUI version to build if X11 is not
installed.

PR:		closes ports/4178
1998-06-06 20:33:21 +00:00
John Polstra
a6d86d5ee3 Update port for new release 15.4 of CVSup (from 15.3). Also, adjust
for the new shared library versions in the modula-3 and modula-3-lib
ports.
1998-04-28 22:25:13 +00:00
John Polstra
9e5135c7ac Update port for CVSup release 15.3 (from 15.2).
Approved by:	asami
1998-03-24 04:20:27 +00:00
John Polstra
0b2dccbb26 Master site has changed. 1998-02-11 18:04:24 +00:00
John Polstra
a0f31c0cfc Update from release 15.1 to release 15.2. 1997-09-28 21:33:44 +00:00
John Polstra
56951bab3c Distfile (cough cough) changed on master site. :-} 1997-07-11 06:09:41 +00:00
John Polstra
61362f0f8d Update for new release of CVSup (15.0 -> 15.1). Also update for new
shared library version numbers in modula-3-lib port.
1997-07-11 05:20:34 +00:00
John Polstra
34c76f1dee Update for CVSup version 15.0 (previous was 14.1.1). 1997-05-18 00:32:12 +00:00
John Polstra
7a4ac6b1f2 Fix the master site, which has moved from freefall to hub. Add the
German mirror site and the other US site as well.
1997-05-06 15:03:41 +00:00
John Polstra
3d6079d216 Update from CVSup release 14.1 to release 14.1.1.
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.
1997-01-16 03:27:31 +00:00
Satoshi Asami
2f52be8f94 Why does this file carry my name? Drats! (Change it to jdp@polstra.com) 1997-01-09 09:21:03 +00:00
John Polstra
e0bd0cc73c Update from CVSup-14.0 to CVSup-14.1. 1997-01-08 00:20:25 +00:00
John Polstra
35c1e6484a Update from version 13.5 to version 14.0. 1996-12-14 20:13:27 +00:00
John Polstra
092ba24f2e Update from version 13.5 to version 14.0.
Fix garbling of "MASTER_SITES" that somebody's slippery editor fingers
introduced into the previous revision of the Makefile.
1996-12-14 20:12:47 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
John Polstra
acb179bb41 Change the BUILD_DEPENDS so that it requires a particular version of
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
1996-11-01 20:30:46 +00:00
John Polstra
c52f657a4b Add "devel" to the CATEGORIES.
Submitted by:	asami@freebsd.org
1996-11-01 17:02:06 +00:00
John Polstra
5d6b356c54 Update for new release 13.5 of CVSup. 1996-11-01 04:14:12 +00:00