Commit Graph

24 Commits

Author SHA1 Message Date
naddy
0711273eea add missing includes for ports-gcc 2018-12-01 00:15:36 +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
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
710c72b52f iostream.h -> iostream, etc. 2017-04-23 22:18:32 +00:00
sthen
5db1503707 regen 2017-04-23 22:02:48 +00:00
sthen
5d2b41e1f5 regen 2017-04-23 22:02:29 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
6bb8d0674b Drop USE_GROFF from ports where the formatting differences are acceptable
or mandoc provides the more useful output.
2015-02-16 22:57:07 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
057028b194 RCS id cleanup; also add OpenBSD RCS Id where missing... 2012-08-19 22:30:36 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
espie
709b054ab9 USE_GROFF=Yes 2010-10-19 07:43:00 +00:00
merdely
e8e53f5b6b Remove surrounding quotes in COMMENT-*/PERMIT_*/IGNORE 2007-09-15 21:14:00 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
robert
dc092dc292 fix MASTER_SITES 2004-12-21 12:48:09 +00:00
alek
c3219db789 Add WANTLIB markers 2004-12-20 10:35:34 +00:00
robert
91279938ab new-style PLIST 2004-08-03 14:43:38 +00:00
robert
08eee8f8ed change my MAINTAINER address to @openbsd.org
ok pvalchev@
2004-04-18 06:41:11 +00:00
pvalchev
bd588ae16b - homepage does not exist anymore
- provide a working mastersite
from maintainer Robert Nagy
2004-04-05 19:42:18 +00:00
naddy
4a5218dd88 Import colortail 0.3.0, submitted by Robert Nagy <thuglife@bsd.hu>.
Colortail works like standard tail(1) but it can optionally read
one or more configuration files that specify which patterns result
in which colors.  It can be used to quickly get an overview of
interesting activity, e.g. by colorizing keywords bright red or
some other color of your choice.
2004-02-26 00:30:05 +00:00