pascal
4ad55b11a5
Bump and force using fpc>=3.0.0p2.
2017-02-04 15:23:57 +00:00
pascal
ef6a6ff6dd
Do not attempt to link to /usr/libexec/ld.so as a shared library if -XAfoo is
...
passed as an option. Fixes games/hedgewars at runtime. With help from awolk@
and unC0Rr from upstream, who provided helpful test cases.
ok awolk@
2017-02-04 15:23:04 +00:00
sthen
744487b893
preemptive fix for perl update
2017-02-04 14:03:41 +00:00
edd
eca64a1334
Link devel/libmpack.
2017-02-04 12:42:13 +00:00
edd
c7d8461abe
Import devel/libmpack. Needed for neovim.
...
---8<---
libmpack is a small binary serialization/RPC library that implements both the
msgpack and msgpack-rpc specifications.
--->8---
OK jca@ and with input from sthen@. Many thanks.
2017-02-04 12:40:43 +00:00
rpointel
03ea571fb4
+ SUBDIR += libevt
2017-02-04 08:44:18 +00:00
rpointel
ec15dcadbc
import libevt: a library to access the Windows Event Log (EVT) format.
...
inputs and ok sthen@.
2017-02-04 08:43:28 +00:00
rpointel
32041f8e89
+ SUBDIR += mdp
2017-02-04 06:18:06 +00:00
rpointel
6b64a23c39
import mdp, a command-line based markdown presentation tool.
...
inputs and ok danj@.
2017-02-04 06:16:44 +00:00
danj
c9d3f3f0eb
Register claws-mail-htmlviewer removal
...
ok landry@
2017-02-03 19:39:07 +00:00
danj
fdf42c353a
Remove claws-mail-htmlviewer, it uses an old and insecure webkit
...
ok landry@
2017-02-03 19:36:03 +00:00
danj
5b66990790
fix WANTLIB-main
2017-02-03 19:34:35 +00:00
naddy
8ed6658f8a
Remove an instance of a deprecated and dangerous autoconf idiom
...
that checks for a type that isn't used anywhere in the source and
breaks the inclusion of <netinet/in.h>.
2017-02-03 16:21:10 +00:00
naddy
475ec72bf7
pull in <netinet/in.h> for in_addr_t
2017-02-03 15:26:12 +00:00
danj
8152eb6033
+ ripgrep
2017-02-03 15:03:36 +00:00
danj
ac516bbcfd
Import ripgrep-0.4.0 from semarie, tweaks by landry@ and me, ok landry@
...
Line oriented search tool using Rust's regex library. Combines the raw
performance of grep with the usability of the silver searcher.
2017-02-03 15:00:33 +00:00
robert
3d35a98a5f
update to 56.0.2924.87
2017-02-03 09:47:16 +00:00
benoit
2b8a2d67cd
Update to git-2.11.1.
2017-02-03 09:36:06 +00:00
ajacoutot
4c4018a9a0
Update to appstream-glib-0.6.8.
2017-02-03 08:43:14 +00:00
sthen
9a8840ea3a
Adjust icingaweb2 dependencies; don't force pecl-imagick, it's only needed
...
for exporting graphs to PDF.
2017-02-02 23:01:30 +00:00
sthen
3c5d9b520b
update to icingaweb2-module-director-1.3.0
2017-02-02 21:38:08 +00:00
sthen
24e2fc84fd
update to icingaweb2-2.4.1
2017-02-02 21:36:33 +00:00
sthen
8ed877852e
update to icinga2-2.6.1
2017-02-02 21:36:18 +00:00
sebastia
4d7a9e89b2
Minor update to 2.3.19, also works for Davide Gerhard rainbow at irh it
...
Tighten version dependency to www/sope, as proposed by and discussed by Davide
2017-02-02 21:34:34 +00:00
sebastia
4dbcf16416
Minor update to 2.3.19, also works for Davide Gerhard rainbow at irh it
2017-02-02 21:32:52 +00:00
sthen
7f2a39c127
Patch to raise level of Asterisk's "Read factory %p and write factory %p
...
both fail to provide %zu samples" debug message which is triggering very
frequently, so that it's possible to get debug level 5 messages without
flattening the box.
2017-02-02 14:04:07 +00:00
sthen
4bdc1302b8
Set memory_limit=-1 in the wrapper script for composer CLI.
...
Requested by Leo Unglaub.
2017-02-02 13:58:09 +00:00
sthen
79c0195209
update to darktable-2.2.3.
...
Disable OpenCL tests as they cause clang to be picked up during configure,
causing problems if DPB junks it (found by naddy).
(darktable needs to be built with ports gcc for TLS emulation, otherwise
I'd just switch it to clang instead..)
2017-02-02 13:55:58 +00:00
sthen
d7ad0ff57a
Link digikam-kde4 to the build properly. It was already pulled in via
...
meta/kde4/Makefile but that's not enough to get listed in INDEX.
2017-02-02 12:58:33 +00:00
sthen
75223c6422
backport upstream patch to fix digikam-kde4 with newer lensfun.
...
diff from rsadowski with minor tweak in patch comment by me.
2017-02-02 12:57:28 +00:00
sthen
f024b8e700
regen patches
2017-02-02 12:57:13 +00:00
landry
27ae24bfb1
remove midori,gtk3 - it's now the default
2017-02-02 12:49:14 +00:00
landry
3f07de4a70
Remove gtk3 flavor and build by default against gtk3 and webkitgtk4,
...
even if the latter was touted upstream as 'HALF_BRO_INCOM_WEBKIT2' it
somewhat works, and allows us to stop depending on www/webkit. Upstream
isn't very much alive sadly..
based on a diff from Davide Gerhard.
2017-02-02 12:48:37 +00:00
danj
decc548335
Regen patch
2017-02-02 12:04:43 +00:00
juanfra
f3e67172d3
MASTER_SITE_OPENBSD http -> https. OK bentley@ phessler@.
2017-02-02 11:30:10 +00:00
landry
da554e47cc
Temporarly switch rust to build with embedded llvm.
...
rust doesnt build yet with llvm 4.0, which should be soon updated in the
portstree. Upstream rust support for llvm 4.0 is in the pipe.
From semarie@
2017-02-02 08:02:50 +00:00
tb
3df723c5ce
Suppress printing :00 seconds of remaining battery lifetime, as apm(4)'s
...
estimate only has a granularity of minutes.
ok jasper
2017-02-02 08:00:43 +00:00
landry
c59eb8e255
Update to sqlite3 3.16.2.
...
Will be required by gecko 52, went into a pair of amd64 bulk builds
without fallout.
2017-02-02 07:37:41 +00:00
ajacoutot
400a3dd7f3
Update to owncloud-9.1.4.
2017-02-02 05:55:42 +00:00
ajacoutot
60f7cce207
Update to google-cloud-sdk-142.0.0.
2017-02-02 05:50:39 +00:00
juanfra
4400f8f8e7
From Matthew Martin. Tested by pea@ and me. OK pea@ (MAINTAINER).
2017-02-02 03:41:12 +00:00
gonzalo
962565891c
Update for SMPlayer to 17.1.0
...
Test as always from Josh.
Thanks!
OK danj@
2017-02-02 02:31:07 +00:00
jca
7534181dcc
Fix the threads FLAVOR (wrong configure arg, silently ignored)
...
Spotted by Timo Myyra, input from sthen@
2017-02-01 23:14:46 +00:00
tim
7647cce74b
Update to wavpack 5.1.0; input and OK sthen@
2017-02-01 22:06:14 +00:00
juanfra
e442e08de1
Update to hiawatha 10.5.
2017-02-01 22:00:12 +00:00
sthen
bcc3ab3049
As spotted by jmc@ and someone else who I forgot, mplayer has a hidden dep
...
on libbs2b; add it as a proper dependency to avoid periodic package breakage.
ok Brad.
2017-02-01 20:59:41 +00:00
ajacoutot
22fbe416a7
Remove; it's using the old and insecure www/webkit.
2017-02-01 20:47:02 +00:00
tb
5458587814
Since bsd.obj.mk no longer chowns without checking, the WOJBDIR workaround
...
to fix the build in dpb setups can be removed again.
ok naddy
2017-02-01 20:34:40 +00:00
naddy
2e12ef0622
Unbreak after libressl change: remove direct access to field now private.
...
Similar to upstream changes for OpenSSL 1.1.0. Not tested at run time.
ok danj@ sthen@
2017-02-01 15:49:34 +00:00
sthen
203c408ed7
update to wtf-20170131
2017-02-01 14:26:26 +00:00