kirby
e6b06c7cd1
Update zint to 2.9.0
2020-08-10 13:09:47 +00:00
sthen
2a4ca8dd3a
update to dnsmasq-2.82, from Brad
2020-08-10 12:25:16 +00:00
jca
91a67452c3
Follow base and update to llvm-10.0.1
2020-08-10 11:38:43 +00:00
sthen
0d7abae687
update to libunbound-1.11.0
2020-08-10 11:15:58 +00:00
bket
8c2113e1c8
Drop py2-flavor
...
pirofti@ (maintainer): "...please go ahead"
2020-08-10 07:57:36 +00:00
bket
3fbdcee4be
Drop py2-flavor
...
pirofti@ (maintainer): "...please go ahead"
2020-08-10 07:53:59 +00:00
sebastia
f0968f68d2
simple update 1.12.0 -> 1.12.1
2020-08-10 07:46:28 +00:00
bket
100f027bf8
Drop py2-flavor
...
OK martin@ (maintainer)
2020-08-10 07:44:06 +00:00
landry
d01ba39cd1
Update to xfwm4 4.14.5
2020-08-10 07:28:45 +00:00
solene
7702546add
Update to kakoune-2020.08.04
...
maintainer Frederic Galusik is ok
2020-08-10 06:59:14 +00:00
jca
de3d8fd06b
Link libluajit.so with libc++abi to unbreak rspamd with newer llvm
...
luajit uses symbols from libunwind which is embedded in libc++abi.
Use the appropriate knob to link libluajit.so (not just the interpreter)
with libc++abi and register the shared lib dep.
ok sthen@ (rspamd maintainer)
2020-08-10 00:56:40 +00:00
jca
f756e4119e
Don't clobber CFLAGS to let this build on i386 with newer llvm
...
Upstream's (GNU)Makefile properly amends CFLAGS on a per-target basis,
but that can't happen if we override CFLAGS on gmake's command line.
We already provide CFLAGS through MAKE_ENV, let the Makefile do its job
and provide -fPIC where needed.
ok bket@ (maintainer)
2020-08-10 00:47:44 +00:00
sthen
efbb98b868
update to urlwatch-2.21
2020-08-09 22:19:32 +00:00
sthen
7fe2c3f421
update to p5-PDF-API2-2.037
2020-08-09 22:17:48 +00:00
sthen
f91b8ee161
update to re2c-2.0.2
2020-08-09 22:12:36 +00:00
sebastia
40d854d60d
simple update 0.2.0 > 0.3.0
2020-08-09 21:20:51 +00:00
sebastia
9615574140
update 5.5.20 -> 5.5.21
2020-08-09 20:46:06 +00:00
juanfra
56086f252c
Update to racket 7.8.
2020-08-09 19:44:28 +00:00
juanfra
4058897c94
Update to xroar 0.36.2.
2020-08-09 19:39:15 +00:00
juanfra
8ae0322981
Update to mercurial 5.5.
2020-08-09 19:38:18 +00:00
thfr
5cde0e4186
fix build with clang 10. Found by Ricardo Mestre for another port.
...
Tested by me and naddy@
No revision bump as port didn't build
2020-08-09 14:46:23 +00:00
jca
97c836c4ba
Add a comment and fix a typo
2020-08-09 14:17:26 +00:00
jca
474c1dedef
Drop patch, merged upstream
...
The patch in cvs duplicated the content of the original testcase.
2020-08-09 14:14:42 +00:00
jca
7523bb12d6
Drop two outdated comments
...
from Brad
2020-08-09 14:12:30 +00:00
mestre
c281a40954
update to 1.24.3
...
OK jeremy@
2020-08-09 13:44:56 +00:00
jasper
da761e9cd5
submitted upstream
2020-08-09 11:10:07 +00:00
jasper
80e3494037
tweak patch comments and add references to upstream pull requests where applicable
2020-08-09 10:37:46 +00:00
jasper
9199e4b60d
update to salt-3001.1
2020-08-09 10:33:43 +00:00
kirby
b4f659a41c
Update to freeorion-0.4.10 and switch to python3
...
From Tom Murphy, maintainer.
Minor tweaks by me.
2020-08-09 09:37:07 +00:00
kirby
8986d14d4b
Update seafile to 7.0.9
2020-08-09 09:29:13 +00:00
robert
ca79e2059c
add some missing OpenBSD ifdefs to take the Linux codepath
2020-08-09 06:33:26 +00:00
kmos
e349e48d1d
Update to version 2.1
...
The library now has the ability to set or clear a custom Minecraft
skin.
2020-08-09 02:51:57 +00:00
daniel
baac4a0e6e
Update to coq 8.12.0; tested by myself and MAINTAINER on amd64.
2020-08-09 02:45:34 +00:00
bentley
f7764153d0
Update to ibm-plex-5.1.0.
2020-08-09 00:36:05 +00:00
jca
e5d2596191
Only link with Ws2_32.lib when building on Windows.
...
Fixes the build with LLVM 10
2020-08-08 22:42:53 +00:00
jca
c2a7e0b633
Only link with gdi32 when building on Windows
...
Fixes the build with LLVM 10.
2020-08-08 22:12:00 +00:00
tj
a6c75a1f80
easytag has a bug that can cause vorbis files to become permanently
...
corrupted when their tags are edited. add a patch to fix this.
https://bugzilla.gnome.org/show_bug.cgi?id=776110
https://build.opensuse.org/request/show/596947
discussed with ajacoutot/jasper
2020-08-08 21:54:24 +00:00
kn
f1b763fdcf
Disable lz4, zstd and xhash again
...
The dependencies are too big, rsync should stay mostly self contained as
discussed/demanded after the last update commit enabled them.
This fixes the iconv flavour as well which I broke by moving CONFIGURE_ENV
out of the FLAVOR conditional, although in practise -liconv is still picked
up when building with --disable-rsync, so something else seems fishy here.
OK jca espie
2020-08-08 21:53:46 +00:00
bcallah
d043cff8d9
Update to diffoscope-155
2020-08-08 20:11:34 +00:00
sthen
fa8f988e3c
update to rss2email 3.12.1, from lucas@sexy.is, no reply from maintainer
2020-08-08 17:00:50 +00:00
sthen
153872479b
following the lead of base-clang, switch ports-gcc default to i586
...
from Brad, ok pascal@ (maintainer)
2020-08-08 16:48:48 +00:00
bket
3d98098594
Update to rclone-1.52.3
...
Bugfix release. Changelog: https://rclone.org/changelog/ .
2020-08-08 16:41:13 +00:00
jmatthew
d75fbef5a8
update to 0.6.1
2020-08-08 11:05:26 +00:00
jasper
5955defc01
add missing dependency on cmake
2020-08-08 07:39:25 +00:00
kirby
d4fcdc0ffa
Add @pkgpath to ease updates after flavor removal.
...
Looks ok to landry@
2020-08-08 07:36:57 +00:00
semarie
31b822d0ff
productivity/tryton/5.2: maintenance update
2020-08-08 04:41:51 +00:00
semarie
2d3c32a283
productivity/tryton/5.0: maintenance update
2020-08-08 04:40:56 +00:00
bentley
c6baa0a4fc
Update to ppsspp-1.10.3.
...
Release notes: https://github.com/hrydgard/ppsspp#whats-new-in-1103
2020-08-07 22:54:09 +00:00
jca
cbd1c499a9
Bump libclang.so and friends
...
libclang.so is used by other ports and the update to llvm 10 warranted
a minor bump. I haven't checked liblldb.so and libLTO.so, I bumped
their major version just in case but they aren't used in the ports tree.
Thanks to kn@ who provided an old libclang.so for comparison.
2020-08-07 22:49:06 +00:00
sebastia
94399495e5
update 2.1.2 -> 2.2.0
2020-08-07 21:08:03 +00:00