Commit Graph

119438 Commits

Author SHA1 Message Date
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
ajacoutot
f60e46be50 And another one spotted by naddy@ 2017-05-13 12:53:22 +00:00
espie
c4a397b638 ouch, WANT_CXX should trigger modules.port.mk
didn't run into that because my test cases had other modules
2017-05-13 12:34:01 +00:00
ajacoutot
5ae5748439 Missing BDEP and RDEP on devel/libgdata (for introspection).
breakage reported by naddy@
2017-05-13 11:30:54 +00:00
ajacoutot
c929277999 Drop the deprecated bootstrap option (bootstrap_expect is preferred
nowadays) and run in client mode by default.
2017-05-13 11:21:32 +00:00
naddy
73c470bf19 missing bump after addition of the clang files; ok espie@ 2017-05-13 11:06:01 +00:00
espie
45595d500d vpx builds just fine with base clang instead of ports clang, unhardcode
libestdc++ accordingly.
2017-05-13 10:33:14 +00:00
fcambus
358c9bda47 Update lynx to 2.8.9pl14. 2017-05-13 10:16:05 +00:00
espie
0f3a27918d normalize just in case 2017-05-13 09:56:03 +00:00
espie
4ccac7a843 use lang/clang if amd64 and system compiler is not clang 2017-05-13 09:54:48 +00:00
espie
e1b6cbece1 WANT_CXX 2017-05-13 09:54:24 +00:00
espie
0ab0c09554 first batch of WANT_CXX 2017-05-13 09:49:50 +00:00
jasper
7fa9227d62 - update to leatherman-0.12.1
ok sebastia@ (new maintainer)
2017-05-13 09:43:45 +00:00
benoit
68154ca2dc Update to p5-Sys-SigAction-0.23. 2017-05-13 09:11:40 +00:00
ajacoutot
44316aca80 Update to gnutls-3.5.12. 2017-05-13 08:54:53 +00:00
espie
319fbcbafb avoid conflict with clang's header version. 2017-05-13 08:53:52 +00:00
benoit
4ff272a347 Update to p5-Path-Tiny-0.104. 2017-05-13 08:53:15 +00:00
shadchin
98416a4aeb Update to py-backports-functools-lru-cache 1.4 2017-05-13 08:51:57 +00:00
ajacoutot
6079ab0415 Update to libgexiv2-0.10.6. 2017-05-13 08:44:51 +00:00
benoit
d1aae95fd9 Update to p5-MooseX-Traits-0.13. 2017-05-13 08:37:23 +00:00
espie
9acdcce32d iostream.h is dead, deal with it 2017-05-13 08:21:07 +00:00
benoit
cb6012f2ab Update to p5-IPC-Run-0.96. 2017-05-13 07:57:59 +00:00
espie
9d35ab00e2 trivial patch for clang 2017-05-13 07:57:57 +00:00
benoit
017439ecc9 Update to p5-Context-Preserve-0.02. 2017-05-13 07:52:16 +00:00
espie
117cd9d89b fix build with clang, just remove nonsensical configure fragment 2017-05-13 07:45:07 +00:00
benoit
ebf57c4e0a Update to p5-Audio-Musepack-1.0.1. 2017-05-13 07:40:44 +00:00
espie
944532d42b tweak makefile so that we can substitute -lcompiler_rt for -lgcc
fixes build with clang
2017-05-13 01:52:38 +00:00
espie
816f54ed0a make it build with clang, give it a proper makefile, separate C from C++,
add the required extern C, and fix one strrchr...
2017-05-13 00:15:38 +00:00
espie
13ff626be5 buggy configure, add support for -L, as clang will not link with /usr/local
by default.

(patch sent to upstream)
2017-05-12 23:47:57 +00:00
espie
af31d7af66 get rid of trivial nested function, as clang does not support this extension 2017-05-12 23:10:26 +00:00
espie
99076a43d1 get rid of trivial nested function as clang does not support them 2017-05-12 23:09:25 +00:00
stu
ab0c0a153a Update to 8.5.19. 2017-05-12 21:44:44 +00:00
stu
6434a601c9 Update to 8.5.19. 2017-05-12 21:44:33 +00:00
stu
0d3a751996 Stop treating loadable lib as linkable lib.
ok sebastia@ (maintainer)
2017-05-12 21:41:46 +00:00
espie
3422da1f1e clang can't link with gcc, so add the missing define in the clang case.
and it can't optimize malloc too much, or the undump magic fails.
(thanks to kettenis@ for the second part)
2017-05-12 21:26:32 +00:00