23 Commits

Author SHA1 Message Date
naddy
279462e7ea drop RCS Ids 2022-03-11 18:21:39 +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
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
0577f7d605 update to bonnie++-1.97.3, builds with clang now.
remove -Winit-self and reattempt GCC3_ARCHS while there.
2017-05-24 14:04:50 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
bluhm
f8bfc1eae8 Fix large file support in bonnie++. Remove #ifdef BSD from patch.
OK sthen@
2015-08-18 20:41:29 +00:00
sthen
b753bbad14 srand_deterministic 2014-12-09 20:45:59 +00:00
sthen
0f701f0103 unnecessary param.h
change another param.h for types.h
use correct autoconf version
2014-10-13 19:10:44 +00:00
miod
aaaf81a6dd Add a bunch of NOT_FOR_ARCHS and BROKEN- annotations, either for all gcc3
platforms (due to compiler deficiencies) or m88k only (due to toolchain
issues leading to libGL not being available).
2014-09-16 19:56:09 +00:00
rpe
6d5169cd9a update to 1.97
"looks good to me" sthen@
2013-07-09 20:10:46 +00:00
espie
946964cc5d PERMIT/ REGRESS->TEST sweep 2013-03-10 23:04:44 +00:00
jasper
429dab7d12 - remove now unneeded -lpthread/-pthread related chunks. 2012-08-19 18:55:08 +00:00
sthen
ff0a1712a3 Update bonnie++ to 1.96 (including large file support).
From Rodolfo Gouveia and some tweaks from Brad.
Previous maintainer (martin@) removed per his request.
2011-11-13 18:23:24 +00:00
espie
7b7cc80d38 USE_GROFF=Yes 2010-10-18 16:52:44 +00:00
simon
5dce583d21 remove surrounding quotes from COMMENT/PERMIT_* 2007-09-15 21:30:26 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
naddy
199c30b4ac SIZE 2005-01-05 15:47:05 +00:00
martin
4ee458f0b0 update my email
ok xsa@
2004-11-30 22:08:54 +00:00
espie
9d5f16b439 WANTLIB annotations 2004-11-21 18:01:03 +00:00
xsa
8e2782928c new-style PLIST; from maintainer Martin Reindl; 2004-08-08 09:26:31 +00:00
naddy
e558a83e31 Import bonnie++ 1.03a.
Submitted by Martin Reindl <mreindl@catai.org>.

Bonnie++ is a benchmark suite that is aimed at performing a number of
simple tests of hard drive and file system performance.
2003-07-25 22:23:14 +00:00