20 Commits

Author SHA1 Message Date
naddy
ab45f39af6 drop RCS Ids 2022-03-11 19:36:11 +00:00
jasper
c50883a018 drop maintainership for a bunch of ports i haven't used in years 2019-11-03 14:07:41 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +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
edd
4c21bc5c61 math/minisat: Fix for clang 6.
OK sthen@, thanks.
2018-04-11 14:36:14 +00:00
jca
d7d6ed1300 Update to latest git master.
Built with cmake, installs minisat libraries (needed for a devel/stp
update).  Discussed with jasper@ at t2k17.
2017-08-20 16:39:44 +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
espie
6316682783 fix friend 2017-05-19 23:20:59 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
jca
c2f5aec459 Respect CXX 2017-02-27 19:48:41 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
sthen
c374fd92b4 cope with upstream's rerolled distfile and ps.gz -> pdf
From Antti Harri, ok jasper@
2011-11-02 19:18:35 +00:00
edd
05dd33cd01 update to minisat 2.2.0
OK jasper@
2010-08-19 14:19:22 +00:00
steven
cedd0e2bb7 REVISION 2010-07-18 10:50:11 +00:00
jasper
fab7307bec - bump to a version that support proof logging
- don't hide compilation commands
2010-05-13 18:29:47 +00:00
jasper
a6b3d3a70b - resolve ambiguity about what SAT is (prodded by naddy@)
- take maintainership
2009-09-18 09:31:33 +00:00
jasper
9110d91f35 import minisat 1.14
MiniSat is a minimalistic, open-source SAT solver, developed to help
researchers and developers alike to get started on SAT. 
Some key features of MiniSat:

* Easy to modify. MiniSat is small and well-documented, and possibly
  also well-designed, making it an ideal starting point for adapting SAT
  based techniques to domain specific problems.
* Highly efficient. Winning all the industrial categories of the SAT
  2005 competition, MiniSat is a good starting point both for future
  research in SAT, and for applications using SAT.
* Designed for integration. MiniSat supports incremental SAT and has
  mechanisms for adding non-clausal constraints. By virtue of being easy
  to modify, it is a good choice for integrating as a backend to another
  tool, such as a model checker or a more generic constraint solver.
2009-09-17 21:12:04 +00:00