118541 Commits

Author SHA1 Message Date
ajacoutot
036a423168 Add a PORTROACH and take MAINTAINER. 2017-04-25 09:00:26 +00:00
ajacoutot
df1954eab9 Update to enchant-1.6.1. 2017-04-25 08:46:27 +00:00
ajacoutot
e3b4f9ee0e Update to gnome-todo-3.24.0.1. 2017-04-25 08:43:11 +00:00
ajacoutot
da0d923549 SECURITY fix for CVE-2017-5436.
prodded by naddy@
2017-04-25 08:12:16 +00:00
ajacoutot
916f8a2353 Update to ircd-hybrid-8.2.22.
from Brad
2017-04-25 08:07:35 +00:00
rsadowski
72f7ed009d disable doxygen
CONFIGURE_ARGS advice from and ok jca@
2017-04-25 06:22:08 +00:00
ajacoutot
98e0f62d35 Pushed upstream. 2017-04-24 22:06:32 +00:00
juanfra
a6e6bffce7 Tabs/spaces. 2017-04-24 21:00:27 +00:00
juanfra
4383221bdb Update to lunzip 1.9. 2017-04-24 20:51:24 +00:00
naddy
9268ccac35 Update to 7.54.0. Includes fix for
CVE-2017-7468: TLS session resumption client cert bypass (again)
2017-04-24 20:33:58 +00:00
sthen
dcc82b1dab extern inline changes broke gcc; just get rid of them 2017-04-24 18:16:03 +00:00
pascal
d1957b26b8 Update to Bullet 2.86.1. From David CARLIER + shlib bumps. 2017-04-24 18:09:25 +00:00
pascal
1b61154d44 Update to osh 4.3.1, reminded by J.A. Neitzel (upstream). 2017-04-24 18:07:25 +00:00
jasper
486ff648e0 update to gnome-calendar-3.24.1 2017-04-24 17:20:04 +00:00
sthen
e49cdda9d3 add a comment about -DSQLITE_ENABLE_COLUMN_METADATA and DBD::SQLite 2017-04-24 16:25:20 +00:00
sthen
6d30bd8e6e Don't define SQLITE_ENABLE_COLUMN_METADATA. This is used in DBD::SQLite's code
and should match the status for the sqlite build. (Normally DBD::SQLite uses
its own copy of the library, but we patch to use ports sqlite instead).
Fixes runtime breakage with clang, fixes "make test" with gcc, but somehow
runtime seemed to work with gcc..?!
2017-04-24 16:25:04 +00:00
edd
993c80fd1a security/gnupg2: Add instructions to README for Yubikeys.
From Pavel Korovin, OK abieber@. Thanks.
2017-04-24 15:47:02 +00:00
kurt
aec6c735a6 - fix clang + fastdebug issue in loopPredicate.cpp
- use HW_PHYSMEM64 to correct assert in fastdebug
2017-04-24 15:25:49 +00:00
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