Adapt the ports tree to the new .pkg extension
/!\ this will be committed along with the next pkg-devel
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 37864 Build 34753: arc lint + arc unit
Event Timeline
Comment Actions
That looks great, I wonder if MINIMAL_PKG_VERSION should be fixed to require the really latest version of pkg-devel in the pkg-devel case?
Also, how do I now tell the framework which compression I want for my packages? Like, if I want to use gzip, or bzip2, or whatever?
Mk/bsd.port.mk | ||
---|---|---|
3475–3477 | Why do you need this? |
Mk/bsd.port.mk | ||
---|---|---|
3475–3477 | It is to switch later to a better variable name and allow to switch the compression formats from the portstree point of view -f tzst will still produce a .pkg but switch the compression format to tar.zst, giving more granularity than PKG_NOCOMPRESS Not sure it is worth it I can probably remove it. |