benoit
da4ee20831
Fix WANTLIB
2017-05-23 09:39:48 +00:00
landry
6334128fd0
Bugfix update to QGIS 2.18.8.
2017-05-23 09:16:29 +00:00
ajacoutot
438a64c965
Update to gnome-maps-3.24.3.
2017-05-23 09:02:45 +00:00
benoit
592381ddc6
Update to dfc-3.1.0.
2017-05-23 09:00:53 +00:00
ajacoutot
08a05cf63a
Update to owncloud-10.0.1.
2017-05-23 08:57:27 +00:00
kirby
af61509f53
Update to seafile-6.0.6
2017-05-23 08:13:35 +00:00
espie
a76a79b13c
assert gnu89 inlines
2017-05-23 08:00:48 +00:00
ajacoutot
6d40e4cecb
Update to awless-0.0.24.
2017-05-23 07:26:51 +00:00
ajacoutot
fb3eac6b8e
Update to awscli-1.11.90.
2017-05-23 07:24:28 +00:00
ajacoutot
dfdbf7a1af
Update to py-botocore-1.5.53.
2017-05-23 07:24:16 +00:00
ajacoutot
4c345bd269
Update to pango-1.40.6.
2017-05-23 07:19:14 +00:00
espie
de7ee62dbc
let it build with clang
2017-05-22 22:20:01 +00:00
espie
411cf566c6
WANT_CXX, reason is atomics usage.
2017-05-22 20:34:10 +00:00
espie
a0b5b39653
trivial clang patches
2017-05-22 20:30:52 +00:00
giovanni
ab326bd943
unbreak authentication, spotted by aja@
...
explicitely disable mysql support
hints and ok tb@
2017-05-22 20:03:43 +00:00
espie
cbe666a201
figure out how to get to sqlite during tests. fixes clang configure
2017-05-22 19:38:59 +00:00
espie
66b342ed8c
build with clang
2017-05-22 18:28:05 +00:00
edd
06e31ed6b0
Fix ports using texinfo during the build stage.
...
texinfo was removed from texlive in favour of the existing port.
Spotted by naddy@ in a bulk, thanks.
2017-05-22 18:28:02 +00:00
espie
d157c2c3fd
build with clang
2017-05-22 18:26:30 +00:00
espie
86ea0e73bf
WANT_CXX
2017-05-22 18:25:41 +00:00
espie
ca3f416422
let it build with clang, missing includes, and a shitload of actual bugs
...
because -Werror is more picky
2017-05-22 16:26:49 +00:00
espie
b82b9c5fe6
WANT_CXX
2017-05-22 15:06:28 +00:00
espie
1909675931
allow build with clang
2017-05-22 15:02:40 +00:00
espie
8be658abf2
zap old patches that are no longer needed. pkg-config finds its includes
...
correctly, and since clang does not have /usr/local/include in its default
path, it will fail miserably.
2017-05-22 14:42:47 +00:00
espie
61eba26563
misses unistd
2017-05-22 14:25:14 +00:00
espie
7752d73ffa
clang wants const correct operators
2017-05-22 14:22:24 +00:00
espie
f8f2795776
missing include for clang
2017-05-22 14:02:55 +00:00
espie
7a49efdef9
let it build with clang
2017-05-22 14:01:52 +00:00
espie
b2238ce101
let it build with clang
2017-05-22 14:00:21 +00:00
espie
8b76ed4760
most complex WANT_CXX yet. The one for which I wrote the *ARCHS support
2017-05-22 13:58:24 +00:00
espie
07bdb1e46e
WANT_CXX. No need for LIBECXX because ports clang will bring it and base
...
clang has LIBCXX already
2017-05-22 13:57:11 +00:00
espie
4d44a0c015
swig will use g++ if we don't tell it otherwise. Unhardcode
2017-05-22 13:55:53 +00:00
espie
ec7902d676
WANT_CXX
2017-05-22 13:54:51 +00:00
espie
4fb3a1e7d6
allow build with clang, /usr/local does not come for free
2017-05-22 13:54:20 +00:00
espie
dec43fbb70
WANT_CXX
2017-05-22 13:52:55 +00:00
espie
5852e6410a
missing includes for clang
2017-05-22 13:48:39 +00:00
espie
49adfb9570
okay, this is C, but still does not need gcc4 on clang
2017-05-22 13:47:39 +00:00
sebastia
0d42f305ea
Long overdue update 4.8.4 -> 4.10.1
...
Check Puppet release notes for detailed
changes for all the revisions in between.
runs for me since a week without issues.
OK jasper@
2017-05-22 13:07:44 +00:00
espie
0352c99999
let it build with base clang, be explicit about the c++ lib
2017-05-22 10:26:14 +00:00
espie
c764c7ebfe
allow build with clang, be explicit about the C++ lib
2017-05-22 10:25:02 +00:00
espie
ee2030c756
let it build with base clang.
...
there's an horrible work-around because we have use_locale stubs only
in C++ mode...
2017-05-22 10:22:25 +00:00
ajacoutot
8b5007775b
Update to gmime30-3.0.1.
2017-05-22 09:24:24 +00:00
sthen
40ffcab1b6
tweak the comment about ftp.tug.org which doesn't work with ftp(1)'s keepalive
...
implementation
drop the ftp.math.utah.edu mirror as some people have had problems with it
stalling
ok edd@
2017-05-22 09:05:49 +00:00
espie
ec8f1d50db
improvements to WANT_CXX
...
- add clang to the list of keywords (to mean ports' clang)
- take MODGCC4_ARCHS/MODCLANG_ARCHS into account if they're defined,
so we can skip one compiler if it's not appropriate and go to the next
one.
This should take care of 95% of the remaining gcc4/clang users on "some
architectures"
2017-05-22 08:06:25 +00:00
espie
9466936e7d
fix packaging with clang, requires -current gcc4.port.mk for gcc4
2017-05-22 08:04:39 +00:00
espie
b3b31636a6
provide an indirection to libatomic, because at least one port depends on it
...
when not built with base clang
2017-05-22 08:04:07 +00:00
kirby
8373d0b3b3
update to rawtherapee-5.1
2017-05-22 05:25:03 +00:00
danj
2d2ef17fc1
+ py-simpleeval
...
+ py-simpleeval,python3
2017-05-22 02:26:01 +00:00
danj
5b2a3b6abc
Import py-simpleeval-0.9.5 from semarie with minor tweaks from me
...
A quick single file library for easily adding evaluatable expressions into
python projects.
Say you want to allow a user to set an alarm volume, which could depend on the
time of day, alarm level, how many previous alarms had gone off, and if there
is music playing at the time.
Or if you want to allow simple formulae in a web application, but don't want to
give full eval() access, or don't want to run in javascript on the client side.
2017-05-22 02:23:18 +00:00
espie
34526660e0
let it build with clang
2017-05-22 00:13:09 +00:00