26287 Commits

Author SHA1 Message Date
sthen
de678503b2 add missing license marker 2022-09-10 19:21:38 +00:00
landry
3b154b175b devel/mtxclient: update to 0.8.2, ok abieber@ 2022-09-10 16:24:48 +00:00
landry
db21a46988 devel/olm: update to 3.2.12, ok abieber@ 2022-09-10 16:24:15 +00:00
landry
16b7aefc84 devel/coeurl: update to 0.2.1, ok abieber@ 2022-09-10 16:23:35 +00:00
ajacoutot
4d916ff72c Update to epoll-shim-0.0.20220703. 2022-09-10 12:03:32 +00:00
ajacoutot
26ff940063 Add `-p' to the mkdir call.
When mixing this module with other build systems, modcargo-crates may be
under a subdirectory.
2022-09-10 08:17:00 +00:00
ajacoutot
c2599dbc33 'py-dbus' => 'py3-dbus' 2022-09-09 20:49:06 +00:00
ajacoutot
d7577cf1e5 Remove:
compiz-bcop
ccsm
compizconfig-python
compiz
libcompizconfig
compiz-plugins-main

Unmaintained in ports and no one stepped up.
ok sthen@ daniel@ matthieu@
2022-09-09 20:46:32 +00:00
landry
968fd029e7 devel/libofx: update to 0.10.7. 2022-09-09 18:52:55 +00:00
rsadowski
d4b2949bb9 Update netbeans to 15 2022-09-09 06:32:25 +00:00
rsadowski
41bd4b1aac Update jenkins-devel to 2.367 2022-09-09 06:31:39 +00:00
bluhm
b56ff29fd8 remove p5-Crypt-Serpent package
OK kn@
2022-09-08 20:22:07 +00:00
sthen
09abf8f163 update to ccache-4.6.3 2022-09-08 18:11:06 +00:00
sthen
bd58f8c4d1 update to coccigrep-1.20 2022-09-08 16:52:04 +00:00
sthen
62fdeb12ee update to coccinelle-1.1.1
might not have got the native/non-native files right, if this
fails packaging on various archs please show me "find <fakedir> -type f"
2022-09-08 16:51:52 +00:00
sthen
130be3eeca reinstate COMMENT, which I removed by mistake
spotted by naddy
2022-09-08 12:05:37 +00:00
sthen
d184f9d577 remove py-futures, no longer needed (backport of functionality added in
Python 3.2). ok bcallah@
2022-09-08 11:09:06 +00:00
sthen
3a8f16eef9 link py-dpkt,python3 to the build, only the py2 version. drop the py2
version (which is now unused in ports).
2022-09-08 10:10:38 +00:00
sthen
9c1762e933 Update py-llvmlite to unbreak with our LLVM version. From aisha, I added
devel/quirks and @pkgpath markers.

Drops py2 support so py-miasm needs work to fix with this version,
however the situation isn't worse than it is now, because it was already
unusable because py-llvmlite was already broken.

I only waited a few days for maintainer (no reply) because it's already
broken.
2022-09-08 09:47:44 +00:00
stsp
bc7b685df6 update to got 0.75
ok tracey@

  too many changes to list all here; see git repository history for more
- unlink temporary files created during ssh signature verification
- add gotwebd, a fast-cgi server and successor of gotweb (tracey)
- lots of release-preparation work on gotwebd (naddy, op, tracey, stsp)
- cast argument of type rlim_t to unsigned long long to match the %llu (naddy)
- tog: add key to toggle author/committer in log view (op)
- make our email address parsing closer to Git's parsing rules (op)
- got commit: add -A flag to specify the author of a patch (op)
- tog: alias J and K to > and < keybindings for diff view (patch by Mikhail)
- fix 'got cat' printing commit author instead of committer (op)
- tog: add 'L' key to blame view; opens log view for the annotated line (jamsek)
- don't chug along if repo format version is unsupported (florian)
- fix dead stores to variables, found with LLVM's scan-build (florian)
- fix unitialized error return (florian)
- make sure got_repo_pack_fds_close() frees a malloc'ed pointer (florian)
- prevent memory leak when asprintf fails (florian)
- prevent use-after-free of packed_refs_path in error path (florian)
- got_repo_pack_fds_close: don't close(0) (patch by Lucas)
- reset committer's name+email during rebase and histedit
- tog: fix unintentional move of cursor after closing child views (jamsek)
- tog: uppercase all the key maps which open new views (jamsek)
- make 'got histedit' fetch author info from Git configuration as a fallback
- fix 'got patch -R' when using diff3 merge (op)
- add GOT_IGNORE_GITCONFIG env var to force ignoring of Git config files
- fix off_t type mismatches (naddy)
- got patch: error if patchfile isn't a regular file (op)
- make 'got patch' apply pledge(2) earlier (op)
- got/tog diff: fix accounting for line-endings in files containing CRLF (op)
- got patch: add -c flag to apply at a specified commit (op)
- fix two missing error checks in tog (found by florian with scan-build)
- remove pointless repo_close + leaked error (found by florian with scan-build)
- tog: add n{G,g} key map to jump to line n like less(1) (jamsek)
- diff: re-alloc arrays in larger chunks for up to 3x more performance (jamsek)
- fix whitespace-related issues when 'got patch' is matching a hunk (op)
- tog: add keymaps to jump to next/prev file/hunk in the diff view (jamsek)
- fix 'got tag' not tagging the work tree's current branch by default
- tog log: don't block while loading commits after 'G' key was pressed (jamsek)
- man pages: group options in accordance to style(9) (patch by Josiah Frentsos)
- man pages: Replace 'Ar sign' with 'Cm sign' (patch by Josiah Frentsos)
- don't add trailing \0 to signed tag objects; fixes interop with Github (jrick)
- use Xo/Xc in the man pages (patch by Josiah Frentsos)
- fix diffing two blobs by object ID with 'got diff' (jamsek)
- refresh pack-index path list if mtime of the objects/pack directory changed
- diff3: switch diff output mode from "edscript" to "plain" (patch by Tom Jones)
- use the faster plain-diff headers-only mode for diff3
- do not segfault while verifying "lightweight" tags (jrick)
- don't search through ignored paths and files on commit (sdk)
- plug a lot of memory leaks (op)
- forbid rebase of references outside the "refs/heads/" namespace
- fflush(stdout) after asking questions; improves got-portable behaviour (op)
- fix bug where 'got branch -lt' produced duplicate listings of a branch
- tog: ensure stdin is a tty to guard against 'tog < /dev/null' etc. (jamsek)
2022-09-08 08:44:11 +00:00
sebastia
6a0c4ada21 add missing RUN_DEPENDS 2022-09-08 06:56:53 +00:00
landry
f7c6282997 +devel/p5-Iterator-Simple,security/p5-Crypt-Argon2,textproc/p5-File-KDBX 2022-09-07 09:44:51 +00:00
landry
e0a6d2c2f7 Import p5-Iterator-Simple-0.07
Iterator::Simple is yet another general-purpose iterator utilities.
Rather simple, but powerful and fast iterator.

tweaks/ok bluhm@
2022-09-07 09:39:17 +00:00
ajacoutot
4ffdd52a9f Remove gamin.
It's been unmaintained for years and nothing uses it in ports anymore.
2022-09-07 08:22:35 +00:00
sthen
5df5e3ecd8 add BDEP on gtar
FAILED: templates/qml-plasmoid.tar.bz2 /pobj/plasma-framework-5.97.0/build-i386/templates/qml-plasmoid.tar.bz2
cd /pobj/plasma-framework-5.97.0/plasma-framework-5.97.0/templates/qml-plasmoid && /usr/local/bin/gtar --exclude .kdev_ignore --exclude .svn --sort=name --mode=go=rX,u+rw,a-s --numeric-owner --owner=0 --group=0 --mtime="@1662450951" --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -c -j -v -f /pobj/plasma-framework-5.97.0/build-i386/templates/qml-plasmoid.tar.bz2 .
/bin/sh: /usr/local/bin/gtar: not found
ninja: build stopped: subcommand failed.
2022-09-06 19:55:53 +00:00
gsoares
1585b16878 update to cppcheck-2.9 2022-09-05 20:39:05 +00:00
landry
4b7f31f471 +py-pydantic,python3 2022-09-05 15:40:27 +00:00
landry
0f2f2392cc Import devel/py-pydantic 1.10.1.
Data validation and settings management using Python type hints.

Fast and extensible, pydantic plays nicely with your linters/IDE/brain.
Define how data should be in pure, canonical Python 3.7+
validate it with pydantic.

From maintainer Renaud Allard with tweaks from sthen@
ok sthen@
2022-09-05 15:39:48 +00:00
landry
5dd580a0f1 devel/proj: add patch to fix build failure, cf #3311 2022-09-05 14:44:43 +00:00
landry
f14aef043a devel/proj: update to 9.1.0.
see https://github.com/OSGeo/PROJ/releases/tag/9.1.0
2022-09-05 14:44:05 +00:00
ajacoutot
3398da53cd Disable the FileManager to remove dependency on sysutils/gamin. 2022-09-04 10:54:07 +00:00
ajacoutot
d2170360ac Update to meson-0.63.2. 2022-09-04 07:22:43 +00:00
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