Commit Graph

7 Commits

Author SHA1 Message Date
naddy
b2eabd8823 drop RCS Ids 2022-03-11 18:16:02 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +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
landry
75d4247a85 Prefer ports-gcc over ports-clang after base-clang.
been in my tree on sparc64 since two or three months, probably because
ports-clang was failing there. Since it's probably the same for macppc..
2018-09-30 08:47:42 +00:00
jca
b8ff4f6cdf Needs a C++11 compiler
ok ajacoutot@ (maintainer)
2017-11-30 15:50:16 +00:00
jasper
cef5a13140 update to woff2-1.0.2 2017-11-18 11:42:39 +00:00
ajacoutot
7ea0f355aa Import woff2-1.0.1.
Web Open Font Format (WOFF) 2.0 is an update to the existing WOFF
1.0 with improved compression that is achieved by using the Brotli
algorithm. The primary purpose of the WOFF2 format is to efficiently
package fonts linked to Web documents by means of CSS @font-face
rules.

ok sthen@
2017-10-13 12:03:43 +00:00