Page MenuHomeFreeBSD

pkgbase: allow the pkg format to be overridden
ClosedPublic

Authored by emaste on Jan 19 2020, 3:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 14 2024, 8:26 PM
Unknown Object (File)
Dec 25 2023, 5:07 PM
Unknown Object (File)
Dec 20 2023, 5:41 AM
Unknown Object (File)
Dec 13 2023, 4:00 AM
Unknown Object (File)
Nov 21 2023, 3:38 PM
Unknown Object (File)
Nov 8 2023, 8:36 PM
Unknown Object (File)
Oct 7 2023, 7:33 PM
Unknown Object (File)
Sep 12 2023, 2:36 AM
Subscribers

Details

Summary

Compressing .txz packages can be rather slow, and speed is likely more important than disk space during development. Allow package format to be set via PKG_FORMAT make variable.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bapt added a subscriber: bapt.

looks good to me at the exception of the version whcih is now version 2 :D

Makefile.inc1
2024 ↗(On Diff #66986)

We do prefer to build version 2 of the repositories now ;)

This revision is now accepted and ready to land.Jan 19 2020, 12:05 PM
This revision was automatically updated to reflect the committed changes.