| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PR: 249296
|
|
|
|
| |
PR: 249296
|
|
|
|
| |
Reported by: Sid <sid@bsdmail.com>
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
| |
|
|
|
|
|
|
|
| |
While here regenerate patch files with make makepatch.
Notes:
svn path=/head/; revision=549579
|
|
|
|
| |
Notes:
svn path=/head/; revision=531041
|
|
|
|
|
|
|
| |
make[2]: "/usr/share/mk/bsd.opts.mk" line 103: "NO_PROFILE is defined, but deprecated. Please use MK_PROFILE=no instead."
Notes:
svn path=/head/; revision=531038
|
|
|
|
|
|
|
| |
Changes: https://github.com/haesbaert/mdnsd/compare/0.7...b1c3540
Notes:
svn path=/head/; revision=531034
|
|
|
|
|
|
|
|
|
|
|
| |
Not all of my ports are covered because:
- USES=cmake requires patching devel/cmake to undo BSD-specific defaults
(A good example why BSD quirks should stay in ports, not to be upstreamed)
- USES=meson and GNU_CONFIGURE require dropping --mandir argument
- ponscripter-sekai requires Templates/BSD.local.dist to NOT create PREFIX/man
Notes:
svn path=/head/; revision=523601
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133
Notes:
svn path=/head/; revision=507877
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
packet.c: In function 'pkt_process':
packet.c:405:3: warning: implicit declaration of function 'LIST_FOREACH_SAFE'; did you mean 'RB_FOREACH_SAFE'? [-Wimplicit-function-declaration]
LIST_FOREACH_SAFE(rr, &pkt->arlist, pentry, rraux) {
^~~~~~~~~~~~~~~~~
RB_FOREACH_SAFE
packet.c:405:39: error: 'pentry' undeclared (first use in this function); did you mean 'rtentry'?
LIST_FOREACH_SAFE(rr, &pkt->arlist, pentry, rraux) {
^~~~~~
rtentry
packet.c:405:39: note: each undeclared identifier is reported only once for each function it appears in
packet.c:405:53: error: expected ';' before '{' token
LIST_FOREACH_SAFE(rr, &pkt->arlist, pentry, rraux) {
^~
;
Reported by: DPorts (via muscles)
Notes:
svn path=/head/; revision=486223
|
|
devel/onscripter{,-1byte} -> games/onscripter{,-1byte}
devel/ponscripter-sekai -> games/ponscripter-sekai
devel/renpy{,6} -> games/renpy{,6}
devel/rlvm -> games/rlvm
dns/openmdns -> net/openmdns (where Bonjour and Avahi are)
Notes:
svn path=/head/; revision=478837
|