robert
7ed10b7f41
update to 58.0.3029.81
2017-04-28 14:21:00 +00:00
mpi
0a83fc77ae
Prevent a use-after-free resulting in a crash of all apps depending
...
on glib/GIO mostly at "pkg_add -u" time.
You can now run "pkg_add -u" inside GNOME 3 without any crash.
Diff already submitted upstream.
ok ajacoutot@
2017-04-28 13:29:22 +00:00
espie
2ca34d5642
link does some weird things with clang thx to the pthread-stubs coming
...
from cairo/pixman-1 (doesn't work well with pthread-stubs)
Since this is scons, just link with -lpthread already, it's all compiled
-pthread anyway.
2017-04-28 13:17:21 +00:00
ajacoutot
cd06dcca7e
Drop the gio-kqueue workaround; mpi@ fixed the underlying issue.
2017-04-28 13:12:51 +00:00
espie
3a0567a8c9
add enough void to fix empty return errors on clang
2017-04-28 12:29:32 +00:00
naddy
388b070343
* avoid needless write to string (clang fix from FreeBSD)
...
* drop gettext module and sync wantlib
2017-04-28 11:39:04 +00:00
ajacoutot
46dfc195ab
"Everything is a Freaking GLib/GTK+ problem"
...
Compile with debug symbols and don't strip on install(1). This will ease
debugging all the many things that depend on and crash within these libs. We'll
see how this works out in the long run.
req. by mpi@
2017-04-28 11:16:29 +00:00
espie
c7b77d007e
fix inline constraints for clang, no variant with constants.
...
more recent libtomcrypt switched to macros because of this, but we
don't really care.
2017-04-28 11:04:56 +00:00
naddy
f34a554245
unbreak
2017-04-28 10:55:09 +00:00
landry
42913f3bf3
Update to pgrouting 2.4.1.
2017-04-28 10:42:42 +00:00
espie
29d8824cf8
fix constness for clang. mistaking static_cast for const_cast is rather funny
2017-04-28 10:42:26 +00:00
ajacoutot
96a164f3d8
Forgot a patch in previous.
...
Mention the rewrite_module in readme while here.
2017-04-28 10:41:45 +00:00
ajacoutot
37b92c1fed
Update to owncloud-10.0.0.
2017-04-28 10:20:37 +00:00
espie
8fc4e4103d
fix the two nits that prevent clang from compiling junk
2017-04-28 10:01:01 +00:00
benoit
99d31b7ebe
Update to p5-Config-Any-0.32.
2017-04-28 09:40:20 +00:00
landry
5088d6b628
Update to mapcache 1.6.0.
...
see
https://lists.osgeo.org/pipermail/mapserver-users/2017-April/079929.html
2017-04-28 08:56:33 +00:00
ajacoutot
0699f46cab
Update to nautilus-3.24.1.
2017-04-28 08:31:57 +00:00
ajacoutot
19aa2451de
Update to cups-filters-1.13.5.
2017-04-28 08:13:07 +00:00
ajacoutot
a1e62bf927
Push upstream.
2017-04-28 08:11:51 +00:00
fcambus
d656692db2
Update speedtest-cli to 1.0.6.
...
OK ajacoutot@
2017-04-28 07:45:34 +00:00
fcambus
a0fe3b3203
Fix build errors with Clang. Patches from Pkgsrc.
...
Binary differs so bump REVISION as well.
OK espie@
2017-04-28 07:37:00 +00:00
espie
47d9834f69
building with clang is just a question of fixing configure
...
- C++ tests should return properly
- autodetection of -fno-exceptions is broken
2017-04-28 01:54:09 +00:00
espie
6cbea21c98
remove impossible member from class, can't return non-const value based
...
on const member.
2017-04-28 01:51:30 +00:00
espie
d1e06f2303
surprisingly enough, this ancient program still compiles... once
...
you fix the configure test
2017-04-27 23:20:29 +00:00
espie
e68b41c2b0
fix for clang (link warning option doesn't work) + missing prototype for ctime.
2017-04-27 23:15:39 +00:00
sthen
d7834d79c2
Don't hardcode libstdc++
2017-04-27 23:15:00 +00:00
espie
e75510c1e4
may change installed header, so bump.
...
simply go to cstdint directly with clang.
fixes ptr/bool comparisons
2017-04-27 23:11:09 +00:00
naddy
b8db4b8592
* drop -Werror; fixes build with clang
...
* replace gettext module while here
2017-04-27 23:03:54 +00:00
espie
e4ddc2123b
final patches for clang on amd64. OwnPtr wants nullptr constants, 0 leads
...
to ambiguous messages.
2017-04-27 23:02:11 +00:00
ajacoutot
13dad8e5b0
Remove BDEP on dbus-glib.
2017-04-27 22:30:06 +00:00
sthen
c6cf8664b8
Remove argparse from setup.py's install-requires list to unbreak since
...
the 0.13.0 update. (I had py-argparse from mystuff installed which is
why I didn't run into it before..) - reported by Pedro de Oliveira
https://github.com/certbot/certbot/issues/4485
2017-04-27 22:18:14 +00:00
ajacoutot
0fba4baec4
Indent.
2017-04-27 21:44:01 +00:00
espie
f139d36d56
steal clang amd64 support from netbsd
2017-04-27 21:42:24 +00:00
landry
8ba575e8a3
Update to apvlv 0.1.5.
...
Switch to github, migrated to gtk+3
2017-04-27 21:37:04 +00:00
espie
e8f56ad2a6
clang can't find a sort comparison operator that's not properly const
2017-04-27 21:15:04 +00:00
espie
2416a12cd8
more two phase name lookup
2017-04-27 21:09:57 +00:00
espie
04d89346cf
trivial return fixes for clang
2017-04-27 20:56:42 +00:00
espie
e576452325
declare non returning function as void, fixes clang
2017-04-27 20:51:44 +00:00
espie
c9ae8ec27e
qhull steals tricks from qt4, along with portability bugs.
...
use the same trick as qt4 to fix it.
2017-04-27 20:46:17 +00:00
espie
db4d656061
more thorough, is this enough for modern C++ ?
2017-04-27 20:28:50 +00:00
espie
255ae4fbbb
two phase name lookup strikes again...
2017-04-27 20:17:24 +00:00
naddy
f49f2b4285
* handle CPPFLAGS properly; also fixes build with clang
...
* neutering nl_langinfo() should be no longer required
2017-04-27 20:13:36 +00:00
espie
6c51bb682e
fix a segfault, several misspellings, and a clang error...
2017-04-27 20:04:31 +00:00
pascal
4026771db4
Update to 0.3.0.6. For a detailed list of changes, see:
...
https://blog.torproject.org/blog/tor-0306-released-new-series-stable
2017-04-27 19:55:56 +00:00
espie
cb5239f3b6
typo
2017-04-27 18:02:16 +00:00
espie
9759e13281
forgot that one. The right definitions are in sys/time.h for us...
2017-04-27 17:52:12 +00:00
robert
22f2ea3250
share the gnome module makefile with mate (to be imported) to avoid
...
duplication
ok ajacoutot@
2017-04-27 17:46:52 +00:00
espie
7a51470e8f
Well, all includes are in place, but redefining bool in C++ does not work,
...
especially with clang.
2017-04-27 17:32:19 +00:00
espie
656348ca48
steal Timer class from qt4... the weird Ptr/Ref duplication and the
...
inline swap solves the absence of a process swap for clang++
2017-04-27 17:12:41 +00:00
sthen
df6c3ba25c
Drop maintainer, I'm moving away from this (rspamd is better).
2017-04-27 17:10:28 +00:00