landry
3df6e7d336
Add explicit dependency on math/qhull, since it was detected at build
...
time if found (and failed to build), or the bundled version was used
otherwise..
Reported by espie@
2016-05-25 20:53:45 +00:00
jung
c9b07f2607
import x11/sct
...
sct is a lightweight utility to set the color temperature of the screen
with input from czarkoff jturner and edd
ok czarkoff jturner
2016-05-25 20:52:24 +00:00
juanfra
27882b561f
Update to pdlzip 1.7.
2016-05-25 17:59:34 +00:00
danj
c3a7c9e746
update to duplicity-0.7.07.1
...
Take maintainer
ok shadchin@
2016-05-25 17:41:36 +00:00
awolk
bf8b1461b7
Update net/corebird 1.2.1 => 1.2.2
...
OK abieber@
2016-05-25 16:46:10 +00:00
awolk
8b7304623b
Update www/libwebsockets 1.7.7 => 1.7.8
...
OK abieber@
2016-05-25 16:40:13 +00:00
okan
268b75369d
Fix 2 overflows (submitted upstream; bug id's in patches);
...
from Ray Lai.
feedback and ok gsoares@
2016-05-25 15:49:21 +00:00
edd
bdcd365427
Update to syncthing-0.13.2.
...
OK awolk@
2016-05-25 13:41:43 +00:00
ajacoutot
3a57562cbe
Update to packer-0.10.1.
2016-05-25 13:20:09 +00:00
benoit
5eb1bb8902
Update to ntl-9.8.1.
2016-05-25 11:42:05 +00:00
dcoppa
e471d3bf16
Update to ccid-1.4.24
2016-05-25 11:36:05 +00:00
benoit
9f4b9e49c3
Update to bozohttpd-20160415.
2016-05-25 09:13:39 +00:00
ajacoutot
90c93a55f0
SECURITY update to webkitgtk4-2.12.3.
...
CVE-2016-1857, CVE-2016-1856
2016-05-25 09:11:20 +00:00
benoit
28801eb41b
Update to cflow-1.5.
2016-05-25 07:51:51 +00:00
benoit
19eace9bd1
Update to git-2.8.3.
2016-05-25 07:13:05 +00:00
jasper
8ebb6b3b00
update to rygel-0.30.3
2016-05-25 07:00:52 +00:00
jasper
91a3ca5b8e
update to serverspec-2.36.0
2016-05-25 06:55:53 +00:00
jasper
2779801b66
update to specinfra-2.57.4
2016-05-25 06:55:36 +00:00
semarie
f29eca3929
lang/rust: fallback to LOCALBASE for sysroot
...
- std::env::current_exe() returns an error instead of returning wrong
pathname (no complete, but rust build scripts makes (bad)
assumptions that I couldn't patch for now).
- rustc / rustdoc to use CFG_PREFIX (configure --prefix value) when
std::env::current_exe() return an error
- remove the installed wrapper used to pass --sysroot argument to
rustc (the wrapper was used for workaround the problem differently
for rustc, but didn't resolv the problem for rustdoc as it doesn't
have --sysroot argument).
looks ok edd@
2016-05-25 06:39:35 +00:00
sthen
7e86d4544b
update to 20160524 snapshot of nsh
2016-05-24 20:02:27 +00:00
edd
5f17a6be1a
www/py-frozen-flask: fix build warnings if package not already installed.
...
Spotted and OK shadchin@. Thanks.
2016-05-24 18:01:36 +00:00
gonzalo
440ce82e13
Update for Spectrwm to 3.0.2:
...
https://github.com/conformal/spectrwm/releases
OK rpointel@
2016-05-24 14:06:20 +00:00
sthen
cdce6f5907
update to p5-Net-Twitter-4.01020
2016-05-24 13:57:49 +00:00
sthen
6be8037616
Handle OpenBSD 6.x in Python 2.7 tests. Python 3.x's tests
...
are done in a different way and don't need this. OK rpointel@
2016-05-24 09:57:50 +00:00
dcoppa
e746ac9ba8
Fix size of value passed to setsockopt
...
(git commit d723b45fc42e04b9179ba29c65efc9484ec2924c)
Upgrade TLS suites for OpenSSL
(part of git commit c72ebd29f239793218f2248c3f8b48a7b3e0a541)
2016-05-24 09:13:14 +00:00
dcoppa
8260411546
Avoid an underflow in the SSE mixers if BufferSize is less than 4
...
(upstream git commit 564a1822595e287cf808ea63a03d96719e3cc7b4)
Fix a crash with games/ioquake3.
Reported and fix tested by Ryan Freeman.
2016-05-24 08:07:58 +00:00
ajacoutot
1289b7dead
Update to libbluray-0.9.3.
...
from Brad, maintainer timeout
2016-05-24 07:54:16 +00:00
ajacoutot
c159857a43
Select proper SPARCv9 variant for the assembler.
...
from Brad (maintainer)
2016-05-24 07:53:23 +00:00
ajacoutot
9249967466
Update to shotwell-0.23.1.
2016-05-24 05:35:28 +00:00
jturner
fedf51173d
+ksql
2016-05-24 00:21:41 +00:00
jturner
49bfce772c
Import ports/databases/ksql. ok sthen@
...
ksql is a "lazy man's" wrapper for the SQLite C-language interface. It
is written to make sure sloppy programming won't cause your SQLite
database to be inconsistent (transactions and statements open on exit
and certain signals). Specifically, it exits on any database errors; and
upon exit (or signal), cleans up open statements, transactions, and
databases. See ksql(3) and friends for details.
2016-05-24 00:19:43 +00:00
edd
967d8af985
Link www/py-frozen-flask and www/py-frozen-flask,python3.
2016-05-23 21:18:19 +00:00
edd
f26e46a4be
Import www/py-frozen-flask.
...
Frozen-Flask freezes a Flask application into a set of static files. The
result can be hosted without any server-side software other than a
traditional web server.
OK shadchin@, with tweaks and input from danj@ and ajacoutot@. Thanks.
2016-05-23 21:14:35 +00:00
sebastia
e7e21dcdaf
In favor of creating FLAVORS, remove RDEP to specific icinga
...
(-web) versions. It works well with icinga, and icinga2.
lots of feedback sthen@
Diff looks good to me kirby@ (MAINTAINER)
2016-05-23 20:24:11 +00:00
ajacoutot
33913b770a
refer to ports/devel/gsettings-desktop-schemas/patches/patch-schemas_org_gnome_desktop_interface_gschema_xml_in
2016-05-23 17:36:11 +00:00
ajacoutot
b6b32c5ee4
Our default key theme for gtk+ is Emacs.
2016-05-23 17:35:47 +00:00
ajacoutot
af1d612907
Update to gtk+3-3.20.6.
2016-05-23 17:25:22 +00:00
kirby
8b43474cab
update to wesnoth-1.12.6
2016-05-23 14:30:16 +00:00
espie
ffbbe7d386
completely kill PLIST_DB here. After all, it's new stuff,
...
so people should be able to adapt quickly.
2016-05-23 13:36:25 +00:00
jasper
9d47823aa0
- update to jenkins-1.651.2
...
ok ian@ (MAINTAINER)
2016-05-23 13:17:54 +00:00
juanfra
ba699db75c
Update to lziprecover 1.18.
2016-05-23 12:49:59 +00:00
shadchin
b1e829085b
Update to py-parsing 2.1.4
2016-05-23 06:51:04 +00:00
sthen
e6cd1eae4f
disable JIT which requires a W|X mapping
2016-05-22 21:03:33 +00:00
sthen
56acd0dc9d
update to roundcube 1.2.0, including PHP7 compatibility, PGP encryption
...
(either server-side or client-side using the Mailvelope browser plugin),
and various other improvements and bug fixes.
2016-05-22 19:22:22 +00:00
sthen
33e96472ac
nudpate to rcube-yubikey-plugin-1.4
2016-05-22 19:19:13 +00:00
tb
cbc8a6b79f
Use getpwnam_shadow in the one case that it is needed to unbreak
...
spop3d after the recent libc change.
Problem reported and diff tested by Peter N. M. Hansteen, thanks!
ok dcoppa@, sthen@
2016-05-22 19:12:36 +00:00
ajacoutot
a69f53c580
Fix authentication, needs getpwnam_shadow(3).
...
breakage reported by Anthony Campbell
2016-05-22 15:44:23 +00:00
ajacoutot
9eaaa3014d
Update to at-spi2-core-2.20.2.
2016-05-22 15:38:50 +00:00
shadchin
26ad4e7241
Update to py-socks 1.5.7
2016-05-22 14:10:37 +00:00
nigel
e7abffef2d
DPB::FetchDummy needs forget_cache routine.
...
Ok espie@
2016-05-22 11:41:56 +00:00