Commit Graph

27 Commits

Author SHA1 Message Date
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
John Polstra
fe7fa4a89d Use byacc instead of bison. 2000-01-21 05:14:21 +00:00
John Polstra
9dfe6b8bdd Fix breakage caused by the recent socklen_t changes in -current.
Modula-3 and CVSup build and work again under -current now.

PR:		ports/15595
1999-12-23 17:34:59 +00:00
John Polstra
42cd159a01 Fix the Modula-3 runtime so it will work with the new larger
sigset_t types in -current.
1999-12-23 17:31:15 +00:00
Satoshi Asami
ec72c83800 Fix problem that could cause cvsup to abort in some cases.
Submitted by:	jdp
1999-12-16 08:11:01 +00:00
John Polstra
6c506ecf0a Update the wrapper for quotactl() to reflect a change in its
prototype in 4.0-current on 5 March 1999.  The value of
__FreeBSD_version wasn't bumped until 13 March, so the port is
broken for versions of -current between those dates.
1999-03-14 14:00:07 +00:00
John Polstra
05bb3c0285 Fix building this port under recent versions of -stable. My
previous fix for dealing with the semctl() interface change was
incomplete.
1998-10-06 03:01:41 +00:00
John Polstra
5eac67c7d3 Fix breakage caused by a recent change to <sys/sem.h> in -stable.
Unfortunately, this depends on a bump of __FreeBSD_version which
came 12 days too late.  Thus there is a range of -stable versions
from 7 September 1998 to 19 September 1998 on which this port won't
build.
1998-09-19 17:49:22 +00:00
John Polstra
736d3c5ca3 Make these ports work on ELF systems. 1998-09-18 01:02:04 +00:00
John Polstra
e8b37db2f2 By popular demand, make the modula-3 ports build successfully even
if X11 is not installed.

PR:		closes ports/4178
1998-06-06 20:32:08 +00:00
John Polstra
90731970a6 Fix the semctl() wrapper so that it will compile on -current systems
again.  The prototype was changed in revision 1.14 of "src/sys/sys/sem.h".
In order to make this work on older systems too, I have incremented
__FreeBSD_version and `ifdef'ed based on that.  Unfortunately,
there was a 3-day gap between when the semctl() interface changed
(May 30) and when I bumped __FreeBSD_version (June 2).  FreeBSD-current
systems from that date range will still have problems building this
port.
1998-06-02 23:21:26 +00:00
John Polstra
c4aeb1a8b7 Fix an old bug in the runtime system which very rarely could cause
EFAULT to be generated on calls to open(2) or fcntl(2).

Bump the shared libraries' major version numbers to guard against
possible binary incompatibilities introduced by this fix.
1998-04-28 22:20:55 +00:00
John Polstra
f118640d86 Fix all the paths in context diff headers and remove the Index
lines, since the WORTHLESS, BROKEN new version of patch ignores
them.
1998-01-17 21:12:15 +00:00
Justin M. Seger
97df2e25c6 Alter patches to apply correctly under 3.0.
PR:		5461
1998-01-16 21:46:13 +00:00
John Polstra
355d86a14c Fix "RTHeapDepC.c" so that it compiles under the recently changed
prototype for mount(2).
1997-09-25 01:30:33 +00:00
John Polstra
b8e6697696 Portability improvements for the thread-safe malloc. 1997-09-05 05:34:11 +00:00
John Polstra
a2bac626b4 Add a patch to fix an incorrectly set WM_NORMAL_HINTS property for
X11 applications.  The bug caused some minor problems in window
positioning and resizing.
1997-07-28 21:49:54 +00:00
John Polstra
695f3f989e Sync the internal threadsafe malloc with phkmalloc revision 1.28. 1997-07-26 01:45:53 +00:00
John Polstra
5d5443a579 Fix a screwed up patch that broke things badly. 1997-07-11 05:51:28 +00:00
John Polstra
2a3e5ea907 Add several bugfixes. Produce more informative messages when
segmentation violations and assertion failures occur.  Support
several system calls not supported previously.

PR:		This is part of the fix for ports/3572.
1997-07-11 05:16:45 +00:00
John Polstra
09cfdeb457 I botched my previous update of the thread safe malloc, making it
not thread safe at all.  This commit repairs the damage.

This changes the minor version numbers of the Modula-3 shared
libraries.  The packages that depend on modula-3-lib will need to
be rebuilt:

    net/cvsup
    print/virtualpaper
1997-07-04 17:31:37 +00:00
John Polstra
162542af65 Update the Modula-3 runtime's thread safe malloc to PHK's latest.
This eliminates the malloc warnings brought about by the recent
merging of calloc into malloc.c in -current's libc.

This changes the minor version numbers of the Modula-3 shared
libraries.  The packages that depend on modula-3-lib will need to
be rebuilt:

	net/cvsup
	print/virtualpaper
1997-06-29 20:43:33 +00:00
John Polstra
0fc5da0960 Add a fix for a graphics bug. 1997-05-09 20:45:02 +00:00
John Polstra
31b6f12ee2 Fix a build failure caused by a prototype mismatch. Correct
numerous incorrect argument declarations.  Make the wrapper for
ftruncate() do the right thing with respect to 64-bit argument
alignment.
1997-04-23 17:07:55 +00:00
John Polstra
f926dedfef Add a wrapper for the "chflags" system call. 1997-03-26 21:26:23 +00:00
John Polstra
55fdaafaf3 Fix an include file problem that prevented RTHeapDepC.c from
compiling on post-lite2-merge systems.
1997-03-26 21:16:53 +00:00
John Polstra
d5a92ea924 Split the Modula-3 port into two pieces, creating a new port
"modula-3-lib".  It installs only the shared libraries needed for
executing Modula-3 programs.  This saves a lot of disk space for
people who need to run Modula-3 programs but don't need to build
them.  The original "modula-3" port now depends on this one, and
uses it to install the compiler and the rest of the development
system.

Also, everything is now built with optimization.  I have been
testing this for at least a month, and haven't seen any problems
from it.  It makes the libraries and executables substantially
smaller.

This new port also includes some hooks that will make SOCKS support
possible in the near future.
1996-10-29 23:01:55 +00:00