| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
bit set: the return value of fgets() should NOT be kept in a signed
char variable, since passing that to addch() would sign-extend it,
setting a whole lot of attribute bits and resulting in a bold, blinking,
alt-charset display of e.g. all Cyrillic characters. Instead, keep
fgets()'s result in an int variable, as $DEITY (dmr? :) intended.
Bump PORTREVISION for the functionality change.
Notes:
svn path=/head/; revision=117415
|
|
|
|
|
|
|
| |
Reviewed by: marcus
Notes:
svn path=/head/; revision=100076
|
|
|
|
| |
Notes:
svn path=/head/; revision=99421
|
|
|
|
|
|
|
|
| |
PR: 61247
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=97997
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
| |
PR: 36025
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=56282
|
|
|
|
|
|
|
|
|
|
|
| |
so display(1) works correctly when a command produces less output
than the previous one.
PR: 28405
Submitted by: Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu>
Notes:
svn path=/head/; revision=46593
|
|
|
|
|
|
|
|
| |
users about the conflict. Squeeze the pkg-comment files so they
are less than 71 characters.
Notes:
svn path=/head/; revision=40178
|
|
|
|
| |
Notes:
svn path=/head/; revision=27512
|
|
|
|
| |
Notes:
svn path=/head/; revision=24868
|
|
|
|
|
|
|
|
| |
PR: 14921
Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk>
Notes:
svn path=/head/; revision=23355
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=20960
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=19803
|
|
|
|
| |
Notes:
svn path=/head/; revision=16223
|
|
|
|
| |
Notes:
svn path=/head/; revision=14409
|
|
|
|
| |
Notes:
svn path=/head/; revision=14379
|
|
|
|
|
|
|
|
| |
PR: 8451
Submitted by: Stephen J. Roznowski <sjr@home.net>
Notes:
svn path=/head/; revision=14292
|
|
|
|
|
|
|
|
|
|
| |
output shortens.
PR: 7900
Submitted by: Stephen J. Roznowski <sjr@home.net>
Notes:
svn path=/head/; revision=13260
|
|
|
|
| |
Notes:
svn path=/head/; revision=12623
|
|
|
|
| |
Notes:
svn path=/head/; revision=8808
|
|
through curses(3X). The command can be compound and the delay
between executions is settable on the command line. The output
from the command had better fit on a single screen, of course.
PR: ports/4384
Submitted by: Stephen J. Roznowski <sjr@home.net>
Notes:
svn path=/head/; revision=8781
|