| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=220910
|
| |
|
|
|
|
|
|
|
|
| |
PATH then they can expect things to break.
PR: 135417
MFC after: 3 weeks
Notes:
svn path=/head/; revision=194158
|
| |
|
|
|
|
|
|
|
|
| |
moved to /usr/local.
Checked with: des (last person to have fiddled with this)
MFC after: 1 month
Notes:
svn path=/head/; revision=186602
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=183696
|
| |
|
|
|
|
|
|
|
| |
PR: bin/120730
Submitted by: ighighi AT gmail DOT com
MFC after: 1 week
Notes:
svn path=/head/; revision=178994
|
| |
|
|
|
|
|
|
|
|
| |
contain a `/' character); based on the submission in the PR.
PR: bin/120730
MFC after: 1 week
Notes:
svn path=/head/; revision=178993
|
| |
|
|
| |
Notes:
svn path=/head/; revision=176407
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Pointy hat to: me and my absence of -Wall in my CFLAGS.
MFC will happen at the same time of the earlier commit.
Thanks to ru@ for spotting.
Approved by: re (Ken Smith), grog@ (mentor)
Notes:
svn path=/head/; revision=172325
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some ports will install with compressed manpages. man handles
this by looking for the .gz version of a man source file.
It is also common to include other files with the .so
directive where commands or functions share a man page.
Traditionally ports have had to handle this by either not
compressing the manpages, or using the _MLINKS macro in the
port makefile to create symlinks to the actual source file,
rather than using .so versions. Notably, the current version
of Xorg port breaks. See ports/113096 and ports/115845.
PR: bin/115850
Submitted by: Callum Gibson <callumgibson@optusnet.com.au>
Approved by: re@ (ken smith), grog@ (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=172257
|
| |
|
|
| |
Notes:
svn path=/head/; revision=165542
|
| |
|
|
| |
Notes:
svn path=/head/; revision=165532
|
| |
|
|
| |
Notes:
svn path=/head/; revision=165509
|
| |
|
|
|
|
|
| |
Reviewed by: nyan
Notes:
svn path=/head/; revision=153115
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152548
|
| |
|
|
|
|
|
|
| |
Triggered by: Stijn Hoop <stijn@win.tue.nl>
on freebsd-questions
Notes:
svn path=/head/; revision=149910
|
| |
|
|
|
|
|
|
|
|
| |
PR: docs/84485
Submitted by: garys
Approved by: keramida
MFC after: 3 days
Notes:
svn path=/head/; revision=149683
|
| |
|
|
| |
Notes:
svn path=/head/; revision=148108
|
| |
|
|
|
|
|
| |
Discussed with: ru
Notes:
svn path=/head/; revision=147225
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140368
|
| |
|
|
|
|
|
| |
any fake value.
Notes:
svn path=/head/; revision=136910
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131490
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131472
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125459
|
| |
|
|
| |
Notes:
svn path=/head/; revision=122392
|
| |
|
|
|
|
|
|
|
|
| |
errors, not necessarily a pointer such that (intptr_t)pointer is -1.
Also fix the style bug that the cast was not followed by a space.
This style of this file is now perfectly non-KNF for this cast too.
Notes:
svn path=/head/; revision=121566
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121534
|
| |
|
|
|
|
|
| |
Reviewed by: ru
Notes:
svn path=/head/; revision=121101
|
| |
|
|
|
|
|
| |
to manpath.config so use.perl won't needs to add it.
Notes:
svn path=/head/; revision=120196
|
| |
|
|
|
|
|
|
| |
PR: conf/56626
Submitted by: Oliver Eikemeier
Notes:
svn path=/head/; revision=119933
|
| |
|
|
| |
Notes:
svn path=/head/; revision=118377
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114468
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110662
|
| |
|
|
|
|
|
| |
and remove the WANT_OPENSSL_MANPAGES knob.
Notes:
svn path=/head/; revision=110655
|
| |
|
|
| |
Notes:
svn path=/head/; revision=107054
|
| |
|
|
|
|
|
|
|
| |
This has slipped through the cracks of The Great Perl Script Rewrite.
Repocopied by: joe
Notes:
svn path=/head/; revision=107053
|
| |
|
|
|
|
|
| |
Submitted by: terry
Notes:
svn path=/head/; revision=106012
|
| |
|
|
|
|
|
| |
Submitted by: Ken Stailey <kstailey@speakeasy.net>
Notes:
svn path=/head/; revision=105615
|
| |
|
|
|
|
|
| |
in /usr/share/tmac/troffrc pending the issue resolution on -arch.
Notes:
svn path=/head/; revision=105388
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In "nroff" mode, italic font renders as an underlined text, which
makes it indistinguishable from the bold text on color monitors
(cons25 terminal type), yet it requires the less(1)'s -R option.
(Refer to the new grotty(1) manpage for details.)
So turn off the color support for now (when generating catpages),
until we figure out what do we do with this new feature. I have
a patch for grotty(1) that tells it to use the "reverse video"
attribute to render the italic font. Once this is accepted, we
can turn color support back on (if there won't be any objections
from the community).
Notes:
svn path=/head/; revision=104874
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104203
|
| |
|
|
|
|
|
| |
Submitted by: rwatson
Notes:
svn path=/head/; revision=102905
|
| |
|
|
|
|
|
|
| |
PR: 37662
MFC after: 5 days
Notes:
svn path=/head/; revision=102475
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101828
|
| |
|
|
|
|
|
|
|
| |
the ``grep -Ei'' searching.
MFC after: 3 days
Notes:
svn path=/head/; revision=101475
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99970
|
| |
|
|
|
|
|
| |
Sponsored by: Apple
Notes:
svn path=/head/; revision=98777
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97202
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96878
|
| |
|
|
|
|
|
|
| |
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
Notes:
svn path=/head/; revision=96513
|