170854 Commits

Author SHA1 Message Date
robert
0090d16257 do not pick libudev up yet 2022-11-10 15:01:09 +00:00
robert
6a4b325a16 sync with the gdm git repo 2022-11-10 14:58:55 +00:00
ajacoutot
a6fc74e01b Add a comment; no pkg change. 2022-11-10 14:46:24 +00:00
sthen
9af65f33ad use MODPY_PYBUILD 2022-11-10 14:22:27 +00:00
sthen
414dcd5485 rrdtool moved to github 2022-11-10 14:07:23 +00:00
tb
309c5d942c openssl-ruby-tests: update patch to match PR 2022-11-10 14:04:07 +00:00
ajacoutot
51c9255f5e Unbreak unlocking screenshield. 2022-11-10 14:01:49 +00:00
aisha
de2320e721 forgot to add freshrss to the Makefile
thanks abieber@
2022-11-10 13:56:19 +00:00
aisha
91ce38c6ca Self hosted RSS/Atom aggregator, supporting multi-user and anonymous
modes. It also boasts a number of other powerful features:
- Instant push notifications from compatible sources, such as
  Mastodon, Friendica, WordPress, Blogger, FeedBurner, etc.
- Basic Web scraping, based on XPath, for Web sites not providing
  any RSS/Atom feeds.
- Custom tags and extensions for further tuning.

ok abieber op
2022-11-10 13:28:31 +00:00
sthen
1e24685a1a use MODPY_PYBUILD 2022-11-10 13:18:10 +00:00
sthen
ef7dbc7662 should use MAKE_PROGRAM 2022-11-10 13:09:57 +00:00
tb
dfc210d553 openssl-ruby-tests: use EVP_Digest{Sign,Verify}() directly to prepare
for addition of EVP interface of Ed25519 to libcrypto.

(missed cvs add)
2022-11-10 13:07:06 +00:00
tb
2eec25af3b openssl-ruby-tests: use EVP_Digest{Sign,Verify}() directly to prepare
for addition of EVP interface of Ed25519 to libcrypto.
2022-11-10 13:06:24 +00:00
sthen
85e4068af9 update to py3-scikit-image-0.19.3 2022-11-10 13:04:39 +00:00
robert
ddc046a528 switch to my new branch in the git repo which uses libconsolekit for systemd
wrapper functions instead of implementing them inside gdm
2022-11-10 12:57:37 +00:00
sthen
c358eb744f stalwart-jmap uses rocksdb which is 64-bit only, set ONLY_FOR_ARCHS
(the other stalwart-* ports don't seem really useful without jmap)
2022-11-10 12:50:52 +00:00
robert
8124fb4f66 bring in latest systemd wrapper functions from the git repo 2022-11-10 12:50:08 +00:00
sdk
ac5a8872cb go.port.mk: use -buildvcs=false to prevent go from calling git
OK kn, sthen
2022-11-10 12:16:26 +00:00
sthen
a7d97c1592 update to py3-wheel-0.38.4, update COMMENT/DESCR while there 2022-11-10 12:03:52 +00:00
paco
a381fc8d5a update net/dino to 0.3.1
Also fix issue with conflicting use of 2 versions of libsoup.
Originally raised by kn@, who sent initial patch.

ok kn@
2022-11-10 11:52:23 +00:00
ajacoutot
6dfa17f4a9 Simplify to use elogind_dep and drop bogus patch to prevent undefined
reference.
2022-11-10 11:45:38 +00:00
ajacoutot
b2fa9c9923 Give MAINTAINER to robert@ 2022-11-10 11:14:43 +00:00
robert
d0a58638cd update to 107.0.5304.110 2022-11-10 10:54:39 +00:00
robert
932dc8b50f pull sd_seat_can_multi_session() in from libconsolekit 2022-11-10 10:43:37 +00:00
ajacoutot
5290649621 CPPFLAGS and LDFLAGS are not needed; this will also prevent picking up
libgd if it's around at configure time.
2022-11-10 10:35:12 +00:00
ajacoutot
ec8b77eaa4 Update to meson-0.64.0.
Survived a bulk.
2022-11-10 10:34:41 +00:00
robert
d5125517a3 depend on latest consolekit2 changes and cleanup some warnings 2022-11-10 10:15:36 +00:00
robert
9c5136f537 pull in the latest sd_seat_can_multi_session() function from the git repo 2022-11-10 10:15:01 +00:00
naddy
28e7eb74ed unhook devel/electron from the category Makefile as well 2022-11-10 08:59:32 +00:00
gonzalo
3dc099815c Add reader 2022-11-10 08:36:47 +00:00
op
9e36d78644 update www/mycorrhiza to 1.13.0
diff from MAINTAINER la ninpre, thanks!
changelog: https://mycorrhiza.wiki/hypha/release/1.13
2022-11-10 08:09:25 +00:00
abieber
ab9ef84356 + p5-SQL-Abstract-Pg and p5-Mojo-SQLite 2022-11-10 03:49:47 +00:00
abieber
725ddb9736 + p5-URI-Nested and p5-URI-db 2022-11-10 03:46:16 +00:00
abieber
7dc231780b Import URI-db 0.20
A perl lib for database URIs.

OK bluhm@
2022-11-10 03:37:04 +00:00
abieber
57b72e36c2 Import URI-Nested 0.10
A perl library for nested URIs.

OK bluhm@
2022-11-10 03:33:54 +00:00
abieber
69250a39b2 Import Mojo-SQLite 3.009
This is tiny Mojolicious wrapper for SQLite.

OK bluhm@
2022-11-10 03:30:48 +00:00
abieber
718d76105c Import SQL-Abstract-Pg 1.0
This adds PostgreSQL features to SQL::Abstract.

OK bluhm@
2022-11-10 03:25:03 +00:00
jsg
57400ad3cd update intel microcode to 20221108
release notes:
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20221108
2022-11-10 02:09:28 +00:00
robert
536ef06080 update to 22.08.8 2022-11-09 23:17:21 +00:00
robert
d3f858577f include latest systemd compat functions from the ConsoleKit2 git repo 2022-11-09 23:16:29 +00:00
ajacoutot
3b9a6df9d2 Fix implicit declaration of function 'strcasecmp'. 2022-11-09 22:35:40 +00:00
ajacoutot
3966574dd4 Update to gtkwave-3.3.111. 2022-11-09 22:16:53 +00:00
ajacoutot
8c940e3507 libsoup -> libsoup3 2022-11-09 22:15:36 +00:00
ajacoutot
34102612ac Update to adwaita-qt-1.4.2. 2022-11-09 22:00:01 +00:00
ajacoutot
cecc53bbf7 SECURITY update to zeek-5.0.3.
https://github.com/zeek/zeek/blob/v5.0.3/NEWS
2022-11-09 21:57:45 +00:00
ajacoutot
0854670c91 Update to py3-xlib-0.32. 2022-11-09 21:51:47 +00:00
ajacoutot
ff8b8bddac Update to autoconf-archive-2022.09.03. 2022-11-09 21:32:28 +00:00
ajacoutot
bec9e0dfc1 Remove a file from -main which was already in -nautilus. 2022-11-09 21:23:31 +00:00
ajacoutot
96b8a9151d Update to google-cloud-sdk-409.0.0. 2022-11-09 21:20:49 +00:00
ajacoutot
6f46eab827 Update to delete. 2022-11-09 21:07:13 +00:00