Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bottles broken by tinyxml2 10.0 #2559

Merged
merged 42 commits into from
Feb 13, 2024
Merged

Conversation

scpeters
Copy link
Member

Part of #2504.

I noticed some formulae that link against tinyxml2 didn't have an explicit depends_on tag, so I added that and then used the following script to remove bottles for everything depending on tinyxml2:

for f in $(grep -l '^ *bottle do' $(grep -rlI depend.*tinyxml2 .) | sort)
do
   brew bump-revision --remove-bottle-block --message="broken bottle" $f
done

Some packages link to tinyxml2 without declaring it.
This adds the dependencies explicitly to simplify
bulk bottle removal.

Signed-off-by: Steve Peters <[email protected]>
@scpeters scpeters merged commit 530ea06 into master Feb 13, 2024
1 check passed
@scpeters scpeters deleted the scpeters/rm_bottles_tinyxml2 branch February 13, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant