24 Commits

Author SHA1 Message Date
jasper
c0d71858db update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
naddy
bab58eeac9 do not explicitly add -lstdc++ 2019-05-23 21:02:32 +00:00
naddy
d25f336dc6 add MODGCC4_CPPLIBDEP to subpackage 2018-11-29 21:16:57 +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
jsg
9a190ffe23 Now that arm has switched to clang the base compiler has atomic builtins
and accepts -mfpu=neon.

ok jca@ sthen@
2018-01-20 14:03:39 +00:00
jasper
73b4795a5d remove broken HOMEPAGE/MASTER_SITES and add backup mirror 2017-08-22 19:19:26 +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
jsg
e45cc56671 use ports gcc on arm to get atomic builtins 2016-12-30 13:58:49 +00:00
naddy
c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00
naddy
bbf32232a6 replace libiconv module 2016-04-29 11:19:35 +00:00
ajacoutot
4e1ea8b4b1 Remove some BROKEN markers for ports that should build now with the new libgcc
assisted built-in atomic ops for mips64.

from Brad
2015-12-25 08:39:45 +00:00
fgsch
d16237d738 Update mecab to 0.996. 2013-10-31 16:42:08 +00:00
fgsch
c604a5eb68 Mark as BROKEN-arm, same reason as hppa and mips64 (no __sync operations). 2013-08-24 22:31:15 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
jasper
2723b43f1c mark broken on mips64 for the same reason it's broken on hppa (lack of atomic ops) 2012-12-03 14:48:51 +00:00
landry
ed5084bed7 Mark as BROKEN-hppa, undefined refs to __sync operations. 2012-10-06 09:22:36 +00:00
jasper
4a2b52bf7f - remove now unneeded -lpthread/-pthread chunk 2012-08-19 20:56:25 +00:00
fgsch
3b84561b47 Update to mecab 0.994. 2012-08-04 19:29:16 +00:00
fgsch
b7aa2e996c import mecab, a Japanese morphological analyzer engine
tested by yozo-at-v007-dot-vaio-dot-ne-dot-jp.  sthen@ ok
2012-03-20 23:43:12 +00:00