17 Commits

Author SHA1 Message Date
jsg
853cb28a31 bump REVISION for -fno-common build fixes 2021-02-01 04:16:41 +00:00
jsg
12a019ae81 backport a fix for -fno-common
ok bentley@
2021-01-30 09:12:45 +00:00
bentley
fd3623492e Update to heirloom-doctools-191015. 2020-09-24 08:13:24 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +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
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
bentley
63c70630d0 Committed upstream. 2018-04-26 07:45:36 +00:00
naddy
486e3caad3 getc() return value does not fit into char 2018-04-25 14:03:47 +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
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
bentley
2911a0bdf5 Respect CXX. 2017-02-26 20:45:41 +00:00
bentley
a7e51f53cd Update to heirloom-doctools-160308, and take maintainership. 2016-03-17 08:00:25 +00:00
bentley
4d07460e0e Update to heirloom-doctools-150406. 2015-04-07 09:49:28 +00:00
bentley
5a4f177227 Update to heirloom-doctools-141217.
ok schwarze@
2015-02-03 19:22:52 +00:00
bentley
6e5ae95c81 Import heirloom-doctools-141101.
The Heirloom Documentation Tools package provides troff, nroff, and
related utilities to format manual pages and other documents for output
on terminals and printers. They are portable and enhanced versions of
the utilities released by Sun as part of OpenSolaris, which are a
variant of ditroff, which, in turn, descends from the historical Unix
troff that generated output for the C/A/T phototypesetter.

ok schwarze@ jca@
2014-12-16 22:27:06 +00:00