| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
|
|
|
|
| |
add $FreeBSD$ so I can commit this.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: bin/12727
Submitted by: Stephen J. Roznowski <sjr@home.com>
Obtained from: NetBSD && NetBSD PR system
|
|
|
|
|
| |
is in both snake and libncurses, and the elf static linker can't handle
the duplication.
|
|
|
|
|
|
|
| |
is in both hack and libncurses, and the elf static linker can't handle
the duplication. This is probably the correct fix for hack (it makes
it clear that the ospeed stuff can go away), but its effect on hack
has not been tested, and the linker bug remains open.
|
| |
|
| |
|
| |
|
|
|
|
| |
need it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: misc/12965
Partially Submitted by: Patrick Seal <patseal@hyperhost.net>
|
|
|
|
|
|
|
|
| |
will have the suffix ".out" appended to them. They are acutally
created as outputfile.dat.
PR: docs/12968
Submitted by: Patrick Seal <patseal@hyperhost.net>
|
| |
|
| |
|
|
|
|
| |
Requested-by: John Baldwin <jobaldwi@vt.edu>
|
|
|
|
|
| |
PR: 12784
Submitted by: Doug <Doug@gorean.org>
|
|
|
|
|
|
|
| |
PR: bin/12768
Submitted By: Stephen J. Roznowski <sjr@home.net>
(2) Follow KNF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
|
|
|
|
|
|
|
| |
-DNOFSCHG disables installation of libs with flag schg
GAMEGRP change the group with which games are installed
also organize the binary section into alphebetical order some what..
|
|
|
|
|
| |
related-to-PR: bin/8440
Submitted by: Stephen J. Roznowski sjr@home.net
|
|
|
|
| |
Submitted by: Geordy Kitchen <gkitchen@cs.ubc.ca> (gnu/12117)
|
| |
|
| |
|
|
|
|
|
|
|
| |
"Non stop trains to Roma Termini Station leave from 7.38
a.m. to 10.08 p.m., hourly."
(from: http://www.italyhotel.com/roma/guida/collegamenti.html)
|
|
|
|
| |
Submitted by: Stephen J. Roznowski <sjr@home.net>
|
|
|
|
|
|
| |
it was using the wrong library.
Submitted by: bde
|
| |
|
|
|
|
|
|
| |
PR: 8083
Submitted by: Stephen J. Roznowski <sjr@home.net>
Obtained from: a whole slew of NetBSD PRs
|
|
|
|
| |
and got a slightly different answer than is in the quotation.
|
| |
|
|
|
|
|
| |
PR: bin/10152
Obtained from: Matthew D. Fuller <fullermd@futuresouth.com>
|
|
|
|
|
|
|
|
| |
o break at end of sentences
o add $id$
o change date
Noticed by: the ever watchful bde
|
|
|
|
|
|
|
| |
Fix old bug with bogus casing to (long).
Document the true limits of factor on 64-bit architectures.
Submitted by: bde
|
|
|
|
|
|
|
|
|
|
| |
Use '0' for base rather than 10 to allow for more flexible input bases.
Inspired by changes in PR 7402, but mostly redone by me to get past
bde filter.
Submitted by: Timo J. Rinne
PR: 7402
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to the _end_ of $PATH before using tools that are normally in
/usr/games. I broke this in rev.1.9 by assuming that these tools
are in $PATH (as they are for `make world' unless NOTOOLS is set).
Revs.1.10-1.13 of this file had various wrong fixes. Rev.1.18
of src/Makefile.inc1 has an incomplete fix.
PR: 7936
Fixed comments about what to comment out to [not] install the
potentially offensive fortunes. This should be configured using
an ifdef.
Fixed missing dependencies of fortunes.dat on fortunes, etc.
Removed bogus dependency of `all' on source files.
Fixed some style bugs.
|
|
|
|
|
|
|
| |
path in src/Makefile.inc. The code that I'm backing out didn't work
anyway since exists() checks for a file in .PATH (and /usr/games/strfile
doesn't exist there), so the test was always defaulting to ../strfile/strfile
which breaks cross-compiled builds.
|
|
|
|
| |
Submitted by: bde
|
| |
|