118349 Commits

Author SHA1 Message Date
ajacoutot
7b9734d4ed Pushed upstream. 2017-04-19 18:26:52 +00:00
jca
9ab2abf0d9 Don't segfault on ^D 2017-04-19 18:14:56 +00:00
jca
2488ae6f7f Avoid UB spotted by clang
warning: unsequenced modification and access to 'end' [-Wunsequenced]
2017-04-19 18:06:54 +00:00
jca
ad0eb6aff8 Fix clang build: move from iostream.h to iostream 2017-04-19 17:51:30 +00:00
jca
7f376c6b61 Werror considered harmful; fixes build with clang 2017-04-19 17:02:48 +00:00
jca
509f84884b Respect CC 2017-04-19 17:00:29 +00:00
jca
af1b9a4ad1 Fix format string for size_t parameter.
Like other size_t variables in this file.
2017-04-19 16:56:04 +00:00
jca
d0f0cbfd0a clang fixes for variadic macros
With C99 variadic macros, __VA_ARGS__ has to replace at least one
argument.
2017-04-19 16:49:49 +00:00
jca
377fb4d49a Missing include for clang 2017-04-19 16:23:39 +00:00
espie
6819412635 declare void function as void. 2017-04-19 15:41:56 +00:00
jca
3204f3b535 Fix clang build: add missing includes 2017-04-19 15:40:25 +00:00
espie
ce65716310 varargs is dead, but sorcerer has stdarg support built in, just pass the
magical config switch to have modern code.
2017-04-19 15:34:15 +00:00
sthen
a120a12767 honour CC 2017-04-19 15:30:45 +00:00
espie
fe76564ce8 have cdrom_get_curtime return something, always.
fixes clang
2017-04-19 15:26:59 +00:00
espie
e9d613297b -Werror considered harmful, again 2017-04-19 15:21:28 +00:00
espie
b437d12dc7 white line at end of summary isn't very visible.
if we restart the build for whatever reason, stuff gets appended as
usual, but the difference between old summary and new summary should
be more visible.
2017-04-19 15:14:45 +00:00
espie
1c3befe8b9 cosmetic change: report the hostname again in case of failure.
I routinely read thru logs looking for the error, and forget about which
machine it was. Having it conveniently located at the end instead of the
start saves me a few seconds.
2017-04-19 15:13:12 +00:00
jca
3a14909ea9 Fix build with clang
Make strerror decl match string.h
2017-04-19 15:08:11 +00:00
jca
cdc75de65c Missed bump in previous 2017-04-19 15:04:55 +00:00
jca
280c40b204 Fix build with clang
field_id() is declared/defined with "inline", but needs to access
a variable that is only visible in database.c, the easiest fix is just
to drop "inline".
2017-04-19 15:03:35 +00:00
sebastia
812273856b Update to 0.2.2, and add a patch to cope with the recent py-werkzeug update
to 0.12.x
2017-04-19 14:26:24 +00:00
ajacoutot
677a1f711c Update to salt-2016.11.4. 2017-04-19 13:41:19 +00:00
jca
f600e3f75c Respect CC 2017-04-19 13:40:16 +00:00
ajacoutot
b3e1c158a6 Update to awscli-1.11.77. 2017-04-19 13:36:28 +00:00
ajacoutot
84170d62cf Update to py-botocore-1.5.40. 2017-04-19 13:36:12 +00:00
espie
1b4a44b168 clang is rightfully annoyed at exr having throw() in its API and
qt/kde being compiled -fno-exceptions.

this can't really work at runtime anyway. Remove openexr there.
Eventually, exceptions might be better behaved and working these
days.
2017-04-19 13:23:24 +00:00
espie
9b57c0100e const-correct strstr/strchr for clang 2017-04-19 13:21:49 +00:00
espie
31d27ba7ce foldingList is made of uint, taking abs is non-sensical 2017-04-19 13:21:23 +00:00
edd
5680081913 Ensure '$OpenBSD$' is not expanded in mk_plists.py.
OK sthen@, thanks.
2017-04-19 13:13:18 +00:00
edd
64ebdb1703 Update devel/py-texsycthe to 0.3 in preparation for TeX Live 2016.
OK sthen@, thanks.
2017-04-19 13:10:16 +00:00
jca
2ba9f8b574 Stop declaring libnet_getgre_length as inline; fixes build with clang
libnet_getgre_length is a public symbol declared in a public header (and
defined in a .c file), it makes no sense to declare it as inline.
2017-04-19 12:29:12 +00:00
sthen
70625eacdd +pick 2017-04-19 12:23:46 +00:00
sthen
e0eef15ef6 import sysutils/pick, from maintainer Anton Lindqvist, ok tb@
The pick utility allows users to select from a set of choices using an interface
with fuzzy search functionality. The choices are read from stdin, and the
selected choice written to stdout.
2017-04-19 12:23:20 +00:00
edd
3cf2c54a56 Link python3 FLAVOR of py-greenlet. 2017-04-19 12:03:47 +00:00
edd
6f4b980c13 devel/py-greenlet: Add python3 FLAVOR.
OK sthen@, thanks.
2017-04-19 12:02:57 +00:00
sthen
cd9e91b8d1 Sanity check the version string embedded in the seabios build to make sure
it matches what we expect, otherwise fail the port build.

They do some checks on toolchain and if things don't show up as expected
it uses a string with an embedded date+hostname. The port was already
taking care to avoid this, so this is a currently-noop diff just to make
sure it stays that way.
2017-04-19 11:52:46 +00:00
sthen
7e44b3e4be Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
a chance on aarch64.
2017-04-19 11:16:03 +00:00
sthen
d44db8d068 regen 2017-04-19 10:20:12 +00:00
benoit
8f6438c74a Patch to make it build with clang, from FreeBSD. 2017-04-19 09:13:28 +00:00
benoit
f4667f99f7 Add OpenBSD elf program header types from Benjamin Baier, thanks 2017-04-19 08:31:16 +00:00
sthen
5763d8a0d0 update to mutt-1.8.2 2017-04-19 08:19:02 +00:00
ajacoutot
5ec8c75aba Simplify now that the gnome MODULE has support for cmake. 2017-04-19 07:42:40 +00:00
ajacoutot
8a683cb91d Add support for cmake. 2017-04-19 07:41:28 +00:00
ajacoutot
4f8b9a547c Only add ac_cv_prog_PYTHON and ac_cv_path_PYTHON to CONFIGURE_ENV when
CONFIGURE_STYLE is gnu (or autoconf). It makes no sense for other styles.

survived a bulk
2017-04-19 07:41:00 +00:00
benoit
e13f7d46de Patch to make it build with clang. 2017-04-19 07:35:45 +00:00
jasper
1f72de4976 add link to upstream bz 2017-04-19 07:29:55 +00:00
ajacoutot
69253d2443 Fix comment. 2017-04-19 06:16:08 +00:00
ajacoutot
f99415d77d Update to libusb1-1.0.21.
ok mpi@ (maintainer)
2017-04-19 06:09:02 +00:00
bentley
3733d6316e Register jvim removal. 2017-04-19 06:01:36 +00:00
bentley
35b6fac7eb Remove japanese/jvim.
ok yasuoka@ naddy@
2017-04-19 05:58:48 +00:00