118557 Commits

Author SHA1 Message Date
jasper
69f0b548b2 update to vala-0.36.2 2017-04-25 18:05:39 +00:00
espie
dfe758b75c give it a fighting chance with clang 2017-04-25 17:47:41 +00:00
espie
5fca700842 clang doesn't like int functions that don't return, but signal handlers
have returned void basically forever, so cut thru a bit of old-style cruft
so it compiles and runs more or less correctly (there's a shitload of stuff
happening in the handler... not my fight)

TODO: LINT_ARGS controls prototypes in externs.h... turning them on
triggers some issues with K&R vs ANSI in some functions.
2017-04-25 15:47:41 +00:00
naddy
8c0ba4ae6d switch home page and master site to https 2017-04-25 15:09:53 +00:00
espie
fb159ffdbc you can cheat only so far with not declaring timeval, so use the actual
definition.

clang++ pedantically figures out that operator ::timeval  isn't callable
(how would you name it!) so it emits warnings all the time, so just
kill it out.
2017-04-25 15:00:55 +00:00
espie
da45d9b264 let automatic template lookup work. explicit types do not quite match
with libc++
2017-04-25 14:59:33 +00:00
espie
c99f250fac missing prototypes (not a full fix for clang, reminder is more "fun") 2017-04-25 14:47:48 +00:00
sthen
6069c8a90a update to nghttp2-1.22.0 2017-04-25 13:43:35 +00:00
ajacoutot
d4c3b945cb +gmime30 2017-04-25 13:18:14 +00:00
ajacoutot
9c3f1adde5 Import gmime30-3.0.0.
GMime is a C/C++ library for parsing and creating messages using the
Multipurpose Internet Mail Extension (MIME) as defined by several RFCs.

ok robert@
2017-04-25 13:17:34 +00:00
landry
783a36ec24 Bugfix update to qgis 2.18.7 2017-04-25 11:54:54 +00:00
sthen
60c885fcbd avoid hidden build dep on gtest; it's now picked up following the
gtest update and causes a failure with dpb junking
2017-04-25 11:45:31 +00:00
sthen
cbd90c0e6c remove remnants of php 5.3/5.4, add support for MODPHP_VERSION=7.0 2017-04-25 11:26:43 +00:00
sthen
1f7a73d4f7 regen PLIST for ax_check_compile_flag.m4 2017-04-25 11:21:14 +00:00
espie
e2b9922e1b draft for compiler auto-selection, not ready yet.
move arch-defines.mk up so it can be used by it to load modules
2017-04-25 10:23:09 +00:00
ajacoutot
d68a1a5963 Update to alpine-2.21. 2017-04-25 09:20:53 +00:00
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