118547 Commits

Author SHA1 Message Date
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
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