118843 Commits

Author SHA1 Message Date
dcoppa
205b9f2dbf Compiling with --with-rtsopts=-V0 to reduce wakeups (issue #89)
(upstream git commit dfb5dbd6cc5342348fbb46bd117c226d5e8127e4)
2017-04-27 09:00:44 +00:00
ajacoutot
961d552b1f Pass --sysconfdir. 2017-04-27 09:00:01 +00:00
ajacoutot
f25110976f Update to google-cloud-sdk-153.0.0. 2017-04-27 08:51:48 +00:00
ajacoutot
23ec6d918e Update to awscli-1.11.81. 2017-04-27 08:47:00 +00:00
ajacoutot
111bfb82c2 Update to py-botocore-1.5.44. 2017-04-27 08:46:49 +00:00
dcoppa
50b209e90e Update to hs-dbus-0.10.13 2017-04-27 08:43:26 +00:00
jasper
6f288c5435 unbreak become_method: su
from upstream via semarie, thanks!
2017-04-27 08:42:53 +00:00
ajacoutot
088dfca80b Add LIB_DEPENDS on x11/dbus-glib. 2017-04-27 08:41:20 +00:00
dcoppa
12f076ced5 Update to hedis-0.9.8 2017-04-27 07:54:49 +00:00
gonzalo
4d9c0d80e3 Update to 11.0.3.
OK kirby@
2017-04-27 03:00:54 +00:00
ian
006fe90472 Add 6.1 song. 2017-04-26 20:34:32 +00:00
feinerer
76f87924f4 Update to R 3.4.0
OK pirofti@
2017-04-26 17:29:58 +00:00
rsadowski
0973c7775e disable doxygen
ok ajacoutot@ landry@
2017-04-26 16:36:03 +00:00
ajacoutot
eec755e32a Update to terraform-0.9.4. 2017-04-26 16:22:16 +00:00
landry
6a951e6657 Update to xfce4-pulseaudio, now shipping translations! 2017-04-26 15:48:13 +00:00
bluhm
12591ff88c update p5-WWW-Mechanize-Shell to 0.56 2017-04-26 15:40:12 +00:00
naddy
af72ed8b4e don't mix char* and const char*; fixes build with clang 2017-04-26 14:58:38 +00:00
ajacoutot
7e4403b93d Update to a newer git snapshot which includes the patch. 2017-04-26 13:13:47 +00:00
ajacoutot
0d3223110f Re-enable the modular tests. They can be build now. 2017-04-26 09:28:33 +00:00
sthen
fa11ac230a Don't hardcode libstdc++, pass it in from LIBCXX. Fixes build of Apache module
on libc++ arches (otherwise the nonexistent -lstdc++ caused libtool to generate
a static library instead of shared .so module). ok robert@
2017-04-26 08:15:05 +00:00
ajacoutot
4dbeefee9c Update to py-libcloud-2.0.0. 2017-04-26 07:03:39 +00:00
jsg
d9aecf8edb Reinstate an ifdef around a prototype which includes FT_Bitmap as some
users don't include freetype headers.  Instead of __FT2_BUILD_UNIX_H__
use FT2BUILD_H_.  Fixes problems building games/tuxpaint reported by
naddy and sthen. ok aja.
2017-04-26 02:37:03 +00:00
espie
4ce9f32181 strchr const-correct 2017-04-26 01:47:16 +00:00
espie
ecf6699061 clang has strict rules for template evaluation.
see http://blog.llvm.org/2009/12/dreaded-two-phase-name-lookup.html
2017-04-26 01:39:54 +00:00
jca
733a373c8d inline->static inline to fix clang build 2017-04-25 22:56:25 +00:00
jca
8bbce942b3 Respect CC 2017-04-25 22:51:23 +00:00
jca
3aba0fbc47 Updated HOMEPAGE and MASTER_SITES + s/inline/static inline/ for clang
A newer version is available, any takers?
2017-04-25 21:45:02 +00:00
sthen
c22f7ae708 Remove patch obsoleted by usr.bin/libtool/LT/Mode/Link.pm r1.35 2017-04-25 21:15:57 +00:00
ajacoutot
5832ff3b39 Temporarily re-add bdep on x11/dbus-glib until I have time to properly rape
autoshit.
2017-04-25 20:30:57 +00:00
sthen
83c3c74faa set ONLY_FOR_ARCHS 2017-04-25 20:11:53 +00:00
ajacoutot
e8c8b29653 SECURITY fix for CVE-2017-7867 and CVE-2017-7868.
Merged from upstream with help from espie@
2017-04-25 20:10:02 +00:00
sthen
4213a7975c enable SGABIOS option rom 2017-04-25 20:09:35 +00:00
espie
cc8d43af19 pointers don't <= 2017-04-25 20:08:50 +00:00
jca
a7b8c25f4f Remove trafd: old, unmaintained pcap code that runs as root
(Bonus: no need to fix it to build with clang.)

ok sthen@
2017-04-25 20:02:31 +00:00
espie
2874f12e7e fix pointer comparison 2017-04-25 19:33:06 +00:00
rsadowski
35dbd4a947 disable doxygen
ok jca@
2017-04-25 19:05:53 +00:00
jasper
69f0b548b2 update to vala-0.36.2 2017-04-25 18:05:39 +00:00
espie
dfe758b75c give it a fighting chance with clang 2017-04-25 17:47:41 +00:00
espie
5fca700842 clang doesn't like int functions that don't return, but signal handlers
have returned void basically forever, so cut thru a bit of old-style cruft
so it compiles and runs more or less correctly (there's a shitload of stuff
happening in the handler... not my fight)

TODO: LINT_ARGS controls prototypes in externs.h... turning them on
triggers some issues with K&R vs ANSI in some functions.
2017-04-25 15:47:41 +00:00
naddy
8c0ba4ae6d switch home page and master site to https 2017-04-25 15:09:53 +00:00
espie
fb159ffdbc you can cheat only so far with not declaring timeval, so use the actual
definition.

clang++ pedantically figures out that operator ::timeval  isn't callable
(how would you name it!) so it emits warnings all the time, so just
kill it out.
2017-04-25 15:00:55 +00:00
espie
da45d9b264 let automatic template lookup work. explicit types do not quite match
with libc++
2017-04-25 14:59:33 +00:00
espie
c99f250fac missing prototypes (not a full fix for clang, reminder is more "fun") 2017-04-25 14:47:48 +00:00
sthen
6069c8a90a update to nghttp2-1.22.0 2017-04-25 13:43:35 +00:00
ajacoutot
d4c3b945cb +gmime30 2017-04-25 13:18:14 +00:00
ajacoutot
9c3f1adde5 Import gmime30-3.0.0.
GMime is a C/C++ library for parsing and creating messages using the
Multipurpose Internet Mail Extension (MIME) as defined by several RFCs.

ok robert@
2017-04-25 13:17:34 +00:00
landry
783a36ec24 Bugfix update to qgis 2.18.7 2017-04-25 11:54:54 +00:00
sthen
60c885fcbd avoid hidden build dep on gtest; it's now picked up following the
gtest update and causes a failure with dpb junking
2017-04-25 11:45:31 +00:00
sthen
cbd90c0e6c remove remnants of php 5.3/5.4, add support for MODPHP_VERSION=7.0 2017-04-25 11:26:43 +00:00
sthen
1f7a73d4f7 regen PLIST for ax_check_compile_flag.m4 2017-04-25 11:21:14 +00:00