Bug 247181 - math/plplot: set WXGTK by default + other fixes
Summary: math/plplot: set WXGTK by default + other fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-06-11 18:06 UTC by Thierry Thomas
Modified: 2021-06-03 15:23 UTC (History)
0 users

See Also:


Attachments
Build the driver for wxwidgets by default + 2 minor fixes (1.45 KB, patch)
2020-06-11 18:06 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 2020-06-11 18:06:21 UTC
Created attachment 215460 [details]
Build the driver for wxwidgets by default + 2 minor fixes

The port science/gnudatalanguage is about to be upgraded to 1.0.0, and the plplot driver for wxwidgets will be required. Since we have not yet sub-packages, I suggest to set the option WXGTK by default for the moment. It will be possible to remove it when sub-packages will exist.

Since I'm there, also fix the Fortran option (but don't set it by default).

And also do not catch shapelib if it is installed: without that, several maps get installed, and the plist is uncomplete.
Comment 1 Steve Wills freebsd_committer freebsd_triage 2020-06-26 02:36:44 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/160275873
Comment 2 Ben Woods freebsd_committer freebsd_triage 2021-05-22 02:22:27 UTC
Sorry, due to a lack of time I have reset the maintainer of this port back to ports@FreeBSD.org. Hopefully someone else is able to step in to help.
Resetting the assignee of this bug accordingly.
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2021-06-03 15:22:43 UTC
Just committed.
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-06-03 15:23:29 UTC
A commit in branch main references this bug:

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

commit 0932acb439f08739f7498b8de8267e32075c6ab7
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2021-06-03 14:06:17 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2021-06-03 15:22:28 +0000

    math/plplot: set WXGTK by default + other fixes

    - Enable the option WXGTK by default (used by science/gnudatalanguage);

    - fix the Fortran option.

    Note: the fix about shapelib has been committed previously.

    PR:             247181
    Reported by:    /me

 math/plplot/Makefile | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)