|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
9fc3c7f7 |
| 21-Nov-2016 |
Glen Barber <[email protected]> |
Set the 'vital' flag on the runtime and jail packages.
The default pkg(8) from pkg.freebsd.org requires libjail.so, so mark the jail package as vital along with the runtime package to avoid errors w
Set the 'vital' flag on the runtime and jail packages.
The default pkg(8) from pkg.freebsd.org requires libjail.so, so mark the jail package as vital along with the runtime package to avoid errors when libjail.so is removed. This is a no-op for systems with WITHOUT_JAIL in src.conf(5) and pkg(8) built from the Ports Collection.
In order to make this work without marking packages such as the jail-lib32, for example, the jail.ucl file needed to be split out into separate files similarly to the runtime-*.ucl files.
Glanced at by: brd MFC after: 5 days Sponsored by: The FreeBSD Foundation
show more ...
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
44d81980 |
| 08-Mar-2016 |
Glen Barber <[email protected]> |
Prefix lib32, profile, debug, and development packages with 'runtime-' for consistency with other packages.
Sponsored by: The FreeBSD Foundation
|
| #
bcefcb02 |
| 08-Feb-2016 |
Glen Barber <[email protected]> |
Create a package for HAST.
Sponsored by: The FreeBSD Foundation
|
| #
24dcefde |
| 08-Feb-2016 |
Glen Barber <[email protected]> |
Add comment/description for clibs, rescue, and sendmail packages.
Sponsored by: The FreeBSD Foundation
|
| #
41e7f6d6 |
| 08-Feb-2016 |
Glen Barber <[email protected]> |
Sort.
Sponsored by: The FreeBSD Foundation
|
| #
f6947f60 |
| 04-Feb-2016 |
Glen Barber <[email protected]> |
Fix typo: s/Conrol/Control/
Submitted by: kib Sponsored by: The FreeBSD Foundation
|
| #
5c52b2f5 |
| 04-Feb-2016 |
Glen Barber <[email protected]> |
Rework the way <packagename>.ucl files are generated. One of the major pain points with how this was implemented is the requirement of in-tree, hard-coded <name>.ucl, as well as <name>-<suffix>.ucl w
Rework the way <packagename>.ucl files are generated. One of the major pain points with how this was implemented is the requirement of in-tree, hard-coded <name>.ucl, as well as <name>-<suffix>.ucl where <suffix> can be lib32, profile, development, debug, or any combination of the four.
This created significant overhead when adding new packages and any of the files in any of the combinations were missing.
Instead of test(1)-ing if the <packagename>.ucl file exists, hand off to a script to figure out what the final ucl file name should be before invoking pkg(8).
The default behavior is 'template.ucl' is used as a fallback.
This affects only the userland packages, as the kernel code is already smart enough to handle these variations.
Sponsored by: The FreeBSD Foundation
show more ...
|