Before pushing I wanted to make sure that I get it right. @des is this
what you suggested earlier?
Details
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
misc/compat13x/Makefile | ||
---|---|---|
29 ↗ | (On Diff #154550) | I'm confused again. misc/compat12x has >= 1400000 in this place, why compat13x also has to have 14 there? |
misc/compat13x/pkg-plist.aarch64 | ||
---|---|---|
2 ↗ | (On Diff #154607) | was libmd originally added instead of full compat14x for FreeBSD 15? Or is it needed by some earlier 14.x? |
misc/compat14x/pkg-descr | ||
2 | I'd say this package provides the compat14x libraries -- to me "allows you to install" suggests that once you have compat14x installed you can then do something to install the libraries themselves. |
misc/compat13x/pkg-plist.aarch64 | ||
---|---|---|
2 ↗ | (On Diff #154607) | I initially added libmd to compat13x because pkg was complaining about missing the required library. Then @des suggested moving it into a separate package, because libmd got bumped in 15, not 14. I added @comments there to avoid rerolling distfiles for compat13x. |
misc/compat14x/pkg-plist.aarch64 | ||
---|---|---|
1 | Why no lib32/compat/libmd.so.6 (for armv7 support)? |
misc/compat14x/pkg-plist.aarch64 | ||
---|---|---|
1 | FYI: lib32 for aarch64 was new in 14.0-RELEASE. It was not in any 13.*-* as I remember. |