Update graphics/cario to 1.17.4
Details
- Reviewers
- None
- Commits
- R11:dbca720cdec9: graphics/cario: Update to 1.17.4
Passes poudriere, tested to work
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 38620 Build 35509: arc lint + arc unit
Event Timeline
Please switch to Meson if we're going to bump it.
You also need to verify the reason why we had to revert last time.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249290
graphics/cairo/Makefile | ||
---|---|---|
4 | DISTVERSION | |
11 | not +https://docs.freebsd.org/en/books/porters-handbook/book.html ( Section 5.4.8 ) |
graphics/cairo/Makefile | ||
---|---|---|
7 | Redirects to HTTPS, it's so not in release directory... |
The thing with meson is that for cairo, we won't build the documentation if we use meson, and many options are still not enabled in meson yet. That's why autoreconf is being used.
I think they're in the process of switching to meson, and it's still incomplete.