Bug 261280 - math/plplot: switch to Qhull8
Summary: math/plplot: switch to Qhull8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-17 16:37 UTC by Thierry Thomas
Modified: 2022-02-18 18:48 UTC (History)
0 users

See Also:


Attachments
Switch to Qhull8 (22.41 KB, patch)
2022-01-17 16:37 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas freebsd_committer freebsd_triage 2022-01-17 16:37:14 UTC
Created attachment 231083 [details]
Switch to Qhull8

Patch borrowed from https://sourceforge.net/p/plplot/plplot/ci/52479b8830ee02900b41fe3ec947aed6b1841a48/
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2022-01-17 16:40:58 UTC
Several PRs have been submitted for the consumers, and these different ports should be committed at the same time, to avoid conflicts. See PR 261278, PR 261279, PR 261280, PR 261281, PR 261282 and PR 261283.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-18 18:45:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e9a96e3df82a6ecbac23785af719fb46cd37e771

commit e9a96e3df82a6ecbac23785af719fb46cd37e771
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-02-18 18:31:24 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-02-18 18:44:54 +0000

    math/plplot: switch to Qhull8

    Patch borrowed from
    https://sourceforge.net/p/plplot/plplot/ci/52479b8830ee02900b41fe3ec947aed6b1841a48/

    PR:             261280

 math/plplot/Makefile                               |  14 +--
 .../patch-bindings_ocaml_CMakeLists.txt (new)      |  48 +++++++++
 .../patch-cmake_modules_FindQHULL.cmake (new)      |  48 +++++++++
 .../files/patch-cmake_modules_csiro.cmake (new)    | 119 +++++++++++++++++++++
 math/plplot/files/patch-doc__docbook__src__tcl.xml |   6 +-
 .../files/patch-examples__python__CMakeLists.txt   |   4 +-
 ...__configure.cmake__installed__examples.in (new) |  19 ++++
 .../plplot/files/patch-lib_nn_CMakeLists.txt (new) |  30 ++++++
 math/plplot/files/patch-lib_nn_delaunay.c (new)    |  53 +++++++++
 math/plplot/files/patch-plplotConfig.cmake (new)   |  23 ++++
 math/plplot/files/patch-src_plgridd.c (new)        |  11 ++
 math/plplot/pkg-plist                              |  16 +--
 12 files changed, 372 insertions(+), 19 deletions(-)
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2022-02-18 18:48:21 UTC
Just committed.