| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: misc/22000
Submitted by: Jay Krell <jay.krell@cornell.edu>
|
|
|
|
|
|
| |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
|
|
|
|
|
|
|
| |
(I believe I got this right, but since this PLIST is actually
processed in scripts/conifgure, I am not 100% sure that I have traced
its entire path. If the maintainer can check, it will be greatly
appreciated.)
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
area on the local ports tree.
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
|
| |
|
| |
|
|
|
|
|
|
| |
Modula-3 and CVSup build and work again under -current now.
PR: ports/15595
|
|
|
|
| |
sigset_t types in -current.
|
|
|
|
| |
Submitted by: jdp
|
|
|
|
| |
aren't there any more in -current.
|
| |
|
|
|
|
| |
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
|
| |
|
|
|
|
|
| |
true -> ${TRUE}
false -> ${FALSE}
|
|
|
|
|
|
|
|
| |
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
|
|
|
|
| |
chown -> ${CHOWN}
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
the user to define NO_X11 if it is not. The auto-detection scheme
caused problems for Satoshi's port building system.
|
|
|
|
| |
Pointed out by: jdp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
***
*** 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
|
|
|
|
|
| |
previous fix for dealing with the semctl() interface change was
incomplete.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
if X11 is not installed.
PR: closes ports/4178
|
|
|
|
| |
libraries moved into "/usr/lib/aout".
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
lines, since the WORTHLESS, BROKEN new version of patch ignores
them.
|
|
|
|
| |
PR: 5461
|
|
|
|
| |
prototype for mount(2).
|
| |
|
|
|
|
|
| |
X11 applications. The bug caused some minor problems in window
positioning and resizing.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
segmentation violations and assertion failures occur. Support
several system calls not supported previously.
PR: This is part of the fix for ports/3572.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
| |
numerous incorrect argument declarations. Make the wrapper for
ftruncate() do the right thing with respect to 64-bit argument
alignment.
|
|
|
|
| |
in the package. Add a pointer to it in the DESCR file.
|