Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.7_3 13 Jul 2021 17:12:20
    |
Alexey Dokuchaev (danfe)  |
net/openmdns: amend the previous fix (add two more missing free() calls).
PR: 249296 |
0.7_3 13 Jul 2021 10:19:34
    |
Alexey Dokuchaev (danfe)  |
net/openmdns: fix daemon memory leaks in various expected paths.
PR: 249296 |
0.7_2 07 Jun 2021 05:55:10
    |
Gleb Popov (arrowd)  |
net/openmdns: Update pkg-descr to include "Zeroconf" word.
Reported by: Sid <sid@bsdmail.com> |
0.7_2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.7_2 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
0.7_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.7_2 22 Sep 2020 12:30:50
  |
se  |
Fix build with -fno-common
While here regenerate patch files with make makepatch. |
0.7_1 07 Apr 2020 22:08:37
  |
jbeich  |
net/openmdns: drop maintainership |
0.7_1 07 Apr 2020 21:58:34
  |
jbeich  |
dns/openmdns: revert unintentional and broken r531034
make[2]: "/usr/share/mk/bsd.opts.mk" line 103: "NO_PROFILE is defined, but
deprecated. Please use MK_PROFILE=no instead." |
0.7.10 07 Apr 2020 21:49:08
  |
jbeich  |
dns/openmdns: update to 0.7.10
Changes: https://github.com/haesbaert/mdnsd/compare/0.7...b1c3540 |
0.7_1 20 Jan 2020 02:01:42
  |
jbeich  |
Simplify port-specific manpages location after r523104
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 |
0.7_1 02 Aug 2019 13:30:40
  |
jbeich  |
devel/libevent2: update to 2.1.11
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 |
0.7 30 Nov 2018 01:16:43
  |
jbeich  |
net/openmdns: unbreak on DragonFly
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) |
0.7 03 Sep 2018 00:21:45
  |
jbeich  |
Reorganize some my ports for better discoverability
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) |