16 Commits

Author SHA1 Message Date
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
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +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
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
edd
6a9e53e3b6 Mark math/wxMaxima broken. 2014-07-24 08:47:54 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
edd
21ab43fb1e update to wxMaxima-12.09.0
OK shadchin@
2013-01-04 14:06:33 +00:00
edd
71fad12f22 Update to wxmaxima-12.04.0. OK sthen@ 2012-05-10 11:14:13 +00:00
edd
634873c8e6 Update to wxMaxima 12.01.0
OK ajacoutot@
2012-02-28 14:38:30 +00:00
naddy
6d5758a006 MAINTAINER change requires a bump 2011-11-23 19:20:15 +00:00
edd
46df24bd84 As discussed with espie@, I don't mind taking MAINTAINER on the maxima related stuff. 2011-11-22 11:36:55 +00:00
edd
ce9a9ed106 Update to wxMaxima-11.08.0. OK shadchin@ 2011-11-14 20:53:31 +00:00
shadchin
a3a8409df8 update to 0.8.7
ok jasper@
2011-03-02 14:03:16 +00:00
shadchin
a63079cffd Import wxMaxima 0.8.6.
wxMaxima is a wxWidgets GUI for the computer algebra system maxima.

ok jasper@
2010-12-20 18:34:17 +00:00