Commit Graph

149714 Commits

Author SHA1 Message Date
edd
15b5926df7 textproc/py-sphinx: Fix fallout due to TeX Live 2020 update. 2020-08-18 18:55:21 +00:00
edd
b5df22e015 textproc/lgrind: fix fallout due to TeX Live 2020 update.
OK espie@, thanks!
2020-08-18 18:52:26 +00:00
edd
54af758222 Update to TeX Live 2020.
User tested by Laurence Tratt and Florian Viehweger.

Input and OK mariani@.

Thanks everyone!
2020-08-18 18:47:59 +00:00
edd
673fe144bf Update to TeX Live 2020.
User tested by Laurence Tratt and Florian Viehweger.

Input and OK mariani@.

Thanks everyone!
2020-08-18 18:40:11 +00:00
rsadowski
2e93f729da Unbreak LLVM10 build
I have decided not to create an =operator, instead use the default ctor with
the same values for x and y.
2020-08-18 18:21:32 +00:00
rsadowski
cce57984fd Stop looking for py2 and use py3 only.
This should fix the bulk failures on amd64 and i386.

OK aja (maintainer)
2020-08-18 18:19:05 +00:00
cwen
aa639a114e godot: unbreak on powerpc and i386
Don't build with `-Werror'; this "fixes" the "large atomic operation may incur
significant performance penalty" warning upgraded to error seen on these archs

Thanks to Omar Polo build testing on i386.

OK thfr@ (maintainer)
2020-08-18 17:39:30 +00:00
bket
7afa3ea5ec Update to sabnzbd-3.0.1
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.0.1
2020-08-18 16:27:39 +00:00
bcallah
721baf1dc5 Update to diffoscope-156 2020-08-18 16:22:04 +00:00
bket
117239d6e7 Update to nnn-3.4
Changes: https://github.com/jarun/nnn/releases/tag/v3.4

From Martin Ziemer <horrad AT horrad DOT de> (maintainer).
2020-08-18 14:25:08 +00:00
ajacoutot
5f3cba4152 Update to glib2-2.64.5. 2020-08-18 12:31:48 +00:00
sebastia
316333a9a7 simple update 2.3.0 -> 2.4.0 2020-08-18 11:05:48 +00:00
sebastia
d7e35b62ee simple update 1.1.6 -> 1.1.7 2020-08-18 11:02:12 +00:00
sthen
cc0286185c update to solr-8.6.1 2020-08-18 07:28:52 +00:00
rsadowski
01ade98352 Update sshguard to 2.4.1
From maintainer Andreas Kusalananda Kähäri
2020-08-18 05:06:29 +00:00
afresh1
f300da594c Update p5-Dancer2-Plugin-Ajax to 0.400000
From wen heping <wenheping2000 () hotmail ! com>
I removed MAKE_ENV because the author tests required extra depends.
2020-08-18 02:41:53 +00:00
afresh1
84d72dabc0 Update p5-Dancer2 to 0.300004
From wen heping <wenheping2000 () hotmail ! com>
2020-08-18 01:54:06 +00:00
afresh1
48c545d76d Update p5-CGI-Compile to 0.25
From wen heping <wenheping2000 () hotmail ! com>
With additional test depends by me
2020-08-18 01:39:12 +00:00
bcallah
ea42ad69ec Update to seed7-20200727 2020-08-17 23:43:34 +00:00
bcallah
aaea3d51a2 Update to worker-4.5.0
Changelog: http://www.boomerangsworld.de/cms/worker/changes.html#org3a520a1
2020-08-17 22:14:51 +00:00
sebastia
ebc65fe91c simple update 3.8.2 -> 3.8.6 2020-08-17 21:04:24 +00:00
sebastia
90f6a72b90 simple update 0.10.1 -> 0.12.1 2020-08-17 21:03:52 +00:00
sebastia
d6c90db6a6 simple update 1.9.1 -> 1.9.2 2020-08-17 20:47:34 +00:00
cwen
ea13ab1d0c neofetch: update to 7.1.0
Changelog: https://github.com/dylanaraps/neofetch/releases/tag/7.1.0

Also, add a patch to fix the cpu temperature and add ksmn(4) and adt(4) support

OK bket@
2020-08-17 20:19:49 +00:00
sthen
da8df0e55b update to OpenLDAP 2.4.51 2020-08-17 19:58:02 +00:00
bcallah
21f10ee67c Update to links-2.21, from MAINTAINER Tim Meunier.
Changelog: http://links.twibright.com/download/ChangeLog
2020-08-17 19:45:02 +00:00
sebastia
a75a849b13 simple update 0.6.2 -> 0.6.3 2020-08-17 19:39:40 +00:00
sebastia
3a61b1e0b8 simple update 6.0.3 -> 6.1.1 2020-08-17 19:37:30 +00:00
bcallah
007d8a1734 +hsetroot 2020-08-17 17:04:33 +00:00
bcallah
78bb26d0fd Import x11/hsetroot, a wallpaper changer that works with compositors.
Original submission from Stefan Hagen, who takes MAINTAINER -- thanks!
tweak and ok sthen@

hsetroot is a tool which allows you to compose wallpapers ("root
pixmaps") for X. It has a lot of options like rendering gradients,
solids and images and manipulate these in various ways. hsetroot also
supports alpha-channels.

hsetroot uses XSetWindowBackgroundPixmap instead of XSetWindowBackground
for solid colors. This makes it a good xsetroot replacement when a
compositor (compton, xcompmgr, ...) is in use.
2020-08-17 17:04:13 +00:00
rsadowski
6d3e50fb07 Unbreak LLVM10 build
Try again, this time with the full patch. Spotted by naddy
2020-08-17 14:40:59 +00:00
rsadowski
a5cce4a550 Unbreak boost 1.67.0 on i386, spotted by sthen@ Thanks
Diff from upstream:

Removed clang-specific branch for x86 DCAS-based loads.

The storage to load from is const-qualified and DCAS via compiler intrinsics
require an unqualified pointer. Use asm implementation instead, which should be
as efficient as intrinsics, if not better, in this case.

6e14ca24da
2020-08-17 14:01:09 +00:00
bluhm
78894b6297 update p5-OPCUA-Open62541 to 0.022 2020-08-17 13:09:36 +00:00
kn
09843d86a6 Update to isync 1.3.3
A minor maintenance release:
- fixed PassCmd for even bigger XOAUTH2 tokens
- fixed crash on syncing multiple Channels which refer to different
  Stores which use a common IMAPAccount
- fixed crash on IMAP connection breaking down while using -Dd
2020-08-17 10:18:21 +00:00
kn
9c11c3e41d Provide debug package 2020-08-17 10:14:03 +00:00
sthen
b826c908c0 update to qemu-5.1.0, from Brad (maintainer) 2020-08-17 09:58:44 +00:00
rsadowski
78a39197de Forgot to remove a patch, spotted by naddy@ 2020-08-17 04:22:22 +00:00
rsadowski
84ee61ea1c Forgot to remove a patch, spotted by naddy@ 2020-08-17 04:19:35 +00:00
afresh1
a300f4373c Update p5-Log-Log4perl to 1.50
From wen heping <wenheping2000 () hotmail ! com>
cvs: ----------------------------------------------------------------------
2020-08-17 01:47:44 +00:00
jturner
06c2d167ee Update fossil to 2.12.
Release notes: https://fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_12
2020-08-17 00:03:18 +00:00
afresh1
2e6d14c030 Update p5-Email-MIME to 1.949
From wen heping <wenheping2000 () hotmail ! com>
2020-08-16 21:32:26 +00:00
sebastia
729df71901 REVISION bump after changes to gnustep.port.mk 2020-08-16 20:37:45 +00:00
sebastia
8d08835e6b REVISION bump after changes to gnustep.port.mk 2020-08-16 20:36:56 +00:00
sebastia
6331e1acbd REVISION bump after changes to gnustep.port.mk 2020-08-16 20:36:34 +00:00
sebastia
3d09ec81a3 unbreak most of the -gui related apps, building gnustep-back was broken
since update to clang 10. in gnustep.port.mk don't use -fuse-ld but use
USE_LLD = no

OK naddy@
2020-08-16 20:35:18 +00:00
afresh1
9ca9ecb745 Update p5-PPIx-Regexp to 0.073
From wen heping <wenheping2000 () hotmail ! com>
2020-08-16 19:44:08 +00:00
afresh1
9d1784b154 Update p5-DBD-CSV to 0.55
From wen heping <wenheping2000 () hotmail ! com>
2020-08-16 19:29:17 +00:00
afresh1
a0dc35dead Update p5-File-Flat to 1.06
From: wen heping <wenheping2000 () hotmail ! com>
2020-08-16 19:02:48 +00:00
fcambus
7a0994ae68 Update libmaxminddb to 1.4.3. 2020-08-16 14:48:53 +00:00
fcambus
1c6352aa7a Update ruby-rouge to 3.22.0. 2020-08-16 14:47:06 +00:00