118523 Commits

Author SHA1 Message Date
sthen
31affefad6 Don't use -static-libtool-libs, our libtool doesn't handle it and passes it
straight through to the compiler, which causes an error with clang.
2017-04-24 14:55:46 +00:00
naddy
90dc4a6c67 typo 2017-04-24 14:36:44 +00:00
sthen
af41127e20 fix "ordered comparison between pointer and zero" 2017-04-24 13:35:23 +00:00
sthen
7cbe2e8a9a use MAKE_FLAGS rather than patching configure to override optimizer
flags; this fixes opt flags for some files which avoided the previous
fix

avoid "-fomit-frame-pointer -fforce-addr -fno-omit-frame-pointer -fno-force-addr"
2017-04-24 13:26:16 +00:00
sthen
efa1fc4486 update to rancid-3.6.2, from maintainer Pavel Korovin. 2017-04-24 11:52:05 +00:00
sthen
a6de1b7b87 needs more -l to avoid relying on NEEDED; fixes with modern linkers 2017-04-24 10:38:52 +00:00
sthen
1a57732b1b clang and other fixes for zmtx-zmrx:
add prototypes
add missing system headers
add missing return values in non-void functions
64-bit time_t format string fix found by clang
honour CFLAGS
don't call rx_raw(int timeout) with "rx_raw()", use a sane timeout
2017-04-24 10:14:05 +00:00
sthen
61e9aa7beb regen patches under standard names 2017-04-24 09:48:17 +00:00
sthen
0384cfdfcb Use LIBCXX to generate list of C++ libs to add to LDFLAGS rather than a
hardcoded -lstdc++. Unbreaks clang/libc++ arches. ok aja@

Not the cleanest fix ever but enchant blocks a large number of ports
and removing the -l completely results in failures in gnome/todo and
gnome/calendar. XXX added!
2017-04-24 09:36:40 +00:00
jca
38d406fd9e inline->static inline; fixes clang builds 2017-04-24 09:33:44 +00:00
jca
3dfb64375a regen patch 2017-04-24 09:33:11 +00:00
sthen
f22864243d update py-oauthlib to 2.0.2, from maintainer Johan Huldtgren 2017-04-24 09:32:14 +00:00
sthen
7bee6e267c update to py-jwt 1.5.0 and enable tests, from maintainer Johan Huldtgren 2017-04-24 09:30:00 +00:00
sthen
4912413d0c add comments to describe CLANG_ARCHS and LLVM_ARCHS 2017-04-24 09:08:06 +00:00
sthen
be6c00b0c6 Add ${SSL_LIBRARIES} to our patches that change client/test binaries to
being dynamically linked. Fix with lld. ok Brad
2017-04-24 08:47:58 +00:00
sthen
a04350fda9 Fix local patch which removes -lm from linker invocation. Fixes with lld. 2017-04-24 08:46:19 +00:00
jca
4f849e6862 Fix error checks (and clang builds while here)
ok fcambus@
2017-04-24 07:52:21 +00:00
sebastia
ea5d124b3d Update to 0.6 2017-04-24 07:31:43 +00:00
fcambus
c5ce72b0c3 Update ansilove to 3.0.6. 2017-04-24 07:11:17 +00:00
ajacoutot
a61e867813 Update to harfbuzz-1.4.6. 2017-04-24 06:36:20 +00:00
rpointel
2791d5479a change MODJAVA_VER to make jg-gui works again.
ok sthen@.
2017-04-24 03:55:45 +00:00
jsg
96d2ca8b1c Freetype headers no longer define __FT2_BUILD_UNIX_H__.
unifdef __FT2_BUILD_UNIX_H__ around a prototype to fix the build with
clang.

ok dcoppa@
2017-04-24 03:29:08 +00:00
jca
57126ca92d Rename variable to avoid clash with function cexp. Fixes clang build 2017-04-24 02:21:22 +00:00
jca
d2a5d6e414 Respect CC 2017-04-24 02:20:12 +00:00
jca
3c845b30c7 Drop inline, fixes build with clang 2017-04-24 02:17:08 +00:00
jca
05a74a566d Respect CC 2017-04-24 02:15:03 +00:00
jca
c468ce5fb2 Drop inline, fixes build with clang. 2017-04-24 02:14:04 +00:00
jca
acf8970b9e Respect CC 2017-04-24 02:09:42 +00:00
jca
3038442e9b Fix autoconf test to not use a nested function, breaks with clang. 2017-04-24 02:08:05 +00:00
jca
edd7a139c3 regen patches 2017-04-24 02:03:26 +00:00
jca
ed5fb8d4b5 Mark some inline functions as static to fix clang builds 2017-04-24 01:46:06 +00:00
jca
82189465eb Respect CC 2017-04-24 01:42:35 +00:00
jca
9192253197 Fix abuse of __attribute__ that breaks with clang
Stolen from natano@ in
https://lists.gnu.org/archive/html/info-mtools/2014-02/msg00000.html
2017-04-24 01:41:09 +00:00
jca
d281d77070 Drop -Werror, fix stupid error with clang 2017-04-24 01:22:48 +00:00
jca
8ba736d450 Missing includes for clang 2017-04-24 01:10:37 +00:00
juanfra
90d67947d4 Update to cython 0.25.2. Take maintainership. 2017-04-23 23:11:49 +00:00
juanfra
34b56c69ae Update to py-sh 1.12.13. Take maintainership.
OK Johan Huldtgren (previous MAINTAINER).
2017-04-23 23:06:57 +00:00
sthen
b46e8cd470 fix linking with lld 2017-04-23 22:31:12 +00:00
sthen
8c9bce4c06 don't use -Werror 2017-04-23 22:24:30 +00:00
sthen
710c72b52f iostream.h -> iostream, etc. 2017-04-23 22:18:32 +00:00
jca
fbc3296a05 Update to librsync-2.0.0
- mark a few private functions as static inline.  Fixes build with
  clang, and remove a few global symbols from the shared lib
- switch to cmake

"reads good" danj@
2017-04-23 22:13:36 +00:00
sthen
5db1503707 regen 2017-04-23 22:02:48 +00:00
sthen
5d2b41e1f5 regen 2017-04-23 22:02:29 +00:00
sthen
e0a9df7338 force WARNINGOPTS in MAKE_FLAGS to disable -Werror 2017-04-23 21:51:43 +00:00
ajacoutot
ea4a7b9e36 Update to x265-2.4. 2017-04-23 21:47:37 +00:00
ajacoutot
425f309918 Fix build with clang by passing -Wno-error=format-nonliteral to CFLAGS.
breakage reported by espie@
ok jasper@
2017-04-23 21:45:58 +00:00
sthen
438138729a use extern inline 2017-04-23 21:30:24 +00:00
rsadowski
52d9f4a3a1 +keepassxc 2017-04-23 21:28:29 +00:00
rsadowski
e81252ded8 management tool for sensitive data
KeePassXC is a community fork of KeePassX, the cross-platform port of KeePass
for Windows. Every feature works cross-platform and was thoroughly tested on
multiple systems to provide users with the same look and feel on every
supported operating system. This includes the beloved Auto-Type feature.

The complete database is always encrypted with the industry-standard AES (alias
Rijndael) encryption algorithm using a 256 bit key. KeePassXC uses a database
format that is compatible with KeePass Password Safe. Your wallet works offline
and requires no Internet connection.

portcheck friendly version and ok from giovanni@, ok jca@
2017-04-23 21:27:58 +00:00
rsadowski
f0b4bbaea9 +xwallpaper 2017-04-23 21:24:30 +00:00