- 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
Details
Details
Diff Detail
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
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. |