espie
758da384cc
if DISTNAME is not defined, yield more reasonable default for WRKDIST
...
and DISTFILES
okay sthen@
2017-05-05 14:48:50 +00:00
ajacoutot
f5c3b0c698
Committed upstream, thanks nigel@
2017-05-05 14:04:37 +00:00
sthen
06abe08a32
after doing battle with the build infra, belatedly update to MuPDF 1.11
2017-05-05 14:02:51 +00:00
jca
81b7cf4559
Disable inline in list functions decls; fixes build with clang
2017-05-05 13:48:23 +00:00
jca
7569febb7e
regen patch
2017-05-05 13:47:35 +00:00
jca
25f3bfbcb6
Don't append / to WRKDIST/WRKSRC
2017-05-05 13:45:59 +00:00
sthen
3956a10dda
update to certbot 0.14.0
2017-05-05 13:38:20 +00:00
espie
580352b684
WRKDIST shouldn't end in /, but just in case...
...
noticed by jca@
2017-05-05 13:38:13 +00:00
espie
02f2b16673
fix with clang/bug-fix from ufraw-current
2017-05-05 13:19:24 +00:00
mpi
b0d2c8685b
Fix a mutex recursion introduced in my last diff and protect another
...
code path with the same lock.
ok ajacoutot@
2017-05-05 12:04:58 +00:00
espie
c570855998
fix build so that it uses CXXFLAGS for C++, add -fgnu89-inline to CFLAGS.
2017-05-05 11:59:27 +00:00
espie
8cfdc8679e
assert -fgnu89-inline
2017-05-05 11:43:47 +00:00
landry
a2f8f06035
Update to cargo 0.18.0, from semarie@.
...
Now distributed upstream along rust, so distfiles/bootstraps were
shuffled a bit.
Tested by/feedback from edd@
2017-05-05 11:42:27 +00:00
landry
085fe34c6a
Update to rust 1.17.0, from semarie@
...
Use ports llvm instead of building the bundled copy (yay!)
More work needed to actually build with clang ...
2017-05-05 11:40:29 +00:00
jsg
559d6baac1
update dtb to linux 4.11
...
Switch from using ports gcc to clang. Base gcc can't be used as the
preprocessor doesn't handle '#' not being in the first column.
Problem in initial patch spotted by and ok sthen@
2017-05-05 10:49:28 +00:00
jsg
b15996595d
update to LuaJIT 2.0.5
...
Major on the library gets cranked as it removes
luaJIT_version_2_0_4
and adds
luaJIT_version_2_0_5
Tested by sthen@ with rspamd. ok sthen@
2017-05-05 10:21:47 +00:00
sthen
e19e34a266
fix version display on librenms' "about" page
2017-05-05 09:37:13 +00:00
sthen
7726e9fcce
update to rspamd-1.5.7, upstream switched to github for distfiles
2017-05-05 08:58:01 +00:00
mpi
9519339409
Backport a diff to support Gtk-3.22 and remove its warnings.
...
ok ajacoutot@
2017-05-05 08:10:31 +00:00
ajacoutot
a893c6fb18
Update to awscli-1.11.83.
2017-05-05 07:26:11 +00:00
ajacoutot
1496e11f6c
Update to py-botocore-1.5.46.
2017-05-05 07:25:59 +00:00
stu
4af29e1686
Update to 3.17.0.
...
Don't treat loadable lib as linkable lib.
Take maintainership.
ok sthen@
2017-05-05 04:23:38 +00:00
stu
f3952e2c90
Update to 1.2.5.
...
Install textsearch in the right place.
Better patches. Less file shenanigans.
2017-05-05 04:10:48 +00:00
espie
5afe4fffea
my bad, line at end of summary
2017-05-04 23:40:29 +00:00
espie
856df6a80f
fix a few obvious typos found by clang
2017-05-04 23:00:48 +00:00
espie
3cdef960ff
fix warnings due to "" -> char* conversion
2017-05-04 23:00:16 +00:00
espie
df34bc0625
fix build with clang
2017-05-04 22:59:23 +00:00
espie
994c54459a
fix clang, missing include
2017-05-04 22:09:18 +00:00
espie
ee1bb80633
configure contains a strange test that fails on clang, and creates a bogus
...
allegro-config... just work around the test by asserting the correct answer
2017-05-04 22:03:30 +00:00
espie
c68c4a9a61
fix it for clang
2017-05-04 21:40:47 +00:00
espie
b55fa49110
clang nitpicky
2017-05-04 21:38:05 +00:00
espie
a6438d1b37
fixes for clang.
2017-05-04 21:23:30 +00:00
espie
149534639e
-Werror considered harmful, and assert gnu89-inline
2017-05-04 21:06:43 +00:00
espie
1c1c23bdd7
-Werror is sooo dependent upon the specific compiler
2017-05-04 20:57:05 +00:00
espie
aaf442d5e8
pointers comparisons
2017-05-04 20:52:00 +00:00
espie
4b31dcf432
fix build with clang and a lot of warnings
2017-05-04 20:40:34 +00:00
espie
8e73747629
test makes no sense, clang flags it as tautological.
...
-Werror -> boom
2017-05-04 20:25:51 +00:00
espie
e43c648d22
assert gnu89-inline semantics
2017-05-04 20:09:31 +00:00
espie
a1c1044be7
let it build with clang, remove a few warnings
2017-05-04 20:04:44 +00:00
espie
fe66f38d2f
fix type of function, handle inline correctly
2017-05-04 19:59:37 +00:00
espie
ac4242707c
fix build with clang (ordered ptr comparison)
...
and a printf(string) while there
2017-05-04 19:53:43 +00:00
espie
e1f191a618
anonymous structs can't have extern linkage in modern C++.
...
fixes clang
2017-05-04 19:45:27 +00:00
espie
7a71be4f06
consistent return values. Fixes clang
2017-05-04 19:22:03 +00:00
espie
e71d8bb046
fix build with clang.
...
also fixes up prototypes that don't match K&R declarations
2017-05-04 19:14:00 +00:00
robert
d21ba77201
update to 58.0.3029.96
2017-05-04 19:04:23 +00:00
espie
7e8070ea9a
let it build with clang
2017-05-04 18:01:19 +00:00
giovanni
76c5c7ed49
Major update to 3.0.3
2017-05-04 17:29:15 +00:00
espie
2e5b9ab1aa
fix asm constraint for clang, stolen from FreeBSD
2017-05-04 17:15:49 +00:00
espie
84e3b47bcb
_Noreturn is old gcc only, we use __dead instead. fixes clang build
2017-05-04 16:58:49 +00:00
giovanni
ee0aa3feff
bugfix update to 1.6.5
2017-05-04 16:52:10 +00:00