122675 Commits

Author SHA1 Message Date
landry
e88a70f425 Since 52, what was in libcalbasecomps was merged to libxul, so lightning
package is javascript only - empty WANTLIB-lightning, and set the
dependency on -main via RUN_DEPENDS instead of LIB_DEPENDS.
2017-09-26 17:50:41 +00:00
giovanni
fb9ebd05eb Unbreak autoconf check with clang by not using nested functions 2017-09-26 17:37:51 +00:00
giovanni
627399b936 Unbreak autoconf check with clang by not using nested functions 2017-09-26 17:30:37 +00:00
naddy
32d663208c Unbreak autoconf check with clang by not using nested functions 2017-09-26 17:06:05 +00:00
dcoppa
6e45c8442d Unbreak autoconf check with clang by not using nested functions 2017-09-26 16:21:10 +00:00
giovanni
726719ab41 Unbreak autoconf checks with clang by not using nested functions
with input from sthen@
2017-09-26 16:14:07 +00:00
dcoppa
e2a3a5abe0 Unbreak autoconf checks with clang by not using nested functions 2017-09-26 15:58:21 +00:00
robert
b5273b75f7 mutter needs automake 1.5 2017-09-26 14:28:58 +00:00
dcoppa
1f840b3575 Unbreak autoconf check for va_copy() with clang by not using nested
functions
2017-09-26 14:25:57 +00:00
dcoppa
af76245915 Unbreak autoconf check with clang by not using nested functions 2017-09-26 14:17:16 +00:00
dcoppa
371d25e228 Unbreak autoconf check for va_copy() with clang by not using nested
functions

cluebat by sthen@
2017-09-26 14:04:25 +00:00
landry
161ab548a6 Sync WANTLIB, reminded by sthen@ 2017-09-26 12:21:54 +00:00
dcoppa
39f67c611f Specify configure args explicitly 2017-09-26 10:18:41 +00:00
dcoppa
233e05986f Update to ncmpc-0.28 2017-09-26 09:55:07 +00:00
dcoppa
dbb7c03831 Do not install compressed manpages
OK ajacoutot@
2017-09-26 09:07:14 +00:00
ajacoutot
1b38dbe45b When using cups(1), lp.default should be set to ${LOCALBASE}/bin/lpr in
${SYSCONFDIR}/a2ps-site.cfg.

original diff from benno@
2017-09-26 08:57:19 +00:00
bcallah
1d0a0a53bd Some test depends are in fact run depends. Prompted by an email and patch
from Bryan Linton <bl AT shoshoni DOT info> -- thanks!
Tweaks from sthen@
2017-09-25 23:36:13 +00:00
dcoppa
77af0f8ce2 Fix a NULL pointer dereference that was causing a crash when launching
Java GUI applications.
From https://bugzilla.icculus.org/show_bug.cgi?id=5277 via Arch
Linux.
2017-09-25 21:34:28 +00:00
sthen
0874797241 sync wantlib 2017-09-25 21:33:39 +00:00
sthen
0e8d2773d7 sync wantlib 2017-09-25 21:33:08 +00:00
sthen
5fe80c48c6 sync wantlib 2017-09-25 21:25:18 +00:00
sthen
f0f21c3f7d sync wantlib 2017-09-25 21:17:29 +00:00
sthen
967adcf0b3 sync WANTLIB 2017-09-25 21:16:12 +00:00
sthen
18ab969e44 sync wantlib 2017-09-25 21:15:15 +00:00
sthen
7a331eee18 fix AC_TRY_COMPILE invocation 2017-09-25 20:05:49 +00:00
sthen
631eac30de don't use a nested function with AC_TRY_COMPILE 2017-09-25 19:55:19 +00:00
ajacoutot
c950347df0 Update to stellarium-0.16.1. 2017-09-25 18:00:28 +00:00
ajacoutot
1ab1445f59 Update to owncloud-10.0.3. 2017-09-25 17:26:18 +00:00
ajacoutot
ebe180e52b Update to awless-0.1.4. 2017-09-25 17:15:48 +00:00
ajacoutot
6b387869db Update to py-libcloud-2.2.1. 2017-09-25 17:12:46 +00:00
ajacoutot
1d1bf0b016 Update to awscli-1.11.158. 2017-09-25 17:11:01 +00:00
ajacoutot
5fbf2477c1 Update to py-botocore-1.7.16. 2017-09-25 17:10:49 +00:00
naddy
58dcd417dc requires gettext-tools (msgfmt) 2017-09-25 14:33:14 +00:00
jca
499879e197 Avoid nested function in waf test
Innocuous, but changes the actual output of a command (smbd -b), so
bump.
2017-09-25 13:26:52 +00:00
danj
9588ab636f Update to weechat-1.9.1, fixes CVE-2017-14727
Date/time conversion specifiers are expanded after replacing buffer
local variables in name of log files. In some cases, this can lead to
an error in function strftime and a crash caused by the use of an
uninitialized buffer.

ok jca@, "that should go in" sthen@
2017-09-25 13:00:05 +00:00
sthen
6780b15bfc use AC_LANG_SOURCE instead of AC_LANG_PROGRAM to avoid a nested function
definition
2017-09-25 12:41:07 +00:00
ajacoutot
1e680c7e7c [AArch64] Fix bug in store of vector 0 DAGCombine.
Avoid using XZR/WZR directly as operands to split stores of zero
vectors.  Doing so can lead to the XZR/WZR being used by an instruction
that doesn't allow it (e.g. add)

from Brad (maintainer)
2017-09-25 10:44:19 +00:00
sthen
6f58eb91a7 avoid nested function in AC_TRY_COMPILE 2017-09-25 10:37:09 +00:00
sthen
e2eba2630c avoid nested function in AC_TRY_COMPILE 2017-09-25 10:12:42 +00:00
sthen
0792b239b0 avoid nested function in AC_TRY_LINK 2017-09-25 10:09:40 +00:00
sthen
4d47391d62 avoid nested function in AC_TRY_COMPILE 2017-09-25 10:06:12 +00:00
robert
d267cd02ca Unbreak autoconf checks with clang by not using nested functions
in the checks.

Someone clearly did not read the autoconf documentation because
using the following functions with a function declaration inside
the body will end up declaring a function inside a function.

- AC_TRY_COMPILE( [], [ int main() { return 0; } ],
- AC_LANG_PROGRAM([[]], [[int main (void) { return 0; }]])],
- AC_TRY_LINK([], [int main (void) { return 0; }],

Result:

int
main ()
{
int main (void) { return 0; }
  ;
  return 0;
}

nested functions is a gcc extension which is not supported by
clang.

test.c:4:17: error: function definition is not allowed here
int main (void) { return 0; }
                ^
1 error generated.

This causes tests to fail in the configure scripts resulting in
missing compile and link time flags from the builds.

This resulted in weird behaviour of several software, like gnome
hanging completely due to gtk+3 not being built properly.

This change intrudces the following fixes:

- remove int main() declaration from AC_TRY_COMPILE, AC_LANG_PROGRAM, AC_TRY_LINK
  as it comes with a declaration already, and people misused them

- change to use AC_LANG_SOURCE when needed in case a complete source block is specified

Most of the changes are in configure.(ac|in), however there were some cases
where autoconf is either broken or the build failed because of an autoconf
generated configure script. Everytihng else is switched to autoconf, so
the maintainers can go ahead and upstream these diffs.

There are more to come, we are continously checking the tree for these issues
and in the future the infrastructure will error if such a case is found.
2017-09-25 09:16:12 +00:00
dcoppa
3d244a4625 Bugfixing update to i3-4.14.1 2017-09-25 06:30:43 +00:00
nigel
29ef6a156c Update to latest version. Use sthen@ suggestions for Makefile.
Ok sthen@
2017-09-24 14:54:17 +00:00
sthen
1807bb3bd5 bugfix update to mutt-1.9.1
- possible segfault with IMAP when syncing, along with trash folder and
imap_poll_timeout reconnection issues.
2017-09-24 14:14:10 +00:00
nigel
eae6e40f43 Add p5-Path-Tiny runtime dependency, adjust PLIST
Ok sthen@
2017-09-24 10:54:23 +00:00
sthen
c081612477 missed bump 2017-09-24 10:44:56 +00:00
sthen
02d08aa186 missed bump 2017-09-24 10:44:24 +00:00
dcoppa
4c3f4a0fc4 Update to mlterm-3.8.3 2017-09-24 07:30:21 +00:00
kili
f95288adce Move gpg-error to the otr wantlib.
spotted by naddy, ok sthen
2017-09-23 23:11:35 +00:00