Skip to content

Commit

Permalink
[boost-uninstall] Add port to easily uninstall all boost components (#…
Browse files Browse the repository at this point in the history
…12851)

Co-authored-by: Daniel Marshall <xandan@gmail.com>
  • Loading branch information
JackBoosY and SuperWig committed Aug 22, 2020
1 parent cd81eb1 commit 15df0c0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/boost-build/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Source: boost-build
Version: 1.73.0
Port-Version: 2
Port-Version: 3
Homepage: https://github.com/boostorg/build
Description: Boost.Build
Build-Depends: boost-uninstall
3 changes: 2 additions & 1 deletion ports/boost-modular-build-helper/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: boost-modular-build-helper
Version: 1.73.0
Port-Version: 3
Port-Version: 4
Build-Depends: boost-uninstall
4 changes: 4 additions & 0 deletions ports/boost-uninstall/CONTROL
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Source: boost-uninstall
Version: 1.73.0
Homepage: https://boost.org
Description: boost uninstall port
4 changes: 4 additions & 0 deletions ports/boost-uninstall/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)

message(STATUS "\nPlease use the following command when you need to remove all boost ports/components:\n\
\"./vcpkg remove boost-uninstall:${TARGET_TRIPLET} --recurse\"\n")
2 changes: 2 additions & 0 deletions ports/boost-vcpkg-helpers/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Source: boost-vcpkg-helpers
Version: 7
Port-Version: 1
Description: a set of vcpkg-internal scripts used to modularize boost
Build-Depends: boost-uninstall

0 comments on commit 15df0c0

Please sign in to comment.