7 Commits

Author SHA1 Message Date
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
espie
bd686d7b75 fix pkgname 2021-11-09 12:21:30 +00:00
pirofti
04e10556a8 Bump after MAINTAINER update. 2020-04-06 08:48:06 +00:00
pirofti
4f09f04a74 Update my email address. 2020-04-06 00:04:31 +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
pirofti
f68eee0e10 Import textproc/pplatex.
LaTeX is able to produce really nice document layouts. But it is also
able to produce a lot of noise on the command line. pplatex is a
command-line tool that parses the logs of latex and pdflatex and prints
warnings and errors in an human readable format.

Help from and OK jca@
2017-12-07 15:55:12 +00:00