Commit Graph

150072 Commits

Author SHA1 Message Date
mariani
11a2950267 Update meta/lxqt 0.13.0 to 0.15.0
Reflecting reality on x11/lxqt
2020-09-04 15:40:43 +00:00
mariani
31d54a4196 Update x11/lxqt 0.13.0 to 0.15.0
The translations have been moved from x11/lxqt/l10n to each individual
component, goodbye x11/lxqt/l10n.

tested OK on amd64.

OK rsadowski@
2020-09-04 15:40:09 +00:00
kevlo
1ca2226904 +fcitx-configtool 2020-09-04 15:37:28 +00:00
kevlo
280ecdacd1 Import fcitx-configtool, a GTK-based configure tool for fcitx.
From Shawn Chiou.

Input from and ok rsadowski@, sthen@
2020-09-04 15:36:26 +00:00
bket
8b77403433 Update to git-lfs-2.12.0
From Asher Pasha <asher DOT pasha AT gmail.com>. Thank you!
2020-09-04 15:04:50 +00:00
rsadowski
1fd2fc40d7 Update opencv to 4.4.0 2020-09-04 13:09:29 +00:00
sthen
9d5ed97056 update to php-7.4.10 2020-09-04 10:53:15 +00:00
sthen
5c31d50f26 update to php-7.3.22 2020-09-04 10:53:12 +00:00
gonzalo
c432f0cb0f Update for SQLMap to 1.4.9
Tested by Ricardo (thanks!)

OK benoit@
2020-09-04 10:00:25 +00:00
gonzalo
7d2c89e4c0 Update for Nextcloud to 19.0.2 2020-09-04 09:58:02 +00:00
sthen
350ae20cdd update lang/gcc to 8.4.0, from Brad, ok pascal@
has been through bulk builds on i386 sparc64
2020-09-04 09:55:34 +00:00
thfr
6fbddf3fd3 update to FAudio 20.09 2020-09-04 05:10:04 +00:00
thfr
ee58d0eb34 glslang now requires python3 to build
reported by aja@
2020-09-04 05:09:17 +00:00
thfr
078a7cf656 update to innoextract 1.9; tested with GOG archives for Lands of Lore and Dead Cells 2020-09-04 05:07:08 +00:00
rsadowski
9c841e9951 Update nomacs to 3.16.224 2020-09-04 04:43:31 +00:00
rsadowski
d25f0c89c4 Update libtorrent-rasterbar to 1.2.9
changelog: https://github.com/arvidn/libtorrent/blob/libtorrent-1.2.9/ChangeLog

- uses c++14 instead of clang++'s default gnu++14
- moves to autoreconf because configure defaults to c++11 instead of the
  desired c++14
- bumps library major due to symbol deletion
- changes MASTER_SITES to properly download the new release
- specifies devel/boost>=1.67.0 (from rsadowski@)
- uses MODPY_VERSION for naming boost python bindings in WANTLIB and
  CONFIGURE_ARGS (from rsadowski@)
- uses mt variants of libboost_system-mt and libboost_python38-mt
- links to libiconv.so.7.0 instead of libiconv.a now that upstream
  updated m4 macros
- regens WANTLIB with boost_python38, boost_system (non-mt) and iconv
- Remove PYTHON_CXXFLAGS and CXXFLAGS. gnu++14 is now the default for
  ports-gcc. (from brad@)

From Nam Nguyen
2020-09-04 04:24:28 +00:00
rsadowski
6955f9d5d8 Fix missing LLVM_V bump to 10.0.1
Spotted Brad Smith, thanks!
2020-09-04 04:17:20 +00:00
gnezdo
dad6d91999 editors/kakoune 2020.08.04->2020-09-01
This is mostly a bugfix release.
 * Daemon mode (-d switch) does not fork anymore.
 * Fix crash on completion.

MAINTAINER UPGRADE By Frederic GALUSIK <openbsd@galusik.fr>
ok solene@
2020-09-04 03:43:29 +00:00
edd
5722bf8758 Update gnupg2 to version 2.2.23 to fix a security problem.
https://lists.gnupg.org/pipermail/gnupg-announce/2020q3/000448.html

Thanks tj@ for raising this.

Also taking MAINTAINER for now.

OK pea@ (current MAINTAINER).
2020-09-03 21:45:29 +00:00
rsadowski
62a205af11 Update catch2 to 2.13.0 2020-09-03 21:06:27 +00:00
rsadowski
56bb5ac502 Update netbeans to 12.1 2020-09-03 20:59:18 +00:00
rsadowski
a9ce09b80a Update Clang extra tools to 10.0.1
Keep the patches in-sync with devel/llvm.
2020-09-03 20:54:01 +00:00
rsadowski
c7e128a52d Update kdiff3 to 1.8.4 2020-09-03 20:51:24 +00:00
jasper
1b7be2eef7 update to telepathy-mission-control-5.16.6 2020-09-03 18:16:51 +00:00
jasper
ff729a7db1 update to libgdata-0.17.13 2020-09-03 18:14:28 +00:00
bket
fb52e064c1 Update Makefile for archivers/zstd
- 'COMPILER=base-clang ports-gcc' is needed because of -Wvla in a couple
  of Makefiles, which is easily patched out
- switch ALL_TARGET to 'default' as 'allmost' builds stuff that we do
  not package. This saves a couple of seconds while building, plus the
  build is C-only
- No need for WANTLIB+=atomic/LDFLAGS+=-latomic (hppa only). There is
  nothing related to atomics in the stuff that is build (related to
  ALL_TARGET)
- No need to set CXX* in MAKE_ENV as the build is C-only
- No need to set CFLAGS. Upstream's (GNU)Makefile properly amends CFLAGS
  on a per-target basis. We already provide CFLAGS through MAKE_ENV, let
  the Makefile do its job
- Update CPPFLAGS

OK sthen@
2020-09-03 17:11:10 +00:00
kmos
9b22ae206a Update py-responses from 0.10.9 to 0.12.0
https://github.com/getsentry/responses/blob/master/CHANGES

A number of minor changes along with official Python 3.8 support.

Drop the python2 FLAVOR. The only consumer (audio/beets) just uses the
python3 FLAVOR.

(Include necessary quirks)

ok sthen
2020-09-03 12:53:59 +00:00
fcambus
84fce6c1cc Update miller to 5.9.1.
Fixes CVE-2020-15167.
2020-09-03 07:47:15 +00:00
sebastia
9443251169 update 2020-08-06 -> 2020-09-02 2020-09-03 05:58:49 +00:00
kmos
e524f183d9 Update py-humanize 2.5.0 -> 2.6.0
Main change seems to be removal of Python 3.5 support. (So no change
for us).

ok paco
2020-09-03 05:09:46 +00:00
tb
c38ccf8cd0 Update to Redis 6.0.7
Upgrade urgency for both 6.0.6 and 6.0.7 is MODERATE, see changelog for
details. Notably, the fix for the sentinel crash was merged upstream.

https://raw.githubusercontent.com/antirez/redis/6.0/00-RELEASENOTES

There is another test that occasionally fails since 6.0.6:

[err]: Piping raw protocol in tests/integration/redis-cli.tcl

Tested on amd64 and macppc, build tested with clang and egcc on sparc64.

Thanks to danj for testing and okaying 6.0.6.

ok sthen
2020-09-03 04:29:27 +00:00
sebastia
402f002d56 update 0.2.5 -> 0.2.7 2020-09-02 21:10:23 +00:00
sebastia
0d9978d46a update 1.4.9 -> 1.4.10 2020-09-02 19:56:24 +00:00
sebastia
9fa2ed7f34 update 4.3.2 -> 5.0.0 2020-09-02 19:51:19 +00:00
sebastia
d42ee83ea2 update 4.3.2 -> 5.0.0 2020-09-02 19:49:58 +00:00
bket
7666b6d588 Update to ipython-7.18.1 2020-09-02 16:23:25 +00:00
bket
627a2e767f Update to py-prompt_toolkit-3.0.7 2020-09-02 16:23:00 +00:00
bket
477e301e7d Update to sabnzbd-3.0.2 2020-09-02 16:22:04 +00:00
bket
0fbba16fac Update to ncmpc-0.39
Tested by Florian Viehweger <openbsd AT out-of-creativity DOT de>. Thank
you!
2020-09-02 16:21:16 +00:00
ajacoutot
67e9708b3e Update to google-cloud-sdk-308.0.0. 2020-09-02 15:53:55 +00:00
ajacoutot
d274e0ed32 Update to enchant2-2.2.10. 2020-09-02 13:56:32 +00:00
ajacoutot
c9eabdd099 Update to hwdata-0.339. 2020-09-02 13:39:24 +00:00
sthen
496de9228f audio/ncspot: add missing WANTLIB/LIB_DEPENDS on dbus-1 2020-09-02 10:50:36 +00:00
bentley
cbde482297 Depend on lcdf-typetools package rather than building it in texlive.
Also update plist generation and bump conflict markers.

requested by edd@ (the one who actually wrote the diff)
2020-09-02 10:42:03 +00:00
bentley
4a6822b9ac +lcdf-typetools 2020-09-02 10:35:05 +00:00
bentley
c942aa09e3 Import lcdf-typetools-2.108.
LCDF Typetools comprises several programs for manipulating PostScript
Type 1, Type 1 Multiple Master, OpenType, and TrueType fonts.

LCDF stands for Little Cambridgeport Design Factory.


ok edd@
2020-09-02 10:34:28 +00:00
sthen
1a353cd00f update to solr-8.6.2 2020-09-01 22:05:11 +00:00
sthen
e5541775ba update to snmp_exporter-0.19.0 2020-09-01 21:51:58 +00:00
sebastia
0399c455d0 simple update 3.14.12 -> 3.14.13 2020-09-01 20:36:11 +00:00
rsadowski
cb40b2c690 Update jenkins-devel to 2.255 2020-09-01 18:57:18 +00:00