24487 Commits

Author SHA1 Message Date
visa
2731cbfea0 Fix devel/vte3 build on mips64.
From Brad
2021-07-10 05:44:14 +00:00
jasper
785cee9869 enable build on riscv64 2021-07-09 12:42:29 +00:00
sthen
c5a9533700 update to libslang-2.3.2, based on a diff from William Ahern 2021-07-09 10:41:58 +00:00
ajacoutot
d1a0178561 Update to harfbuzz-2.8.2. 2021-07-09 10:00:50 +00:00
stsp
ba4c0198aa update got 0.54
- fix imsg header includes in pack_create.c
- explicitly include endian.h for be32toh() in repository_admin.c (naddy)
- switch from SIMPLEQ to equivalent STAILQ macros (naddy)
- fix logic error in gotweb navigation for commits, briefs, and tags (tracey)
- fix bugs where files skipped by 'got update' could not be updated again
- fix out-of-bounds access in 'gotadmin pack'
- fix unintended redundant recallocarray() calls done by 'gotadmin pack'
- cache object type in memory to speed up packing of objects referenced by tags
- fix, again, use of POSIX [ s1 = s2 ] syntax instead of [ s1 == s2 ] (naddy)
- new 'gotadmin cleanup' command for removing unreferenced loose objects
- handle pack index files which lack a corresponding pack file
- make 'got add' always require the -I option in order to add ignored files
- write lines instead of just one character at a time in diff_output_lines()
- verify object ID checksums while loose objects are being accessed
2021-07-08 18:26:36 +00:00
sthen
cba11a74c4 update to maturin-0.11.0, from maintainer 2021-07-08 11:37:42 +00:00
danj
165924aed6 Remove empty files
ok sthen solene
2021-07-08 01:49:34 +00:00
abieber
12d19551f7 Fix MAINTAINER for Stefan Hagen. Diff from MAINTAINER. 2021-07-06 19:59:22 +00:00
daniel
7437f9d093 update py-sphinx to 4.0.2 and regen PLISTs for affected consumers
all consumers were packaged and installed on amd64 by me; all python2
syntax in consumers appears to have been updated at this point making
it possible to move to the 4.x series.

lang/ghc bits look ok to gnezdo@

ok sthen@ on the rest
2021-07-06 16:55:32 +00:00
jturner
c5aac49c3d Update fossil to 2.16. Release notes:
https://fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_16
2021-07-06 15:45:12 +00:00
landry
c99ba560b1 devel/geotiff: update to 1.7.0.
See https://lists.osgeo.org/pipermail/gdal-dev/2021-July/054419.html
2021-07-06 08:13:05 +00:00
landry
9e85f9dbd3 devel/proj: update to 8.1.0.
See https://proj.org/news.html#release-notes
2021-07-05 13:49:30 +00:00
landry
dfd7bac254 devel/nspr: update to 4.32 2021-07-05 06:57:22 +00:00
ajacoutot
15552aacc8 Update to pango-1.48.7. 2021-07-04 06:53:22 +00:00
landry
b68b64726a devel/py-buildbot{,_worker}: update to 3.2.0.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-3-2-0-2021-06-17
2021-07-03 12:50:22 +00:00
fcambus
f408c0194b Update cvsgraph to 1.7.2. 2021-07-02 16:08:06 +00:00
sthen
0ae3909f03 update to py-construct 2.10.54, ok kmos 2021-07-02 15:28:37 +00:00
rsadowski
5049401c51 Update jenkins to 2.300 2021-07-01 16:13:07 +00:00
kn
8e360a21b2 Update to isync/mbsync 1.4.2
This is a maintenance & security release.

- fixed CVE-2021-3578: possible remote code execution
- fixed crash on invalid CAPABILITY response code
- tolerate INBOX mis-casing in Path setting

OK msg
2021-07-01 12:35:12 +00:00
fcambus
755164332f Update perltidy to 20210625. 2021-06-30 15:46:30 +00:00
ajacoutot
3531778c46 Update to pango-1.48.6. 2021-06-30 10:48:38 +00:00
matthieu
c1d1e72e88 Add riscv64 support. ok jca@ 2021-06-30 07:04:25 +00:00
sthen
31e2adac67 mark maturin BROKEN-sparc64, ring-v0.16.20 doesn't support sparc64 yet 2021-06-28 12:27:55 +00:00
jca
209ed8dedc Sync RISCV change from base
From Brad
2021-06-27 16:10:23 +00:00
rsadowski
e2e8ec47bf Regen PLIST, new files added
ok bcallah@
2021-06-26 05:28:19 +00:00
rsadowski
fe8655778d Update jenkins to 2.299 2021-06-25 05:40:23 +00:00
sthen
62ba6a5256 drop maintainer per request 2021-06-24 13:24:52 +00:00
martin
17ccc1367e Update openmpi to bug fix release 4.0.6 with embedded PMIx 3.2.3.
Changelog:
https://www.mail-archive.com/announce@lists.open-mpi.org//msg00142.html
2021-06-23 13:01:22 +00:00
martin
282659172b Update py-pkgconfig to 1.5.4. 2021-06-23 11:14:54 +00:00
stsp
a868963c05 Update to got 0.53
- do not update symlinks which are already up-to-date
- add a gotadmin utility with info, pack, indexpack, and listpack commands
- fix 3-way merge of files which lack a final \n
- make double-quotes appear in rendered got.1 man page as intended (Nam Nguyen)
- gotweb: render error page instead of returning error 500 (tracey)
- avoid an error in tog(1) while the terminal window is being resized
- plug a memory leak in got_ref_list_free()
- catch invalid reference names passed to 'got ref -l'
- fix a memory leak in dial_git() (naddy)
- fix unrelated changes being merged by got cherrypick/backout/rebase/histedit
- go back to Patience diff for merging during cherrypick/backout/histedit/rebase
- fix file descriptor leak in got_repo_close() (tracey)
- fix hang in commit regress test if $VISUAL is set in the environment (tracey)
- use socketpair(2) instead of pipe(2) for better portability to Linux
- make it possible to profile gotweb and document how profiling works
- fix memory and fd leaks in got_pack_stop_privsep_child() (tracey)
- fix bogus 'permission denied' error when a file at work tree root is removed
- port packfile creation code over from git9
- new -I option for 'got status' to show files which match an ignore pattern
2021-06-22 20:40:50 +00:00
rsadowski
f2cb5862ea Add missing patch to unbreak the build on sparc, hint by Brad 2021-06-22 05:19:25 +00:00
rsadowski
bd0c2d752e Regen WANTLIB 2021-06-22 04:25:04 +00:00
rsadowski
67b86e1d0f Regen WANTLIB 2021-06-22 04:24:16 +00:00
rsadowski
16e2726132 Update Boost to 1.76
https://www.boost.org/users/history/version_1_74_0.html
https://www.boost.org/users/history/version_1_75_0.html
https://www.boost.org/users/history/version_1_76_0.html

Update diff from Brad. Arm64 bulk build by phessler, amd64 bulk build by me.
Feedback from many. OK tb@
2021-06-22 04:20:13 +00:00
sthen
950bff6406 update to maturin-0.10.6, from maintainer 2021-06-21 21:07:31 +00:00
jca
a79c367dda Drop www/canto, fails at runtime, python2 only and unmaintained upstream
Fails at runtime with the following error:
NameError: name 'SET_VERSION_TUPLE' is not defined
because the installed .pyc is based on sources intended to be patched at
install time.

Removing canto removes one of the blockers for updates of feedparser and
chardet to python3-only versions.  Upstream has moved its efforts to
another project, canto-next, with python3 support and separate
daemon/client projects.

ok danj@ sthen@
2021-06-20 22:53:49 +00:00
sthen
871a0fafba +py-speg,python3 +py-cson,python3 2021-06-20 10:46:54 +00:00
sthen
3d44a73f49 import devel/py-speg, textproc/py-cson, ok benoit@
py-speg: "A PEG-based parser interpreter with memoization."
py-cson: Python parser for the Coffeescript Object Notation (CSON).
2021-06-20 10:45:16 +00:00
rsadowski
6d38e10fe4 Update jenkins to 2.298 2021-06-20 04:06:19 +00:00
cwen
3fc61716b3 sdl, sdl2: disable AltiVec on powerpc
SDL contains AltiVec instructions, whose support is not properly detected
at runtime. Disable AltiVec on powerpc to fix SIGILLs on macppc G3s, while
keeping it for powerpc64.

« Later, one might try to enable altivec again by moving the altivec
blitter to a separate file, and compiling only that file with
-maltivec (as xenocara/lib/pixman does now). » - gkoehler@

Reported by @will@empty.cafe.

OK gkoehler@, no news from thfr@ (maintainer)
2021-06-19 20:37:52 +00:00
jca
5483b77dec Zap bouml remnant 2021-06-19 17:33:51 +00:00
jasper
e85d362a0e update to vte3-0.64.2 2021-06-19 11:20:28 +00:00
bket
229ca6e736 Update to py-prompt_toolkit-3.0.19
Changelog:
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.19/CHANGELOG
2021-06-19 04:15:45 +00:00
danj
493f2ce213 Remove maintainer per their request 2021-06-19 03:00:52 +00:00
kurt
71ae88db0d Updated bootjdk's that use new futex system libs. 2021-06-18 19:37:52 +00:00
sebastia
606e583db4 update 1.14.2 -> 1.15.3
feedback and OK jeremy@
2021-06-17 21:49:06 +00:00
sebastia
2867c9e740 update 1.1.8 -> 1.1.9 2021-06-16 20:57:36 +00:00
sebastia
47a8afebce update 1.0.3 -> 1.0.4 2021-06-16 20:54:04 +00:00
rsadowski
ea7e5d9ca8 Drop kf5-icons-baloo 2021-06-16 18:22:44 +00:00
rsadowski
6a09dd4357 Drop empty kf5-icons-baloo and simplify the port 2021-06-16 18:20:19 +00:00