Page MenuHomeFreeBSD

math/gnuplot[-lite]: add default version and gnuplot.mk for dependency handling
Needs ReviewPublic

Authored by tcberner on Jan 1 2024, 10:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 20 2024, 9:01 AM
Unknown Object (File)
Oct 27 2024, 9:17 AM
Unknown Object (File)
Oct 18 2024, 9:06 AM
Unknown Object (File)
Oct 18 2024, 8:59 AM
Unknown Object (File)
Oct 8 2024, 7:48 AM
Unknown Object (File)
Oct 2 2024, 6:05 AM
Unknown Object (File)
Oct 1 2024, 2:48 AM
Unknown Object (File)
Oct 1 2024, 1:05 AM
Subscribers
None

Details

Reviewers
glewis
Group Reviewers
portmgr
Summary
  • Mk/bsd.default-versions.mk: add default version for gnuplot
  • Mk/Uses/gnuplot.mk: new uses to depend on gnuplot using the newly added default-version
  • framework: make the tree use gnuplot.mk

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 55186
Build 52075: arc lint + arc unit

Event Timeline

tcberner created this revision.
Mk/bsd.default-versions.mk
69

This unlike most other applications, which use versions as the value (although there are a few examples like this). What does that mean if we do want to use versions? Gnuplot 6.0 was released in December and I'm not yet sure how backwards compatible it will be as a dependency, and this seems like it would rule out having both 5.4 and 6.0 in the tree and being able to pick between them with this variable.