16643 Commits

Author SHA1 Message Date
jasper
a681ec2ad1 remove unused file 2016-05-30 13:47:10 +00:00
jasper
b89c487667 +leatherman 2016-05-30 13:09:50 +00:00
jasper
abd8c41c28 import leatherman-0.7.0
Collection of C++ and CMake utility libraries.

ok aja@ a while ago
2016-05-30 13:07:19 +00:00
semarie
1cf96412d8 devel/cargo 0.10.0
Cargo is a tool that allows Rust projects to declare their various
dependencies, and ensure that you'll always get a repeatable build.

ok sthen@ edd@
2016-05-30 04:30:53 +00:00
jung
ab2dfe1aa7 add a svnserve rc.d script
ok stsp ajacoutot
2016-05-29 17:42:22 +00:00
shadchin
b759c3475d +py-test-mock
+py-test-mock,python3
2016-05-29 15:07:53 +00:00
shadchin
1a8cc844cf Import py-test-mock 1.0, ok danj@
This plugin installs a mocker fixture which is a thin-wrapper around the
patching API provided by the mock package, but with the benefit of not
having to worry about undoing patches at the end of a test.
2016-05-29 15:00:23 +00:00
zhuk
398969df43 Upstream forgot to mention dependency on Boost.
Spotted by aja@
2016-05-29 10:50:49 +00:00
shadchin
50601e0c1b Update to py-logilab-common 1.2.1 2016-05-29 10:30:39 +00:00
shadchin
28cf267f70 Update to py-test-runner 2.8 2016-05-29 10:19:16 +00:00
sthen
624de53c10 remove USE_GROFF; minor formatting changes only 2016-05-28 13:40:57 +00:00
dcoppa
00bbf9b619 Fix Boost.Asio, broken after the removal of SSLv3 support:
/usr/local/include/boost/asio/ssl/impl/context.ipp: In constructor 'boost::asio::ssl::context::context(boost::asio::ssl::context_base::method)':
/usr/local/include/boost/asio/ssl/impl/context.ipp:93: error: '::SSLv3_method' has not been declared
/usr/local/include/boost/asio/ssl/impl/context.ipp:96: error: '::SSLv3_client_method' has not been declared
/usr/local/include/boost/asio/ssl/impl/context.ipp:99: error: '::SSLv3_server_method' has not been declared

OK jca@
2016-05-27 22:35:40 +00:00
sthen
05d964358b update letsencrypt/client to 0.6.0, and cope with the renaming to "certbot".
courtesy symlink provided so that scripts still work.
2016-05-27 10:01:38 +00:00
zhuk
a30d9e33c6 Let's go the mountain way and link first bits of KDE 5 to build. 2016-05-27 03:43:20 +00:00
zhuk
d5b514ca94 Import KDE Frameworks 5.21.0. Somewhat outdated, but we need to move on.
This does not include NetworkManager and ModemManager bindings, for obvious
reasons. But there is the Bluez-Qt binding included, which acts as a stub,
allowing KDE stuff relying on it to compile.

Also, we ship outdated version of Baloo, because newer versions rely on
the MDB library which we don't have - and won't have until UBC is fixed.

Input from many, tested by kirby@ and awolk@, final okay awolk@ - thanks!
2016-05-26 23:58:57 +00:00
jca
680fcb688d Stop using RWX memory for closures.
This switches libffi to the use of two different mappings per closure,
one with RW access, the other with RX access.  Even if not perfect it is
already an improvement.  Soon RWX memory will be unavailable by default,
so fixing libffi means that we don't have to tweak an unknown percentage
of the 565 ports that link against it...

Initial diff from sthen@ who also did most of the tests.
ok sthen@ jasper@ (maintainer)
2016-05-26 20:48:50 +00:00
ajacoutot
2578dcc965 Revert, it introduced a regression with the meta key. 2016-05-26 17:31:28 +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
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
ajacoutot
c159857a43 Select proper SPARCv9 variant for the assembler.
from Brad (maintainer)
2016-05-24 07:53:23 +00:00
ajacoutot
b6b32c5ee4 Our default key theme for gtk+ is Emacs. 2016-05-23 17:35:47 +00:00
jasper
9d47823aa0 - update to jenkins-1.651.2
ok ian@ (MAINTAINER)
2016-05-23 13:17:54 +00:00
shadchin
b1e829085b Update to py-parsing 2.1.4 2016-05-23 06:51:04 +00:00
jasper
ed001a6cfa apply patch from upstream: "Allow multipart/related MIME type"
this prevents spam from update-desktop-database about epiphany.desktop

ok aja@
2016-05-21 13:05:36 +00:00
gsoares
c2c989279e update to 2.13b
OK jsg@
2016-05-21 04:05:07 +00:00
czarkoff
889fc2747b update to go-tools 1.6
OK and fixes from jsing@ kspillner@
2016-05-21 01:29:09 +00:00
czarkoff
50179e63e5 go-websocket > go-net 2016-05-21 01:27:09 +00:00
bluhm
8a63aad66c update p5-Test-TrailingSpace to 0.0300 2016-05-18 23:07:03 +00:00
bluhm
15c3749a80 update p5-BSD-Resource to 1.2910 2016-05-17 23:51:06 +00:00
jca
20fcd2f245 Use arc4random in libjson-c.
Idea and initial patch from Kristaps Dzonsons who wants to safely use
json-c from within a chroot.  Autohell glue added by yours truly.

ok sthen@
2016-05-17 16:59:23 +00:00
dcoppa
6be0aca131 Forgot to update MODGHC_PACKAGE_KEY and bump.
Spotted by nigel@, thanks!
2016-05-17 15:16:05 +00:00
jca
eb327386f5 Upstream has moved this file since rev. 1.114; ok benoit@ (maintainer) 2016-05-17 11:54:58 +00:00
jca
f4c776badf More lua52-flavored packages broken at runtime 2016-05-17 11:38:09 +00:00
jca
d6af3bb4ee Unhook lua52-flavored packages broken at runtime; ok jasper@ 2016-05-17 11:26:14 +00:00
jca
6037889a41 Add some compat glue for lua53, for tests and the json2lua/lua2json scripts
lua53 flavor not yet hooked to the build.  ok sthen@
2016-05-17 11:23:18 +00:00
dcoppa
2684ca4780 Update to MissingH-1.3.0.2 2016-05-17 08:46:19 +00:00
jca
abc24e3030 Reorder... 2016-05-16 22:45:22 +00:00
jca
57b6df44d9 Reorder 2016-05-16 20:52:37 +00:00
jca
230617ea56 Add a test target. 2016-05-16 20:51:46 +00:00
zhuk
d86c44fccc Security update to IntelliJ IDEA 2016.1.2.
From Caspar Schutijser, thanks!
2016-05-16 09:39:51 +00:00
jca
7c07e22cde Spacing nits 2016-05-15 21:09:06 +00:00
jca
5c8b057d31 +lua-term, +lua-term,lua52 ; ok sthen@ 2016-05-15 20:29:53 +00:00
jca
20cc1f58ad Import lua-term, a terminal library for Lua
From maintainer Florian Stinglmayr.  Tweaks from and ok sthen@

lua-term exposes low level terminal functions to Lua.
2016-05-15 20:27:09 +00:00
shadchin
d6e60ceabb Bugfix update to py-parsing 2016-05-15 17:57:35 +00:00
danj
cbda2e4334 update to py-pip-8.1.2
shuffle the Makefile so it follows the same order than Makefile.template

ok jca@ (with tweaks)
2016-05-15 15:48:41 +00:00
landry
700266a8da Fix pexp in rc script to correctly detect status
ok/with ajacoutot@
2016-05-15 09:04:09 +00:00
ajacoutot
526c785d36 Enable the integrated assembler on Mips64 and Sparc.
from Brad (maintainer)
2016-05-15 07:07:52 +00:00
jsg
84bb3cece2 update to 0.6 for llvm 3.8 compatibility
from Brad
2016-05-15 00:03:43 +00:00