Opened 14 years ago
Closed 14 years ago
#6260 closed enhancement (fixed)
[PATCH] Allow to suppress Optional Packages
Reported by: | andreasf | Owned by: | andreasf |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The attached patch adds a mechanism to exclude certain non-leaf nodes or leaf nodes implicitly added as a dependency.
The current system roughly works by first marking packages as "added", then marking their dependencies as "added". Last, the Optional Packages themselves check whether they are "added" and unzip/whatever their contents.
This patch modifies the check for the latter to make packages think they were not added and thus do not perform their actions.
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | OptionalPackages.diff added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
comment:2 by , 14 years ago
Looks OK. I would combine the new if
in IsOptionalHaikuImagePackageAdded
with the following one, though.
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied it in hrev38100, thanks.
propopsed patch