Changes since test9:
+ Tweak DHCPv6 relay code so that packets relayed towards a server
have source address on the server-facing network, not the
client facing network. Thanks to Luis Thomas for spotting this
and initial patch.
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit)
The contents of COMMENT will be adequately protected against
interpretation by the shell due to the :Q modifier.
This access to the COMMENT variable should therefore not be enclosed
in double quotes.
Approved by: portmgr (implicit)
This release contains previews of all features that will be available
when PostgreSQL 15 is made generally available, though some details of
the release can change during the beta period.
To upgrade to PostgreSQL 15 Beta 4 from an earlier beta or previous
version of PostgreSQL, you will need to use a strategy similar to
upgrading between major versions of PostgreSQL (e.g. pg_upgrade or
pg_dump / pg_restore). For more information, please visit the
documentation section on upgrading.
URL: https://www.postgresql.org/about/news/postgresql-15-beta-4-released-2507/
Release notes: https://www.postgresql.org/docs/15/release-15.html
In file included from /wrkdirs/usr/ports/devel/vxlog/work/vxlog-1.0.3/src/file-outputter.cc:23:
In file included from /wrkdirs/usr/ports/devel/vxlog/work/vxlog-1.0.3/src/vxlog/file-outputter.h:35:
/wrkdirs/usr/ports/devel/vxlog/work/vxlog-1.0.3/src/vxlog/outputter-interface.h:26:10: fatal error: 'tr1/memory' file not found
#include <tr1/memory>
^~~~~~~~~~~~
Reported by: pkg-fallout
Approved by: portmgr blanket
The lang/chicken5 port was introduced to help migrating from v4 in
lang/chicken. The latter is not long gone, and we're left with a '5'
suffix everywhere. Let's put a copy of chicken v5 in lang/chicken, with
a plan to remove lang/chicken5 in two months.
The use of PORTEPOCH is necessary because it was there in chicken v4.
Followup to ca95a67 which introduced a regression of being unable to
build with both backends enabled. This commit allows all backends
combinations including each individual backend, both and none.
PR: 262640
Reported by: lantw44@gmail.com
Approved by: portmgr blanket, maintainer timeout (kde, 6 months)
Thursday, 8 September 2022
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* kmail: Searching for messages does work again (Commit, fixes bugs
#458202 and #458245).
* kate: Fix a crash when there are no search results (Commit)
* krdc: Access dates are displayed properly now (Commit, fixes bug
#458587)
Announcement: https://kde.org/announcements/gear/22.08.1/
Raknet does not build with gcc 12 because of missing c++ operators,
this prevents GCC_DEFAULT bump to 12.
As that port is old and un-maintained upstream, just force gcc 11 for
now.
PR: 266190
Reported by: salvadore
The blocked commit to devel/py3c prevents dependent ports tp be built.
Disable this port until py3c is restored.
Reported by: antoine
Approved by: portmgr (implicit)
User-visible changes:
- tog: add key to toggle author/committer in log view
- got commit: add -A flag to specify the author of a patch
- tog: alias J and K to > and < keybindings for diff view
- tog: add 'L' key to blame view; opens log view for the annotated line
- reset committer's name+email during rebase and histedit
- tog: uppercase all the key maps which open new views
- got patch: add -c flag to apply at a specified commit
- tog: add n{G,g} key map to jump to line n like less(1)
- tog: add keymaps to jump to next/prev file/hunk in the diff view
A pre-commit hook prevents the revert of an accidental removal of
devel/py3c/Makefile.
Temporarily comment out py3c in this Makefile in order to unbreak
"make index".
Approved by: portmgr (implicit)
Commit b7f05445c0 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)