semarie
ae12e74584
devel/cargo module: add option for libsqlite3-sys crate
...
libsqlite3-sys only provides "old" bindings for sqlite3 library
(better is 3.7.16). when a crate requires a binding for a recent
version of sqlite3, it is required to use the bundled version to have
proper binding.
add an option MODCARGO_CRATES_SQLITE3_BUNDLED to explictly request it
(and not use the ports version of sqlite3 but build the bundled
version).
2021-04-27 06:51:10 +00:00
jeremy
302a488e86
Remove ruby-jeweler
...
Doesn't work with Ruby 2.7+, updating requires importing 3 more ports,
nothing depends on it, and it isn't that useful anyway.
OK tb@
2021-04-26 16:13:19 +00:00
jeremy
0098ebc974
Unhook ruby-jeweler
2021-04-26 16:10:51 +00:00
rsadowski
1fd72ab147
Update catch2 to 2.13.6
2021-04-26 15:19:27 +00:00
gnezdo
aa7c85558f
Upgrade devel/shellcheck to 0.7.2
...
From maintainer Caspar Schutijser
2021-04-25 17:29:48 +00:00
rsadowski
fc9275adbe
Add devel/kf5/kinit as missing run dependency
...
Otherwise we run into "KF5KDELibs4Support could not be found because
dependency KF5Init could not be found."
Spotted by aja@ Merci!
2021-04-25 14:25:19 +00:00
rsadowski
6c53428d82
Enable CMAKE_SUPPRESS_REGENERATION
...
https://cmake.org/cmake/help/latest/variable/CMAKE_SUPPRESS_REGENERATION.html
If something change during the build-task in /usr/local/share/cmake/Modules/
(For example, another package was installed), cmake starts a second configure
tasks after the build task. In this second task our (self hacked) SHARED_LIBS
VERSION's are lost. Whit CMAKE_SUPPRESS_REGENERATION=ON this not happen.
This should lead to significantly better cmake bulk build results.
OK sthen@
2021-04-25 12:25:30 +00:00
semarie
5099c677f6
devel/cargo module: make modcargo-gen-crates considere only crates.io-index dependencies
...
tested by paco@ with new port
checked with current devel/cargo ports by me
2021-04-24 13:28:45 +00:00
landry
2aa3d8a45e
devel/cbindgen: update to 0.19.0.
...
will be required for firefox 89 (#1695313 )
2021-04-24 08:14:47 +00:00
ajacoutot
b5d4dcf416
Update to meson-0.57.2.
2021-04-24 07:23:28 +00:00
rsadowski
66fdccd56d
Update KDE Frameworks to 5.81.0
2021-04-24 05:03:19 +00:00
rsadowski
f4125b9f88
Update catch2 to 2.13.5
2021-04-24 04:59:58 +00:00
jeremy
b0b1d925a7
Stop building ruby26 ports by default
...
Ruby 2.6 is now in security maintenance mode, so per our Ruby support
policy, we will no longer build ruby26 packages by default.
2021-04-24 00:31:55 +00:00
jturner
4edc855e3d
Update fossil to 2.15.1. Minor bugfix update. ok naddy@
2021-04-08 17:26:05 +00:00
sthen
f3f9730e13
ktexteditor: add BDEP on archivers/gtar
...
[6/376] cd /pobj/ktexteditor-5.80.0/ktexteditor-5.80.0/templates/ktexteditor-plugin && /usr/local/bin/gtar -c --exclude .kdev_ignore --exclude .svn --sort=name --mode=go=rX,u+rw,a-s --owner=root --group=root --numeric-owner -j -v -f /pobj/ktexteditor-5.80.0/build-i386/templates/ktexteditor-plugin.tar.bz2 .
FAILED: templates/ktexteditor-plugin.tar.bz2
cd /pobj/ktexteditor-5.80.0/ktexteditor-5.80.0/templates/ktexteditor-plugin && /usr/local/bin/gtar -c --exclude .kdev_ignore --exclude .svn --sort=name --mode=go=rX,u+rw,a-s --owner=root --group=root --numeric-owner -j -v -f /pobj/ktexteditor-5.80.0/build-i386/templates/ktexteditor-plugin.tar.bz2 .
/bin/sh: /usr/local/bin/gtar: not found
ninja: build stopped: subcommand failed.
2021-04-08 10:26:51 +00:00
bluhm
5f8b932d4f
update p5-Devel-NYTProf to 6.07
2021-04-07 12:03:44 +00:00
sthen
aab64d7571
update to py-beautifulsoup4-4.9.3, drop py2 version
2021-04-07 11:43:12 +00:00
landry
e8593fc3b9
devel/cbindgen: update to 0.18.0
2021-04-06 14:39:00 +00:00
sthen
189d2e3d95
pylint: set tighter version dependency on py-astroid, similar to a diff
...
from rgcinjp@ disroot org
2021-04-05 14:21:15 +00:00
sthen
ec0abc3125
update to py-astroid-2.5.2 and add a comment warning about pylint
...
compatibility when updating, similar to diff from rgcinjp@ disroot org
2021-04-05 14:20:07 +00:00
stsp
c20ed09b48
update to got 0.52
...
- fix error checking in dial_ssh()
- increase pack index cache size from 16 to 64 to improve performance
- fix off-by-one in got_repo_cache_pack() causing the wrong pack to be evicted
- cap pack file cache size at 1/8 of the current open file desciptor limit
- when reading a pack index byte-swap fields at compile-time where possible
- diff: reduce duplicate code (kn)
- fix "mandoc -T lint" WARNINGS and ERRORS, add missing word (kn)
- fix open file descriptor leak in error path of read_object_header_privsep()
2021-04-05 11:58:36 +00:00
tb
35223f4ad0
Update to py-protobuf 3.15.7
...
Only the version number changed.
2021-04-04 07:49:45 +00:00
tb
44762dd44c
Update to protobuf 3.15.7
...
Main change is the removal of the pb namespace introduced in 3.15.0 that
caused some breakage (as in audio/clementine). Other than that there are
version number bumps and autoconf churn. All consumers built on amd64.
2021-04-04 07:48:58 +00:00
sthen
c713a42f66
update to perltidy-20210402
2021-04-02 14:28:43 +00:00
jturner
cc37c87d71
Update fossil to 2.15. Release notes can be found here:
...
https://fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_15
2021-04-01 16:02:57 +00:00
sthen
4ec2cf97fa
update to p5-Data-Validate-IP-0.30, doc change and code formatting.
...
ok bluhm
2021-04-01 10:59:10 +00:00
rsadowski
6dcc9a1cad
Update dlib to 19.22
2021-04-01 05:48:10 +00:00
rsadowski
fe2acd3b50
Update jenkins to 2.286
2021-04-01 04:34:08 +00:00
jasper
42feb20461
- update to py-cachetools-4.2.1
2021-03-31 18:15:03 +00:00
jasper
56471577a2
zap a stray comment
2021-03-31 18:13:11 +00:00
jasper
0c7e890365
- update angr to 9.0.6642
...
- submitted patches have been merged upstream
- get rid of another superfluous patch and handle it with CXXFLAGS
- drop maintainership
2021-03-31 18:12:19 +00:00
sthen
e9b5fb37ac
update to pylint-2.7.4
2021-03-31 14:07:48 +00:00
sthen
af7f28b013
update to libmagic-5.40
2021-03-31 13:24:11 +00:00
sebastia
f2fd230a9c
simple update 6.1.3 -> 6.1.3.1
2021-03-31 11:43:41 +00:00
afresh1
35325c164a
Remove devel/p5-VCP-autrijus
...
Unmaintained upstream, no longer works with current perl versions.
The last release is a little hard to find, but it's here if you need it:
https://metacpan.org/release/AUTRIJUS/VCP-autrijus-snapshot-0.9-20050110
OK bluhm@, maybe a good idea to remove it landry@
2021-03-30 01:16:32 +00:00
sthen
3b3c415afb
update to py-setuptools_scm-5.0.2 (last with py2+3 support)
2021-03-29 19:19:56 +00:00
sthen
39c20e13e8
Move py-ncclient and py-junos-eznc to py3-only, they are only used with
...
py-napalm which is itself 3-only
2021-03-29 12:18:32 +00:00
sthen
66c340f7e6
The py2 version of py-openssl is no longer needed
2021-03-29 12:13:52 +00:00
sthen
8fe8557fa6
Replace (unmaintained py2-only) yubiserve with "yubikeyedup", a rewrite.
...
Note, while it is broadly compatible with the most common use of
yubiserve it has its limits: it supports only sqlite3 (using the same
schema as before) not other databases, and it only supports HTTP
internally, if you require HTTPS then you will need to use a proxy (e.g.
relayd or nginx). It no longer uses a configuration file, only command
line arguments.
2021-03-29 12:08:39 +00:00
jasper
556b3cb005
submitted upstream
2021-03-29 07:54:39 +00:00
rsadowski
f4dcb8bb2f
Unbreak with upcoming boost 1.73 update
...
From Brad
2021-03-29 06:20:55 +00:00
sthen
7236031136
update to ccache-4.2.1
2021-03-28 20:00:04 +00:00
jasper
c9cf73b082
update to spidermonkey-78.9.0
2021-03-28 14:14:33 +00:00
kirby
93af7edbe4
switch HOMEPAGE to HTTPS
2021-03-28 13:08:02 +00:00
ajacoutot
2e3e439993
Fix build with pcre 8.42; from FreeBSD.
2021-03-28 09:29:39 +00:00
benoit
4053216234
Update to git-2.31.1.
2021-03-28 08:18:28 +00:00
bket
3496900bba
Update to ipython-7.22.0
...
Changes:https://github.com/ipython/ipython/blob/7.22.0/docs/source/whatsnew/version7.rst
2021-03-28 04:56:45 +00:00
bluhm
83013ed871
update p5-Test-File to 1.448
2021-03-27 11:22:59 +00:00
ajacoutot
4a565b8266
Update to pango-1.48.4.
2021-03-27 07:26:42 +00:00
robert
63d6e761b0
update to 8.44; from Moritz Buhl
2021-03-27 07:17:36 +00:00