IABSD.fr/ports/math/plplot/Makefile

Branch :


Log

Author Commit Date CI Message
a8d480ec 2025-10-29 14:40:26 plplot: work around broken test for return type of signal handlers (??) This happens to succeed with gcc/8, but does not with gcc/15, so just tell the stupid build system that the return type it's looking for is void, as it's always been since K&R...
5a9600c7 2025-01-10 18:03:43 Mark ports using lang/gcc/8,-f95 on arm64 as not BTI compliant To be reconsidered when we move to lang/gcc/11 or newer, which supports -mbranch-protection. The fix isn't complete since some ports may use BTI-incompatible fortran code through shared libraries. ok tb@ phessler@ pascal@ sthen@
4e2278ce 2024-04-19 04:46:20 UPDATE PLIST to new @ style for libs
4e66d499 2023-11-07 14:19:05 http://*sourceforge.net now redirect to https Update SITES, HOMEPAGE, and comments.
d6100a89 2023-09-27 09:27:52 MASTER_SITES -> SITES
e007038b 2022-09-02 13:21:20 Remove USE_NINJA Is no longer necessary here with newer cmake.port.mk
dddf1fb7 2022-04-26 14:48:53 math/plplot: fix build with reentrant version of qhull patch from debian: https://salsa.debian.org/science-team/plplot/-/blob/master/debian/patches/reentrant-qhull.patch
6054849b 2022-03-31 17:16:30 sync WANTLIB
ab45f39a 2022-03-11 19:36:11 drop RCS Ids
0636c26f 2019-08-22 19:33:42 Remove BROKEN-powerpc Looks like our cmake update fix the issue. Reported by Martin Reindl, confirmed and OK by cwen@ Thanks!