118824 Commits

Author SHA1 Message Date
rsadowski
e6a41d338a zap empty patch 2017-04-28 16:03:11 +00:00
rsadowski
e4b12dc360 update to qt-creator 4.2.2
- bump some SHARED_LIBS (nm(1) checks)
- remove qch_docs target and all -docindex BUILD_DEPENDS as
  qtdeclarative loop workaround
- improve licence tag; thanks Caspar Schutijser
- Fix WANTLIB
- NO_TEST
- remove qtwebkit as LIB_DEPENDS and add ass RUN_DEPENDS
- fix one tab

ok sthen@ landry@, tested by Caspar Schutijser, thnaks!
2017-04-28 16:00:10 +00:00
benoit
b7bad8bece Update to p5-Acme-Damn-0.08. 2017-04-28 15:49:09 +00:00
benoit
592eae641a Update to boris-1.0.10. 2017-04-28 15:37:27 +00:00
ajacoutot
bb4837795a Remove graphics/py3-cairo, it's been merged into py-cairo python3 FLAVOR. 2017-04-28 15:06:54 +00:00
ajacoutot
de27a1218c Fix dependency after py3-cairo pkgpath change. 2017-04-28 15:04:53 +00:00
ajacoutot
01eed19ff6 Update to py-cairo-1.12.0.
Use the new fork from pygobject hosted on GitHub which is actually
maintained, does not use the horrible waf build system and supports both
python2 and 3.

ok eric@ (maintainer)
2017-04-28 15:04:32 +00:00
benoit
1473f721c6 Update to py-sqlparse-0.2.3. 2017-04-28 15:01:59 +00:00
benoit
3a9f898665 Update to p5-Unicode-LineBreak-2017.004. 2017-04-28 14:22:19 +00:00
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