128655 Commits

Author SHA1 Message Date
rsadowski
e55fb62859 Enable KDE4 ports after kate-removal and bump meta
webdev,kimono,korundum,p5-kde,smokekde back on track
2018-05-02 20:12:40 +00:00
rsadowski
9c064d2822 Unbreak smokekde after kate-removal fiasco 2018-05-02 20:03:09 +00:00
awolk
d11a4946eb editors/ghostwriter 1.5p2 => 1.6.2
OK fcambus@

- drop patches/*
- PLIST updated for a new translation file
2018-05-02 19:42:03 +00:00
landry
cfa8533a4b Update to libconfig 1.7.2.
New website/upstream on github, build-tested all consumers.
2018-05-02 19:36:50 +00:00
solene
684f5faf54 Updating libdvdcss-1.4.2
Hints from jca@

ok jca@
2018-05-02 19:35:14 +00:00
naddy
986cd9a0da explicitly link with libpthread to satisfy lld 2018-05-02 19:26:54 +00:00
naddy
54ab563b72 explicitly link with libpthread to satisfy lld 2018-05-02 19:21:53 +00:00
naddy
f05e2c869a explicitly link with libX11; fixes build with lld 2018-05-02 18:34:11 +00:00
naddy
98ded264c3 explicitly link with libgmodule; fixes build with lld 2018-05-02 18:17:56 +00:00
rsadowski
c145c57fff Unbreak smokekde after kate-removal fiasco 2018-05-02 17:49:27 +00:00
rsadowski
fd7e21da17 Unbreak korundum after kate-removal fiasco 2018-05-02 17:48:54 +00:00
jasper
6dc0064534 use -Wl,-z,origin instead of LD_LIBRARY_PATH hack
from upstream
2018-05-02 16:54:23 +00:00
jasper
07ade12994 update to gnome-calendar-3.28.2 2018-05-02 16:50:41 +00:00
espie
42c83f97eb explain what happens at the end 2018-05-02 15:27:51 +00:00
espie
f7dbb2936e recognize plugins, because they're not @bin
(noticed by sthen@)
2018-05-02 15:20:54 +00:00
sthen
bdd3512524 update to rspamd-1.7.4 2018-05-02 15:19:52 +00:00
sthen
d82f0b83b5 add prot_exec to pledge, it seems to be needed in mesa init now
(possibly started after the move from glfw to freeglut?).
problem reported by mikeb.
2018-05-02 14:47:36 +00:00
espie
9c58d9c6e9 buglet: figure out correct name of variable in ^VAR construct 2018-05-02 14:44:00 +00:00
espie
d834cce685 with the new unified representation, we can look for directories to zap
twice, based on what we built.
2018-05-02 14:00:22 +00:00
espie
e8f65cd8ac instead of trying only the main subpackage, try every subpackage in order,
in case one of them has a different prefix that would match better
2018-05-02 13:40:28 +00:00
espie
8fc3df284f update comments, separate true XXX from TODO 2018-05-02 12:25:32 +00:00
ajacoutot
736649382e Don't override LDFLAGS. 2018-05-02 11:59:11 +00:00
ajacoutot
f4bccc9c0a Remove hack; not needed after recent devel/meson change. 2018-05-02 11:51:55 +00:00
ajacoutot
f5d85216b2 Add patch from PR #3463 to distinguish between internal and external
linker flags.
2018-05-02 11:51:24 +00:00
ajacoutot
f1ff236f34 Remove XXX hack, it's not needed anymore. 2018-05-02 11:47:44 +00:00
fcambus
bb7e0deb29 Update GeoLite2 databases to latest version. 2018-05-02 10:35:50 +00:00
espie
83cd232ad1 document what's already there, more or less 2018-05-02 10:27:50 +00:00
espie
c2001f22b8 don't try running without actual arguments, but show usage 2018-05-02 10:05:06 +00:00
espie
9800f078c4 copy&paste makes bugs
remove/adjust compared to normal subst
2018-05-02 09:47:10 +00:00
espie
6b8d442716 write stuff out in the same order pkg_create does, so that
@group/@owner/@mode propagate correctly
2018-05-02 09:46:18 +00:00
ajacoutot
7f51833b82 Update to google-cloud-sdk-200.0.0. 2018-05-02 09:44:30 +00:00
ajacoutot
62621d740c Update to qemu-2.12.0.
from Brad (maintainer)
2018-05-02 08:21:13 +00:00
bket
cb0dcedee3 Add PORTROACH annotation.
This fixes portroach picking up a newer, incompatible version (which is
offered via unison/2.5x).

OK sthen@
2018-05-02 08:08:11 +00:00
danj
b6cab3bbc5 Sync user.list with reality
While there fix two typos, one of them spotted by sthen, ok sthen
2018-05-01 23:06:46 +00:00
jeremy
319392f6be Update to mruby 1.4.1
Mostly from David CARLIER <devnexen@gmail.com>
2018-05-01 22:36:21 +00:00
naddy
fbfcee9c09 explicitly link with all required libraries to fix linking with lld 2018-05-01 20:28:00 +00:00
naddy
0302a5f09e Explicitly link with libm since math functions are called from the
main program.  Fixes linking with lld.
2018-05-01 20:13:23 +00:00
kn
a928eea659 + hitch 2018-05-01 13:48:52 +00:00
kn
16e9f7362f add _hitch 2018-05-01 13:47:27 +00:00
kn
153c68c6ff Hitch is a libev-based high performance TLS proxy designed to handle 10s of
thousands of connections efficiently on multicore machines.

It supports ALPN, SNI, PROXY protocol, automatic OCSP stapling as well as
seamless configuration reloads of certificates and listen endpoints.

Feedback and OK jca
2018-05-01 13:43:59 +00:00
rpointel
33af249f81 fix TEST_DEPENDS: py-mock -> py-mock${MODPY_FLAVOR}
ok danj@.
2018-05-01 13:43:51 +00:00
espie
03a3aa40bf first save plist names, then write them, so that @group/@owner/@mode
get somewhat more sensible
2018-05-01 13:21:24 +00:00
abieber
2395f2a9cc Bump to latest.
OK jturner@
2018-05-01 12:53:30 +00:00
matthieu
d895d5ff4d Update to xcursor-themes 1.0.5.
ok ajacoutot@, rsadowski@ who also suggested other tweaks.
PLIST regen was missed in previous updates too apparently.
2018-05-01 11:46:34 +00:00
jasper
2cd7e53959 missed a bump here 2018-05-01 10:42:17 +00:00
jasper
0e5c40816c unhook the ports needed to get sqlports building again after the kate-removal fiasco.
up to rsadowski@ to decide how to actually fix them
2018-05-01 10:36:33 +00:00
naddy
afb7269ffe maintenance update to 5.2.4 2018-05-01 10:30:25 +00:00
espie
73db0b2126 a bit more work to do... 2018-05-01 09:36:56 +00:00
ajacoutot
0a126cd6b9 Update to dbus-1.12.8. 2018-05-01 09:35:02 +00:00
ajacoutot
bb863d39d0 Update to libgpg-error-1.30. 2018-05-01 09:29:07 +00:00