20 Commits

Author SHA1 Message Date
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
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
naddy
7b9e57ef5e whitespace fixes required by clang6 2018-04-11 16:43:50 +00:00
espie
1ae9dca960 fix lld link, we explicitly have to link with -lintl for nls support 2017-11-02 11:55:10 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
naddy
cfa02761c9 honor CXX for linking; drop gettext module 2017-02-28 18:48:54 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
kirby
6c9f8ecd4d google code is dead.
mirror distfile and update homepage.
2015-11-06 09:13:41 +00:00
sthen
b0afd3bc40 remove bcallah as maintainer of his ports, at his request 2015-08-25 13:18:24 +00:00
sthen
764d4a86fe add some missing pthread to WANTLIB
(using modified portbump, thanks zhuk@)

"exciting" one in databases/py-sqlalchemy; port had a bad PKG_ARCH=* line
and also contained .so modules.
2015-04-21 18:40:20 +00:00
ajacoutot
aa988913b0 Bump after the recent changes in packaging dbus and dconf. 2015-04-04 09:20:59 +00:00
ajacoutot
508c2179c7 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:43:01 +00:00
naddy
42e81a81b4 drop workarounds for missing AI_ADDRCONFIG 2014-04-30 14:01:29 +00:00
bcallah
b54df7bcd9 We do not want to force a particular theme, so add a MESSAGE telling the
user to install an icon theme if one is not currently installed on the
system.
Bump REVISION.
Discussed with aja@
2013-05-15 17:34:03 +00:00
ajacoutot
5792db901b Unbreak.
Don't enforce dependency on tango-icon-theme.
2013-05-15 12:41:30 +00:00
bcallah
ffb663e77f Import audio/gogglesmm, a music collection manager and player.
ok brett@
2013-05-15 06:24:53 +00:00