18 Commits

Author SHA1 Message Date
naddy
a4d6211c0d maintenance update to 18.12 2019-01-01 21:12:24 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
naddy
c9a52ca2d0 Do not attempt to explicitly link with libstdc++.
This may have to be revisited if we ever install zenlib as a shared library
for use by other projects.

No bump because on archs like amd64 libstdc++ was not actually linked in.
2018-10-02 21:06:29 +00:00
naddy
8656f31abb maintenance update to 18.08.1 2018-09-11 10:04:37 +00:00
naddy
e7a244f215 maintenance update to 18.05 2018-07-17 16:32:10 +00:00
naddy
419a392f55 Maintenance update to 18.03.01.
The version scheme is now YY.MM (year dot month, 2 digits each).
2018-04-24 15:42:41 +00:00
naddy
9e383d2514 maintenance update to 0.7.99 2017-10-23 21:23:04 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
naddy
4f2921b752 maintenance update to 0.7.90 2016-11-19 15:04:12 +00:00
naddy
2107987e32 maintenance update to 0.7.87 2016-08-05 15:25:23 +00:00
naddy
de72dcf3bb maintenance update to 0.7.84 2016-04-01 20:49:11 +00:00
naddy
3e5d64ee2b update to 0.7.81 for miscellaneous obscure fixes 2016-01-11 16:22:12 +00:00
naddy
b6205d2504 maintenance update to 0.7.76 2015-08-19 17:40:57 +00:00
naddy
2d4984fc3c maintenance update to 0.7.75 2015-07-24 23:07:18 +00:00
naddy
7747c30b56 maintenance update to 0.7.70 2014-11-05 16:15:06 +00:00
naddy
7add94db65 Import the CLI version of MediaInfo 0.7.69:
MediaInfo is a convenient unified display of the most relevant technical
and tag data for video and audio files.

tweaks/ok sthen@
2014-06-13 20:48:58 +00:00