23471 Commits

Author SHA1 Message Date
rsadowski
fb75f9afc4 Update libdvdread to 6.1.1
From Brad
2020-12-15 18:57:38 +00:00
otto
89426d9c49 Fix build of boost::context on powerpc by removing an unneeded patch.
ok cwen@ brad
2020-12-15 18:53:17 +00:00
sthen
210a455f04 update to tbb-2020.3, from Ashton Fagg 2020-12-15 15:39:11 +00:00
rsadowski
3f78c6fca4 Remove log file from my toolset 2020-12-15 06:37:04 +00:00
benoit
3fc28cc53d Update to p5-Cache-FastMmap-1.56. 2020-12-14 09:19:03 +00:00
rsadowski
b4204db24b Update yaml-cpp to 0.6.3
From Brad
2020-12-14 06:26:27 +00:00
daniel
df7c7c4676 make py-frozen-flask python3-only so py-sphinx can be updated 2020-12-14 03:16:31 +00:00
sthen
68bdccd71a update to fvwm2-2.6.7, merging the odd subpackages (not built by default)
into the single fvwm2 main package. from michi+openbsd at dataswamp org
with little tweaks by me (update license info, whitespace, quirks entries)
2020-12-13 21:17:02 +00:00
ajacoutot
d908bcca03 Update to pangomm-2.42.2. 2020-12-13 16:20:54 +00:00
ajacoutot
5b8374d0e8 Update to atk2mm-2.28.1. 2020-12-13 16:14:41 +00:00
daniel
f51808b949 update py-pyx to 0.15 which is now python3-only
ok benoit@
2020-12-13 15:37:07 +00:00
bentley
90b98f998b Update to rgbds-0.4.2. 2020-12-13 14:24:29 +00:00
stsp
9d55ccf7f6 update to got 0.45
- new diff implementation from git.gameoftrees.org/diff.git (with neels)
- use Patience diff algorithm with fallback to Myers diff
- new blame algorithm which compares commit N-1 to N (with neels)
- handle binary files in got/tog diff commands; add -a options to force text
- consistently label removed files as "/dev/null" in diff headers
- prevent potential fclose(NULL) in error path of diff_blobs()
- use size_t for loop indices to avoid signedness warnings (by emaste@freebsd)
- in tests, replace echo with printf and stop option processing via "--" (naddy)
- fix test failure of test_tree_submodule_of_same_repo for packed repos (yzhong)
- add fd to got_worktree, modify got_fileindex_entry_update to use fds (yzhong)
- add histedit -f flag for folding shortcut (jrick)
- prevent log message loss of folded commits during histedit
- tog: plug two memory leaks in draw_file()
- tog: show current/total line numbers in diff view header
- tog: highlight matched search terms in diff and blame views
- tog: call pthread_cond_destroy(cond) just once when closing log view (naddy)
- tog: reset diff view's scroll position if diff context shrinks too much
- tog: make tog diff accept reference and tag arguments; add -w and -C options
- tog: new 'tog ref' subcommand which displays references in the repository
- tog: fix entry selection when moving to the parent in tree view (naddy)
- tog: fix page-down/page-up scrolling in the tree view (with naddy)
- tog: trim redundant parameters from many functions, and tidy up code (naddy)
- tog: log view now requests more commits when the window expands (naddy)
- tog: call pledge(2) directly in main() instead of per-command
- tog: fix bug on FreeBSD where pressing 'q' in a child view caused tog to exit
- tog: fix move to next/prev commit in diff view if log is not displayed (naddy)
- tog: make ^L in the log view stick to branches/tags selected via -c option
- tog: make tree view keep track of branches/tags specified via -c
- tog: fix crashes when the log view reloads displayed data
- tog: resize events go to child views as well as parent views (found by naddy)
- tog: move the tree view's selection cursor up if terminal shrinks too much
- tog: fix display of lines that end in "\r\n" (problem found by jrick)
- tog: accommodate newer ncurses where panel_userptr() returns const (naddy)
- tog: use getline(3) instead of fparseln(3) for better portability
2020-12-13 13:55:46 +00:00
rsadowski
aab4f144c3 Register removal of KDE3 2020-12-12 07:32:21 +00:00
sthen
fe6c6ebeb5 update py-mysqlclient to 2.0.2, now py3-only
(nothing using this in ports)
2020-12-11 16:11:42 +00:00
rsadowski
a89dacdb83 Update universal-ctags to 5.9.20201129
Switched from commit to tagname
2020-12-11 15:47:10 +00:00
fcambus
f3e3983780 Update perltidy to 20201207. 2020-12-10 14:06:34 +00:00
benoit
2d721b9916 Update to p5-Test-WWW-Mechanize-1.54. 2020-12-10 09:47:43 +00:00
benoit
7e60396826 Update to p5-Cache-FastMmap-1.53. 2020-12-10 09:09:52 +00:00
daniel
ceb3a6300c update py-sphinx to 1.5.6
main changes are:
- add a new dep on py-requests
- undo the no longer needed iftex.sty workaround
- move MODPY variables to more standard location
- regen plist

Unfortunately py-sphinx changed the suffix from .txt to .rst.txt in the
1.5 series. This means we have to update PLISTs for about 20+ ports as
a result of this version update. Hopefully future updates of py-sphinx
won't be quite as involved.

ok sthen@
2020-12-10 02:20:29 +00:00
jmatthew
7eec2be580 apply MAKE_ENV to avoid trying to reach into root's homedir when building
inside dpb
2020-12-09 22:50:45 +00:00
sthen
8012ed6dd3 de-conflict gdb and arm-none-eabi-gdb. the conflicting files are
include/gdb/jit-reader.h
share/gdb/system-gdbinit/elinos.py
share/gdb/system-gdbinit/wrs-linux.py

these are not needed in most cases, and near identical between gdb and
arm-none-eabi-gdb (only difference is the copyright date), so having just
one copy is good enough.

remove old libbfd @conflict from gdb/pkg/PLIST while there (the libbfd
port was removed in 2011) noticed by solene@.

prompted by a suggestion from solene@ to remove the gdb dependency from
gnustep/projectcenter, looks fine to her.
2020-12-09 21:41:43 +00:00
sthen
4619492908 mark BROKEN, has never built successfully 2020-12-09 10:00:44 +00:00
rsadowski
63a7796e25 Update kdevelop to 5.6.1 2020-12-09 09:06:33 +00:00
landry
f9ca11ec4a oops, forgot to drop the REVISION markers in previous 2020-12-09 07:39:16 +00:00
landry
bcbe262271 devel/py-build{bot,slave}: update to 2.9.2.
See https://github.com/buildbot/buildbot/releases/tag/v2.9.2
2020-12-09 07:30:35 +00:00
rsadowski
c9119eae67 Update jenkins-devel 2.270 2020-12-09 06:01:52 +00:00
daniel
8582eeeddd update py-game to 2.0.0
This update of the port supports sdl2, however audio/pykaraoke would need
more work to support pygame+sdl2. So py-game continues to remain on sdl1.
2020-12-09 04:49:12 +00:00
benoit
34e0e05db0 Update to p5-Array-Compare-3.0.7 from wen heping 2020-12-08 12:35:41 +00:00
afresh1
f4ab28cc61 Update devel/p5-DateTime-Format-Builder to 0.83 2020-12-06 20:48:36 +00:00
afresh1
df64b23b13 Update devel/p5-DateTime to 1.54 2020-12-06 20:40:31 +00:00
afresh1
015eaa8250 Update devel/p5-DateTime-TimeZone to 2.44 2020-12-06 20:27:48 +00:00
afresh1
179a647447 Update devel/p5-MooseX-Types-LoadableClass to 0.015 2020-12-06 20:15:40 +00:00
afresh1
38a286f942 Update devel/p5-Test-Most to 0.37 2020-12-06 19:49:23 +00:00
afresh1
a8a3961c65 Udate devel/p5-Test-Differences to 0.67 2020-12-06 19:41:09 +00:00
rsadowski
33ca082e24 Update netbeans to 12.2 2020-12-06 18:56:44 +00:00
benoit
cd0bf5141a Update to p5-Graph-0.9712. 2020-12-06 16:19:59 +00:00
benoit
908991ce64 Update to p5-Devel-CheckLib-1.14. 2020-12-06 16:10:25 +00:00
landry
0f39a1a6a7 devel/py-build{bot,slave}: update to 2.9.1.
See
https://github.com/buildbot/buildbot/blob/master/master/docs/relnotes/index.rst#buildbot-291--2020-12-05-
and
https://github.com/buildbot/buildbot/blob/master/master/docs/relnotes/index.rst#buildbot-290--2020-12-04-
2020-12-06 09:39:14 +00:00
afresh1
6e5deff3c4 Update devel/p5-Data-Dumper-Concise to 2.023 2020-12-06 04:15:40 +00:00
afresh1
90125418c9 Update devel/p5-YAML-XS to 0.82
Does include the breaking change to:
> Set $YAML::LoadBlessed default to false to make it more secure
2020-12-06 02:03:33 +00:00
afresh1
ab8c8e11fd Remove unnecessary variables for tests
These are no longer required, meant to remove it with the update commit
2020-12-05 21:26:14 +00:00
afresh1
c0fc4b403c Update devel/p5-YAML to 1.30
Does include the breaking change to:
> Set $YAML::LoadBlessed default to false to make it more secure

Will now not load globs unless $LoadCode is set (defaults to false)
2020-12-05 21:19:18 +00:00
afresh1
3a311c13a4 Update to devel/p5-Test-Deep 1.130 2020-12-05 20:35:27 +00:00
afresh1
ffc9596517 Update devel/p5-Getopt-Long-Descriptive to 0.105 2020-12-05 19:53:26 +00:00
afresh1
e8a478ce21 Update devel/p5-Package-Variant to 1.003002 2020-12-05 19:41:58 +00:00
afresh1
67778279e3 Update devel/p5-Params-Validate to 1.30 2020-12-05 19:16:15 +00:00
afresh1
17b1585cbf Update devel/p5-Data-Compare to 1.27 2020-12-05 19:06:31 +00:00
afresh1
8e8ef51117 Update devel/p5-Clone to 0.45 2020-12-05 19:00:08 +00:00
afresh1
22ffa09acb Update devel/p5-Package-Stash to 0.39 2020-12-05 18:51:09 +00:00