Commit Graph

119472 Commits

Author SHA1 Message Date
danj
8246614fa7 Update to py-relatorio-0.6.4
From semarie
2017-05-14 17:45:21 +00:00
schwarze
8aa10a0647 groff is actually unused, drop USE_GROFF, no package change, no bump:
man/mann/lha.n is commented out in the PLIST
man/ja_JP.EUC/man1/lha.1 is installed unformatted even with USE_GROFF
2017-05-14 17:41:27 +00:00
danj
8528c2492a Security update to openvpn-2.4.2
OK gonzalo@ jca@ (maitainer)
2017-05-14 16:43:33 +00:00
danj
f55835f826 Missed in previous 2017-05-14 16:39:02 +00:00
schwarze
2b967b5438 unimportant whitespace differences only, drop USE_GROFF and bump 2017-05-14 16:37:52 +00:00
schwarze
d4c3821248 identical output, drop USE_GROFF and bump 2017-05-14 16:37:07 +00:00
danj
19073ed156 Update to prosody-0.9.12
From Henrik Friedrichsen (maintainer)
2017-05-14 16:36:55 +00:00
danj
4360c2ff71 regen 2017-05-14 15:46:10 +00:00
schwarze
8e6ef028f0 unimportant blank line differences only, drop USE_GROFF and bump 2017-05-14 14:30:03 +00:00
shadchin
cf670578e2 Update to py-beautifulsoup4 4.6.0 2017-05-14 14:20:46 +00:00
stu
888e18ddbd Stop treating loadable lib as linkable lib.
Better install dir. Slight Makefile tidy. Separated build.

ok matthieu@ (maintainer)
2017-05-14 14:06:38 +00:00
espie
cad7fff9fc when requeuing, all infos are not defined for all paths.
this is just a heuristics, so it doesn't matter, but the least
we can do is not crash
2017-05-14 12:43:55 +00:00
espie
775360f2a2 most esoteric fix ever for clang 2017-05-14 12:02:03 +00:00
sebastia
a412e99e71 Require right version of py-certifi, bump REVISION 2017-05-14 11:38:48 +00:00
sebastia
37aa47b95f Small update to 5.0.2, now requires just updated py-certifi 2017-05-14 11:37:18 +00:00
sebastia
0482b513cc Bump to 2017.4.17
OK shadchin@
2017-05-14 11:36:20 +00:00
gsoares
182c7d094d update to cppcheck-1.79 2017-05-14 11:27:52 +00:00
stu
8a2040ebcf Update to 0.6pl3. 2017-05-14 09:02:01 +00:00
stu
d4397d55f7 Update to 1.18pl0. 2017-05-14 09:01:31 +00:00
jsg
18828d6031 Use endian.h to determine endianess instead of an incomplete list of
arch ifdefs which didn't cover powerpc.

From Donovan Watteau.
2017-05-14 06:40:35 +00:00
stsp
fa9c78f8db Update our very much outdated net/olsrd port to current release 0.9.0.3.
Add patches for rdomain support and a few bug fixes.
Roll the -plugins subpackage into -main, and add an rc.d script.

Lightly tested in Berlin's Freifunk OLSR mesh over ral(4) in IBSS mode.

martin@ has rescinded maintainership which I am taking over.
ok sthen@
2017-05-13 22:27:20 +00:00
espie
a9874d4c0f clang: pointer comparison
WANT_CXX
2017-05-13 22:00:23 +00:00
espie
bc03abe42e simple fixes for clang 2017-05-13 21:56:14 +00:00
espie
aa8cd6b6a0 let it build with clang 2017-05-13 20:59:05 +00:00
espie
012a41a39f don't try to compile C files with c++, clang really doesn't like that.
Fix the flags so that png is found again.
Unconfuse LDFLAGS and CXXFLAGS>
2017-05-13 20:28:37 +00:00
espie
6d443adc0c clang just does not do lto in our configuration 2017-05-13 20:11:24 +00:00
jung
dc1c235f26 update to 0.4
ok rsadowski
2017-05-13 19:54:27 +00:00
espie
b312a313ed bogus fuzz for two lines cases 2017-05-13 19:40:22 +00:00
espie
58bfc3300c Werror considered harmful 2017-05-13 19:28:24 +00:00
espie
17c75d3b39 missing include 2017-05-13 19:17:44 +00:00
espie
f058c78344 return a value, taken from git 2017-05-13 19:07:05 +00:00
espie
f25cadfee9 fix build with clang 2017-05-13 18:45:38 +00:00
espie
d9fd8a04bb missing unistd 2017-05-13 18:38:25 +00:00
espie
2d2ae2280e make sure to have correct access to /usr/local, fixes build with clang
also use .beforesubst so regenerating patches is less of a pain
2017-05-13 18:26:03 +00:00
espie
a891be2780 fix configury for clang, fix code for building under more stringent C++11 2017-05-13 17:56:55 +00:00
espie
7b69334702 remove more warnings because clang is just better 2017-05-13 17:55:40 +00:00
espie
8c0d56611b WANT_CXX 2017-05-13 17:55:01 +00:00
espie
0dbc5c68db builds fine with base clang 2017-05-13 17:53:28 +00:00
espie
99598657f6 use LIBECXX 2017-05-13 17:52:28 +00:00
espie
4cf9195daa more WANT_CXX / LIBECXX 2017-05-13 17:40:26 +00:00
espie
15ae8c27a6 same LIBECXX as used by webkitgtk4 2017-05-13 15:47:52 +00:00
espie
0bd66f5206 clang does not look into /usr/local by default, so let it build with clang 2017-05-13 15:47:06 +00:00
espie
2013700c16 more WANT_CXX 2017-05-13 15:44:09 +00:00
espie
d9ad013a78 WANT_CXX. Adjust XOPEN_SOURCE to let libc++ work 2017-05-13 15:40:27 +00:00
benoit
1395257eb6 Update to p5-XML-Atom-0.42. 2017-05-13 14:42:44 +00:00
benoit
cf3ecf10e1 Update to tinyxml2-4.0.1. 2017-05-13 14:11:59 +00:00
benoit
0c58ecf370 Update to p5-PPIx-Regexp-0.051. 2017-05-13 14:01:44 +00:00
jasper
1bb096bc75 add py-bcrypt as an RDEP as it's quite a common backend to use on OpenBSD
as discussed with and OK sthen@ (MAINTAINER)
2017-05-13 13:25:41 +00:00
benoit
55271455fc Update licence spotted by sthen@, thanks ! 2017-05-13 13:19:42 +00:00
sthen
2573a41a7e update to RackTables-0.20.13 2017-05-13 13:18:25 +00:00