148634 Commits

Author SHA1 Message Date
bcallah
ab176a8906 Import math/rstudio, the IDE for R.
ok feinerer@
Works; improvements in-tree to come.

RStudio is an integrated development environment (IDE) for R.
It includes a console, syntax-highlighting editor that supports direct
code execution, as well as tools for plotting, history, debugging and
workspace management.
2020-07-01 18:10:07 +00:00
kirby
3998996ee2 do not hardcode python2.7 in WANTLIB, use MODPY_WANTLIB instead 2020-07-01 17:40:26 +00:00
paco
06f951138c add ephemetoot to www 2020-07-01 17:37:00 +00:00
paco
5540c57a07 import www/epehmetoot.
A command line tool for selectively deleting old toots from one or more
Mastodon accounts.

with some help from sthen.

ok sthen kmos
2020-07-01 17:32:48 +00:00
jasper
2a3a3a532b update to gdcm-3.0.7 2020-07-01 16:10:23 +00:00
otto
485ac9c02b Update to PowerDNS Recursor 4.3.2 fixing failure to resolve very
long CNAME chains and CVE-2020-14196.  See
https://docs.powerdns.com/recursor/security-advisories/powerdns-advisory-2020-04.html
2020-07-01 14:39:13 +00:00
sthen
4a796fe6e0 www/kore,python: use the correct python3.X-config rather than python3-config
to retrieve includes/ldflags, so that e.g. setting MODPY_VERSION=3.8 uses the
correct lookup.   ok fcambus@

(py 3.8 still fails because it also needs --embed as well as --libs but
that's a separate issue and fixing is messy until the py3 default is switched
to 3.8)
2020-07-01 14:02:01 +00:00
sthen
9ad121d761 bash-completion: replace some MODPY_BIN_SUFFIX with -3, pointed out by aja@ 2020-07-01 13:59:49 +00:00
landry
ccebb19f58 Bugfix update to firefox 78.0.1.
See https://www.mozilla.org/en-US/firefox/78.0.1/releasenotes/
Disable 'search modernization' as it breaks in some rare circumstances.
https://bugzilla.mozilla.org/show_bug.cgi?id=1649393
2020-07-01 12:45:06 +00:00
pvk
34c84a4528 Update mattermost-server 5.23.1 -> 5.24.2
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-07-01 12:14:09 +00:00
pvk
7cf3dcb319 Update gitea 1.11.6 -> 1.12.1
Changelog: https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md
2020-07-01 12:10:20 +00:00
pvk
3274b49e9b Update beats 7.7.0 -> 7.8.0
Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.8.0.html
2020-07-01 12:04:47 +00:00
pvk
4b6ae520e7 Update logstash 7.7.1 -> 7.8.0
Release notes: https://www.elastic.co/guide/en/logstash/7.8/logstash-7-8-0.html
2020-07-01 12:00:51 +00:00
pvk
88c2676f65 Update kibana 7.7.1 -> 7.8.0
Release notes: https://www.elastic.co/guide/en/kibana/7.8/release-notes-7.8.0.html
2020-07-01 11:41:51 +00:00
pvk
9452af4917 Update elasticsearch 7.7.1 -> 7.8.0
Relase notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.8/release-notes-7.8.0.html
2020-07-01 11:36:59 +00:00
jsg
66e5e44f2b update amdgpu firmware to linux-firmware 20200619
Charlie Burnett reported on misc@ vega20 with 20200421 failed to load
vega20_sdma.bin and vega20_sos.bin.  20200619 firmware reportedly
loads on vega20 and does not seem to cause problems on vega10 or picasso
with our linux 5.7 based drm.
2020-07-01 11:06:08 +00:00
rpointel
494394a3ed update python to 3.7.8.
ok sthen@.
2020-07-01 10:21:22 +00:00
sthen
df3461ff1a libreoffice: use ${MODPY_WANTLIB} not python${MODPY_VERSION}m, no pkg change 2020-07-01 10:18:33 +00:00
sthen
5f3a732b82 rm 0-byte 2020-07-01 10:08:14 +00:00
sthen
781c44809d py-scikit-learn: use MODPY_FLAVOR for py-joblib 2020-07-01 10:07:33 +00:00
sthen
a0c53ac5da update to py-joblib-0.15.1, switch to FLAVOR=python3/FLAVORS=python3
has a segfault in tests, but so did the old version. scikit-learn
seems happy. adds python 3.8 support.
2020-07-01 10:07:04 +00:00
sthen
5863c8a140 flow-tools: move back to the old version and bump EPOCH, manpage creation
in the new one trips docbook-to-man problems and there weren't _all_ that
many fixes in it. reported by marfabastewart at protonmail.
2020-07-01 10:04:53 +00:00
sthen
32e2d60005 py-yarl: use MODPY_WANTLIB, don't hardcode it 2020-07-01 09:12:15 +00:00
fcambus
83a1c2fee8 Update dbip to 2020-07. 2020-07-01 07:52:58 +00:00
ajacoutot
6e84ea3b3c Revert previous, I was missing a part. 2020-07-01 06:39:39 +00:00
cwen
108026013f pacpl: use gnudb.org instead of the dead freedb.org
tweaks and OK from kn@ and bket@
2020-07-01 01:28:18 +00:00
cwen
dad19341f2 p5-cddb: use gnudb.org instead of the dead freedb.org, add proper test depends
tweaks and OK from kn@ and bket@
2020-07-01 01:18:20 +00:00
cwen
83cec0eeb4 p5-CDDB_get: use gnudb.org instead of the dead freedb.org, and move
homepage to https.

comment tweak and OK kn@, OK bket@
2020-07-01 01:09:00 +00:00
cwen
8cafa4d04b abcde: use gnudb.org instead of the dead freedb.org
OK bket@ kn@
2020-07-01 01:00:43 +00:00
sthen
f635fe20d4 bash-completion: fix a MODPY_VERSIOM which should just be 3.7 2020-06-30 23:24:53 +00:00
solene
43b53bee45 Register vteplugin removal
Abandoned upstream and doesn't
work anymore in available web browsers
2020-06-30 18:06:36 +00:00
solene
03e768bbb9 unhook vteplugin 2020-06-30 18:05:55 +00:00
solene
1e41837442 Remove www/vteplugin
Abandoned upstream and doesn't work
in webkit browsers and firefox

ok landry@
2020-06-30 18:05:43 +00:00
jasper
02f620e39d update to vala-0.48.7 2020-06-30 17:44:47 +00:00
bcallah
cf19f32ff0 Bugfix update to srain-1.1.1
Changelog: https://github.com/SrainApp/srain/releases/tag/1.1.1
2020-06-30 16:26:29 +00:00
bluhm
2bdec13bc9 update p5-OPCUA-Open62541 to 0.019 2020-06-30 16:25:23 +00:00
solene
d13bd38925 Register x11/sisctrl removal
Reason: not useful anymore (driver removed from xenocara)
2020-06-30 16:06:46 +00:00
bcallah
63d8e1d096 Update to ugrep-2.3.2
Changelog: https://github.com/Genivia/ugrep/compare/v2.3.1...v2.3.2
2020-06-30 15:38:18 +00:00
sthen
6e106e935a influxdb: fix version string, reported by Abel Abraham Camarillo Ojeda, ok rsadowski 2020-06-30 14:59:24 +00:00
naddy
29bde2763d Unhook kmymoney until it has been updated to KDE5.
It errors out trying to reference the removed x11/kde4 module.
2020-06-30 14:58:23 +00:00
landry
d0dbb064cf Update to firefox-esr 68.10.0
See https://www.mozilla.org/en-US/firefox/68.10.0/releasenotes/
Fixes https://www.mozilla.org/fr/security/advisories/mfsa2020-25/

note that www/firefox-esr will move to 78 when www/mozilla-firefox moves
to 79 in a month, so that 6.8 ships with a supported branch.
2020-06-30 14:02:26 +00:00
rsadowski
5809ad0066 Missed to unhook phonon (qt4/kde4) spotted by sthen@, Thanks
Stop building phonon. Phonon is still a module but not more longer a port.
2020-06-30 14:02:15 +00:00
landry
bec13a5818 Update to firefox 78.0.
See https://www.mozilla.org/en-US/firefox/78.0/releasenotes/
Fixes https://www.mozilla.org/security/advisories/mfsa2020-24/

- add patch from semarie@ to use -C lto=thin when building rust code,
  should consume less resources. See #1644409.
- drop BDEP on py2, only py3 is required now.
2020-06-30 14:00:25 +00:00
landry
88dc8f24e0 Bump REVISION for mozilla.port.mk changes 2020-06-30 13:58:13 +00:00
landry
02929fac11 tweaks for gecko 78:
- bump dep to nss 3.54, technically only needed for 79
- drop --disable-gconf, was the default anyway, and the option was
  removed upstream
- use plain --with-system-zlib, doesnt take a path anymore
2020-06-30 13:57:22 +00:00
kn
a565b6eaea Remove wireless
This port came to be before ifconfig(8)'s "join" existed, which should now
be used.

OK solene
2020-06-30 13:10:40 +00:00
kn
e7d53cc848 Remove wiresep
wg(4) offers all that wiresep can do and more.

With jasper and Tim Kuijsten (Author/Maintainer)
2020-06-30 12:32:27 +00:00
ajacoutot
7d413b15a1 Update to spidermonkey68-68.10.0.
ok jasper@ (maintainer)
2020-06-30 10:21:32 +00:00
ajacoutot
e47506504c Update to gtk+3-3.24.21. 2020-06-30 10:20:47 +00:00
benoit
aef803cc7d Update to p5-Image-Info-1.42. 2020-06-30 08:03:51 +00:00