Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math/curv: Revert "math/curv: Fails to build with boost-1.85+ and GitHub ↵ | Yuri Victorovich | 2025-01-11 | 1 | -0/+10 |
| | | | | | | | | repository is marked archived" This reverts commit 84e07469e6efa150aca110c60072c98bcf52f00f. Reported by: Thierry Thomas <thierry@freebsd.org> | ||||
* | math/curv: Fails to build with boost-1.85+ and GitHub repository is marked ↵ | Yuri Victorovich | 2025-01-10 | 1 | -10/+0 |
| | | | | archived | ||||
* | math/curv: fix build on GCC architectures | Piotr Kubaj | 2019-11-27 | 1 | -0/+10 |
libcurv/geom/viewer/fbo.cc, libcurv/geom/viewer/mesh.cc, libcurv/geom/viewer/text.cc and libcurv/geom/viewer/vertexLayout.cc need to include sys/types.h to make uint type known. /wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/libcurv/geom/viewer/fbo.cc:42:26: error: 'uint' does not name a type; did you mean 'int'? PR: 241418 Approved by: linimon (mentor), yuri (maintainer) Notes: svn path=/head/; revision=518528 |