| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Cleanup unneeded bits in the Makefile
- Patch a bit more to fix compiler warnings
- While there, rename patches to follow makepatch naming.
Sponsored by: Absolight
|
|
|
|
| |
misc)
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
| |
|
|
|
|
| |
PR: ports/144412 (partial)
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/98100
Submitted by: Stephen J. Roznowski <sjr at comcast.net>
|
|
|
|
|
| |
also unconditionally uses libncurses now.
Honor ${STRIP}.
|
| |
|
|
|
|
|
| |
a different name, avoiding conflicts with ImageMagick and other ports.
Bump PORTREVISION.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reviewed by: marcus
|
| |
|
|
|
|
|
| |
PR: 61247
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
| |
PR: 36025
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
users about the conflict. Squeeze the pkg-comment files so they
are less than 71 characters.
|
| |
|
| |
|
|
|
|
|
| |
PR: 14921
Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk>
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 8451
Submitted by: Stephen J. Roznowski <sjr@home.net>
|
|
|
|
|
|
|
| |
output shortens.
PR: 7900
Submitted by: Stephen J. Roznowski <sjr@home.net>
|
| |
|
| |
|
|
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>
|