espie
8ac614c045
minimal compile fixes for clang
2017-05-25 17:47:08 +00:00
sthen
044ef12554
update to neomutt-20170428
2017-05-25 17:06:26 +00:00
sthen
7c587d8b38
upstream try to avoid dynamic-linking to produce a binary that works more easily
...
across linux distributions; that's not really useful for us, and the way they
did it (link with cc -lsupc++) doesn't work so well with clang. just switch to
normal linking with c++. ok espie@ kirby@
2017-05-25 16:31:41 +00:00
sthen
eb3d0f5040
don't use a local copy of getopt, use libc's. ok mestre@
2017-05-25 14:39:58 +00:00
sthen
4a7831cf7c
update to OpenSSL-1.0.2l
2017-05-25 14:39:24 +00:00
espie
c1e2d6ab1f
let it compile with clang. there are serious concerns about the bogosity
...
of this code.
2017-05-25 14:14:42 +00:00
espie
25edae6454
clean non portable construct from include. stops clang warnings
2017-05-25 13:28:27 +00:00
espie
4b9042d235
build with clang
2017-05-25 13:24:10 +00:00
espie
5427f8c26e
same work-around as parent port...
2017-05-25 13:03:28 +00:00
sthen
82112fb7d0
disable building the profiled binary, it wasn't installed anyway, and fails with clang
2017-05-25 12:56:35 +00:00
espie
b9068ff980
let it build with clang by cheating... those narrowing conversions are awful
2017-05-25 12:44:20 +00:00
espie
8847353353
unhardcode estdc++
2017-05-25 11:51:27 +00:00
sthen
2fda794e0a
+blocksruntime
2017-05-25 11:48:45 +00:00
sthen
ef0f21e80b
import ports/devel/blocksruntime, tweaks/ok pirofti@
...
A clone of the BlocksRuntime library portion of the compiler-rt library
(http://compiler-rt.llvm.org/ ) for use with the clang compiler's -fblocks
option.
2017-05-25 11:48:11 +00:00
shadchin
08c2ece6d7
Update to py-hypothesis 3.11.0
2017-05-25 11:47:06 +00:00
shadchin
3742f3d74c
Updatre to py-nbconvert 5.2.1
2017-05-25 11:45:25 +00:00
ajacoutot
37507da329
SECURITY update to webkitgtk4-2.16.3.
...
- CVE-2017-2496, CVE-2017-2539, CVE-2017-2510
2017-05-25 11:31:45 +00:00
espie
669a838681
assert gnu89 inlines
2017-05-25 11:27:08 +00:00
espie
9d4b09517d
WANT_CXX, silence warnings (-Werror) with clang
2017-05-25 11:26:15 +00:00
espie
90593cd958
Werror considered harmful
2017-05-25 11:23:02 +00:00
espie
c4682a73a6
let it compile with clang (dirty const_cast, code is really not const correct
2017-05-25 11:15:41 +00:00
espie
ed3a9e8bbb
build with clang: zap extra warnings, const correct
2017-05-25 11:03:31 +00:00
espie
0c3bdbf541
fix return error on clang. still doesn't link (relocation error)
2017-05-25 10:54:19 +00:00
espie
4c569535ea
WANT_CXX. Explicitly ask for /usr/local
2017-05-25 10:35:32 +00:00
espie
7ef01f5616
let xmms2 build with clang
2017-05-25 10:34:11 +00:00
ajacoutot
fb90d1d0f3
Update to google-cloud-sdk-156.0.0.
2017-05-25 10:18:13 +00:00
ajacoutot
c052ebf73b
Update to awscli-1.11.92.
2017-05-25 10:05:35 +00:00
ajacoutot
b276695698
Update to py-botocore-1.5.55.
2017-05-25 10:05:23 +00:00
ajacoutot
e953e5921b
Update to py-boto-2.47.0.
2017-05-25 09:57:10 +00:00
espie
626c16264c
unbreak packaging, WANT_CXX got lost
2017-05-25 09:30:04 +00:00
espie
e81ad1aa07
make it build with clang, most painful part was scons
2017-05-25 09:02:05 +00:00
sthen
1af00b569e
missing BDEP on devel/py-setuptools_scm${MODPY_FLAVOR}
2017-05-25 08:54:31 +00:00
ajacoutot
c8432fa487
Update to libhttpseverywhere-0.4.4.
2017-05-25 08:13:58 +00:00
espie
67f55a2f7f
one default constructor to build them all
2017-05-25 00:14:40 +00:00
sthen
bc89b4caba
update to calc-2.12.5.6
2017-05-25 00:13:47 +00:00
sthen
3ef0e1dae0
update to Perl-Tidy-20170521
2017-05-25 00:05:06 +00:00
sthen
93be1797cb
update to {py-,}libmagic from file-5.31
2017-05-25 00:04:15 +00:00
espie
1f2c543a0f
simple fixes for C++11 (user-defined literals require a space for splicing
...
string literals together)
2017-05-24 23:59:42 +00:00
espie
b180bf1b00
want /usr/local
2017-05-24 21:28:21 +00:00
espie
da11ae39e4
WANT_CXX + trivial C++ patches
2017-05-24 21:27:45 +00:00
pea
165b667c2d
Security update to 1.8.2 (CVE-2017-8932)
...
ok jsing@
2017-05-24 20:18:14 +00:00
espie
3cb99ad81c
steal freebsd patches to allow etl to actually be useful
2017-05-24 20:17:31 +00:00
espie
aecaf219d9
okay, just look into /usr/local/include, please ?
2017-05-24 19:38:09 +00:00
espie
8be45a3569
let it compile with clang without too much noise
2017-05-24 19:33:53 +00:00
espie
5cfa4d30f9
let it build with clang, as-needed nonsensical for end program
2017-05-24 19:19:22 +00:00
mglocker
79e7cba284
update to spaceinvaders-0.6
2017-05-24 19:06:04 +00:00
espie
d628b94aad
make it build with clang, correct some horrible code
2017-05-24 18:49:31 +00:00
bluhm
db98efc6b4
update p5-Exporter-Tiny to 1.000000
2017-05-24 18:47:36 +00:00
bluhm
5a544643f0
+p5-Crypt-OpenSSL-EC
...
+p5-Crypt-OpenSSL-ECDSA
2017-05-24 18:38:05 +00:00
espie
8ac745a8a6
surprisingly enough, this converts easily to modern C++
2017-05-24 18:37:43 +00:00