26255 Commits

Author SHA1 Message Date
rsadowski
5197eb9c6f Enable accountsservice support
Pointer by aja, merci
2022-09-04 06:43:27 +00:00
rsadowski
04f1b42e82 Remove sysutils/gamin dependency
gamin is totally unmaintained low quality software and we would love to
get rid of it.

Requested by aja
2022-09-04 06:29:35 +00:00
semarie
959ce6b32e devel/cargo: copte with more binding crates with embedded source 2022-09-03 16:01:56 +00:00
tb
55e15387a5 devel/valgrind: remove MAINTAINER per their request 2022-09-03 09:42:46 +00:00
ajacoutot
4c6686ea94 'webkitgtk4' => 'webkitgtk40' 2022-09-03 07:52:28 +00:00
ajacoutot
95c2f6e371 Update to libsoup3-3.0.8. 2022-09-02 22:08:50 +00:00
rsadowski
bb44e53fca Enable MODCMAKE_VERBOSE
I somehow forgot that.
2022-09-02 18:00:02 +00:00
naddy
baefdffdc9 devel/luassert: bump after lua-say dependency changed package name 2022-09-02 13:39:33 +00:00
rsadowski
ec925382d2 Mordernize CMake Module
- Use cmake(1) and ctest(1) instead of ninja(1)
- Change test verbose mode

OK sthen, kn and tb
2022-09-02 13:19:58 +00:00
sthen
ab74d51e2a update argp-standalone to a newer fork/continuation based on newer glibc 2022-09-02 09:42:10 +00:00
sdk
5fa9e66597 Fix lua-say package name, which unintentionally changed to "say" 2022-09-02 09:32:13 +00:00
kn
85788209c6 Bump potential struct ifnet consumers
sys/net/if_var.h r1.116 "Remove struct ifnet's unused if_switchport member"
should be of no concern in ports land, but some actively do

- define _KERNEL and/or
  https://codesearch.debian.net/search?q=%23%5Cs*define%5Cs%2B_KERNEL%5Cb+filetype%3Ac&literal=0
  curl -s https://codesearch.debian.net/results/a710598a524e63cb/packages.txt
- include <net/if_var.h>
  https://codesearch.debian.net/search?q=%3Cnet%2Fif_var.h%3E+filetype%3Ac&literal=1
  curl -s https://codesearch.debian.net/results/3264f4d6c8ec573a/packages.txt

Running the packages.txt files through 'sort -u' and 'comm -12', filtering
for ports we actually have and further limiting it down to individual
packages rather than the whole port (thanks sthen) leaves us with

	$ infrastructure/bin/portbump -r \
	    devel/libgtop2 \
	    games/warzone2100 \
	    mail/mozilla-thunderbird \
	    multimedia/gstreamer1/plugins-bad \
	    net/miniupnp/miniupnpd \
	    net/net-snmp,-main \
	    net/usrsctp \
	    net/zabbix,-main \
	    security/aircrack-ng \
	    www/firefox-esr \
	    www/mozilla-firefox

Bump them all to pick up the new header/struct.

Feedback OK sthen
2022-09-02 06:17:28 +00:00
rsadowski
5e7def596e Update jenkins-devel to 2.366 2022-09-02 04:50:26 +00:00
sthen
de042e87da update to py3-pathspec-0.10.0 2022-09-01 18:52:52 +00:00
sthen
a5c6fd235c update to path.py 12.5.0, this is now simply a wrapper around path.py
(the module was renamed)
2022-09-01 18:44:18 +00:00
sthen
c1999a8ab3 update to py3-testpath-0.6.0 2022-09-01 18:34:05 +00:00
sthen
ecfe456783 update to py3-test-xprocess-0.20.0 2022-09-01 18:33:38 +00:00
sthen
4aee377746 update to py3-test-subtesthack-0.2.0 2022-09-01 18:32:46 +00:00
sthen
2c53ff8e5b update to py3-test-localserver-0.7.0 2022-09-01 18:30:15 +00:00
sthen
6781b3e884 update to ninja-1.11.1 2022-09-01 13:41:38 +00:00
rsadowski
3dcd509789 Update homepage 2022-09-01 12:28:12 +00:00
kn
ae2356823e Update to git 2.37.3
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.37.3.txt
2022-08-31 09:09:44 +00:00
jca
dc61aaec98 Update to liburcu-0.13.2 2022-08-30 18:26:13 +00:00
jca
bddf7522fa Work around missing __aeabi_unwind_cpp_pr[01] symbols on arm
Should fix libgc.so consumers that don't already link against libc++abi,
among them editors/zile and hopefully lang/guile[23].
2022-08-30 15:41:53 +00:00
sdk
31bba1cd02 Update luassert 1.7.11 => 1.9.0
v1.9.0
New Features
* When comparing argument lists display content
* Add Icelandic localizations

Bug Fixes
* Validate # of arguments to truthy/falsy asserts
* Order of error message non-deterministic
* Properly subsitute 'pending' if no term.colors
* Always set default color
* Lua 5.3+ update to check number+boolean in error_matches
* Properly package all existing localizations

v1.8.0
* Add default value to Spy constructor argument
* add explanation in README on how to do a was_called_with when mutating self.
* change(format) format tables in output including their id
2022-08-30 14:49:52 +00:00
sdk
26a599ba8c Update lua-say 1.3.1 => 1.4.1, bugfix release
v1.4.1
* Fix argcount n if too low

v1.4.0
* Make say nil-safe
2022-08-30 14:46:13 +00:00
danj
51a3639f72 Remove duplicate definition of MODGO_VERSION
ok sthen
2022-08-30 11:55:06 +00:00
rsadowski
7b990d673f Fix: Boost.Unordered containers are not in a valid state after moving
https://www.boost.org/users/history/version_1_80_0.html
https://github.com/boostorg/unordered/issues/139

OK Brad (maintainer)
2022-08-30 05:07:29 +00:00
matthieu
4e01792d3d Remove libXp, no longer used or maintained upstreams.
ok pascal@ (maintainer) kn@
2022-08-29 18:04:21 +00:00
rsadowski
47b809b891 Update boost to 1.80
https://www.boost.org/users/history/version_1_80_0.html

Update diff from Bred
2022-08-29 17:28:18 +00:00
tb
537979aa0b valgrind: mark broken
With the introduction of the _pad_ system calls, the hardcoded syscall
numbers diverged a step too far from reality. The valgrind output is
now completely useless. Someone needs to sit down and fix the tables and
various syscall wrappers.

maintainer timeout
2022-08-29 16:56:20 +00:00
rsadowski
d36246e23d Update doxygen-gui to 1.9.5 2022-08-29 16:51:29 +00:00
rsadowski
b2d05c7b39 Update doxygen to 1.9.5 2022-08-29 16:51:09 +00:00
sthen
b8af65696c update to github-cli-2.14.7, from Mikolaj Kucharski 2022-08-29 14:55:31 +00:00
rsadowski
dce0f775b9 Add mlt and webvfx, bye bye 2022-08-29 14:42:41 +00:00
sthen
06a8fdb62c update to py3-importlib_metadata-4.12.0 and change things so we can at
least run some tests. tested by Renaud Allard (maintainer) with synapse
plus I built dependent ports.
2022-08-29 14:29:39 +00:00
rsadowski
c96bdac298 Coroutines are part of C++ 20 and implemented in GCC 10 2022-08-29 13:48:30 +00:00
bluhm
9b2c557714 update p5-Exporter-Tiny to 1.004000 2022-08-29 08:36:54 +00:00
ajacoutot
afc4f0bc50 Update to py3-git2-1.10.1. 2022-08-29 08:34:21 +00:00
landry
2bf3368d96 devel/py-txaio: update to 22.2.1 2022-08-29 07:30:07 +00:00
sthen
fb6ff113d0 update to automake-1.16.5 2022-08-28 11:43:45 +00:00
sthen
7adf43f353 reposurgeon: respect MAKE_JOBS, pass in -v to "go build", hack away at
some parts of github.com/pkg/term/termios unused by reposurgeon which fail
to build on i386
2022-08-28 10:26:39 +00:00
sthen
50e620cb40 remove py2 parts in py-mock (the port already changed to py3-only but
some parts were missed), ok kmos@
2022-08-28 08:26:12 +00:00
sthen
c456fd19ad py-nose: run 2to3 manually, setuptools doesn't do it any more (normally
it errors out, but doesn't do so for py-nose)
2022-08-27 17:45:25 +00:00
fcambus
c35c28d18b binutils: add OpenBSD ARM Little Endian BFD support.
This allows the package to build on OpenBSD/armv7.
2022-08-27 17:14:04 +00:00
fcambus
5af32ecff8 Update tig to 2.5.7. 2022-08-27 17:01:13 +00:00
sthen
a2bebdf7f5 py-blist is no longer needed 2022-08-27 15:18:14 +00:00
sthen
d831ba6400 update to py3-multiprocess-0.70.13 2022-08-27 10:32:25 +00:00
sthen
f7458d555a update to py3-dill-0.3.5.1 2022-08-27 10:26:27 +00:00
sthen
197f6fb62e fix bogus MODPY_VERSION in plist 2022-08-27 10:13:39 +00:00