IABSD.fr/ports/math/gnuplot

Branch :


Log

Author Commit Date CI Message
6054849b 2022-03-31 17:16:30 sync WANTLIB
ab45f39a 2022-03-11 19:36:11 drop RCS Ids
04e10556 2020-04-06 08:48:06 Bump after MAINTAINER update.
4f09f04a 2020-04-06 00:04:31 Update my email address.
c3c4788e 2019-11-08 23:29:56 Update to gnuplot 5.2.7. Introduces new features and bug fixes: http://www.gnuplot.info/ReleaseNotes_5_2_7.html All regress tests pass. OK sthen@
3318ced0 2019-07-12 20:46:54 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
902b542f 2019-05-21 09:34:30 more ncurses->curses
ebf751b9 2019-05-20 22:15:00 Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle
ba6c8c94 2018-12-22 09:35:30 Update math/gnuplot to 5.2.5. Here is a minor update to gnuplot. http://www.gnuplot.info/ReleaseNotes_5_2_5.html Contains new features and a couple of bug fixes. OK ajacoutot@
25f0e460 2018-10-24 14:27:57 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.