Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PR: 270693
Reported by: John Hein <jcfyecrayz@liamekaens.com>
|
|
* Declare direct dependency on a pkgconfig
* Fix --idn2 configure option typo
Reported by: poudriere bulk -t
Approved by: portmgr blanket
|
|
While here switch from libidn to libidn2 [1]
PR: 270617
|
|
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)
|
|
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
PR: 258292
|
|
pcre2 is much faster than our internal regex engine, which makes neomutt
slow because some part of the mail headers are parsed using regexp
Reported by: gahr
|
|
The trick we abused in order to still get the manpages while not
building the docs it not working anymore.
Make the manpages conditionnes to the DOCS option as well
Reported by: gahr
|
|
This release removes SLANG option (support has been removed upstream)
|
|
Approved by: portmgr (blanket)
|
|
Reported by: lwhsu
|
|
|
|
|
|
|
|
|
|
PR: 250723
|
|
PR: 250097
Submitted by: Michael Bueker <m.bueker@berlin.de>
|
|
|
|
|
|
|
|
|
|
|
|
Add an upstream patch to fix a regression in the display of the sidebar
|
|
|
|
|
|
|
|
Reported by: gahr
|
|
|
|
I had race condition during build of this port on powerpc64 elfv2 with 18 cores (72 threads).
--- conn/getdomain.o ---
cc -isystem /usr/local/include -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -std=c99 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__ -I/usr/local/include -DNCURSES_WIDECHAR -I/usr/include -I/usr/include -I. -I. -Wall -I./test -MT conn/getdomain.o -MD -MP -MF getdomain.Tpo -c -o conn/getdomain.o conn/getdomain.c
--- complete.o ---
mv: complete.Tpo: No such file or directory
PR: 242436
Approved by: bapt (maintainer timeout)
|
|
|
|
|
|
While here:
- Remove the warning message during installation and only
show it during upgrades (it only matters for people upgrading)
- Add support for fmemopen(3) which should speed up some searches
|
|
Approved by: maintainer (bapt)
|
|
|
|
|
|
It means the message specifying the rename of the binary mutt to neomutt
will only be shown to people installing neomutt from the first time
and to people upgrading from a version of neomutt which used to have the
binary named mutt
|
|
Bump 48 ports.
Previous update to 1.34 broke jabberd.
PR: 228048
|
|
Approved by: bapt
|
|
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts)
|