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)
Thu, Jun 4, 3:58 PM
Unknown Object (File)
Thu, May 14, 10:20 PM
Unknown Object (File)
Thu, May 14, 8:23 PM
Unknown Object (File)
Tue, May 12, 2:49 PM
Unknown Object (File)
Sun, May 10, 12:01 PM
Unknown Object (File)
Sat, May 9, 11:01 AM
Unknown Object (File)
Apr 15 2026, 1:46 AM
Unknown Object (File)
Apr 14 2026, 8:18 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.