x11-servers/xwayland-devel: update to 1.20.0.789
- Use -D${PORTNAME}=true to denote the only X server enabled
- Annotate do-install target is a workaround
Changes: 96d19e898...446ff2d31
sysutils/moosefs2-master: fix build of client on GCC architectures
sustained_inodes.c: In function 'sinodes_pid_inodes':
sustained_inodes.c:224: error: 'struct kinfo_file' has no member named 'kf_un'
sustained_inodes.c:225: error: 'struct kinfo_file' has no member named 'kf_un'
devel/ruby-subversion: fix build on GCC architectures
Ruby needs newer compiler:
subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c: In function 'callback_rescue':
subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c:1628:38: error: 'ruby_errinfo' undeclared (first use in this function); did you mean 'rb_errinfo'?
1628 | ruby_errinfo,
graphics/kmscube: add new port
kmscube is a little demonstration program for how to drive bare metal
graphics without a compositor like X11, Wayland or similar, using
DRM/KMS (kernel mode setting), GBM (graphics buffer manager) and EGL
for rendering content using OpenGL or OpenGL ES.
https://gitlab.freedesktop.org/mesa/kmscube
lang/quickjs: fix build on GCC architectures
Don't use Clang if we need to use GCC
PR: 251030
Approved by: yuri (maintainer timeout)
Approved by: portmgr (fix build blanket)
mail/exim: import exim-4.94+fixes branch as state of 2020.11.25
Used git diffs:
[38/42] GnuTLS: clear errno before any data i/o op, so error logging does not see stale values
[39/42] Fix non-TLS build
[40/42] eximon: fix FreeBSD build
[41/42] LDAP: fix taint-check in server list walk. Bug 2646
[42/42] Pass authenticator pubname through spool. Bug 2648
Also patch files/150.exim-tidydb to prevent its output when daily_show_success=NO. [1]
Submitted by: Dmitry Selivanov <sd@rlan.ru> via email [1]
Approved by: ports-secteam (with hat on)
textproc/bsdgrep: fix the build on recent -CURRENT
A seatbelt was added to throw a warning if a "SUBDIR." variable appeared
non-empty, since that indicates something was trying to expand a MK_
variable most likely and either opts.mk wasn't included or the name of the
variable used is wrong.
In this particular case, we're repackaging a part from base. I had stripped
the src.opts.mk include but hadn't thought to replace it with bsd.opts.mk
for userlandy stuff.
This also goes as far as fixing the test build, but doesn't yet hook up the
tests. On FreeBSD <13 these need a kyua/atf test dep, but I'd like to do a
sweep and see if there are any other ports (e.g. from NetBSD base or FreeBSD
base) that also have a dependency to weigh in on if this should just be a
one-off osversion check or a kyua/atf USES.
Approved by: ports-secteam (implicit, build fix)
net-mgmt/pushgateway: Update to 0.10.0
This release changes the storage format. v0.10 can read the storage format
of v0.5–v0.9. It will then persist the new format so that a downgrade
won't be possible anymore[1].
[1] https://github.com/prometheus/pushgateway/releases/tag/v0.10.0
For this port 0.10.0, it is intended to replace it with a version >= 1.3.x
from about four weeks on. So there will be four weeks for the migration.
PR: 250587
Submitted by: Gabriel Dutra <0xdutra@gmail.com> (new maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D27165
Approved by: ports-secteam (fluffy)
Approved by: portmgr (with hat)
www/gitea: Update to 1.12.5
Changes: https://github.com/go-gitea/gitea/releases/tag/v1.12.5
PR: 250372
Approved by: maintainer
www/gitea: Update to 1.12.6
SECURITY
Prevent git operations for inactive users (#13527) (#13537)
Disallow urlencoded new lines in git protocol paths if there is a port (#13521) (#13525)
BUGFIXES
API should only return Json (#13511) (#13564)
Fix before and since query arguments at API (#13559) (#13560)
Prevent panic on git blame by limiting lines to 4096 bytes at most (#13470) (#13492)
Fix link detection in repository description with tailing ‘_’ (#13407) (#13408)
Remove obsolete change of email on profile page (#13341) (#13348)
Fix permission check on get Reactions API endpoints (#13344) (#13346)
Add migrated pulls to pull request task queue (#13331) (#13335)
API deny wrong pull creation options (#13308) (#13327)
Fix initial commit page & binary munching problem (#13249) (#13259)
Fix diff parsing (#13157) (#13136) (#13139)
Return error 404 not 500 from API if team does not exist (#13118) (#13119)
Prohibit automatic downgrades (#13108) (#13111)
Fix GitLab Migration Option AuthToken (#13101)
GitLab Label Color Normalizer (#12793) (#13100)
Log the underlying panic in runMigrateTask (#13096) (#13098)
Fix attachments list in edit comment (#13036) (#13097)
Fix deadlock when deleting team user (#13093)
Fix error create comment on outdated file (#13041) (#13042)
Fix repository create/delete event webhooks (#13008) (#13027)
Fix internal server error on README in submodule (#13006) (#13016)
PR: 251296
Submitted by: maintainer
Security: https://github.com/go-gitea/gitea/pull/13527https://github.com/go-gitea/gitea/pull/13521
gecko: bump LLVM_DEFAULT to 11
Detach from tree-wide default as coordinating with other maintainers
is expensive for little gain. User's choice is still respected.
llvm11 has better Tier2 support, more optimizations, reduces package size
and aligns with what contributors dogfood.
Approved by: ports-secteam blanket
astro/siril: Fix run-time error: Undefined symbol "cblas_dcopy"
This was because math/gsl installs 2 libraries, libgsl.so and
libgslcblas.so, the former of which should depend on the latter one.
Instead, the gsl package through its pkg-config script asks users to
link to both libraries. This fails when the link line also has
-Wl,--as-needed which causes the linker to drop the second library.
In such case the above error is triggered at runtime.
Also update WWW.
PR: 251206
Submitted by: Ned Leitch <ned.leitch+freebsd@gmail.com>
Approved by: ports-secteam (fluffy)
cad/ktechlab: fix build on GCC architectures
The compiler feature "cxx_decltype" is not known to CXX compiler
"GNU"
version 4.2.1.
Approved by: portmgr (fix build blanket)
security/wolfssl: fix build on big-endian
Merge upstream patch to fix build on big-endian architectures.
Also unmark mips and mips64 as broken, now builds fine.
Approved by: portmgr (fix build blanket)