-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Tool ports wip #34858
Closed
Closed
Tool ports wip #34858
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Drive by fix inverted sourceforge_args test. Drive by fix missing scripts in ports.cmake.
…e it to avoid needing to do the 'temporarily editable hack'.
…ore we didn't have a version lock.
# Conflicts: # ports/kf5i18n/portfile.cmake # ports/qt5-base/vcpkg.json # versions/baseline.json # versions/i-/icu.json # versions/k-/kf5i18n.json # versions/l-/libxslt.json # versions/q-/qt5-base.json # versions/q-/qtbase.json
…sn't through a port-config, as suggested by @Neumann-A: microsoft#31748 (comment)
# Conflicts: # ports/angle/vcpkg.json # ports/botan/vcpkg.json # ports/flint/vcpkg.json # ports/folly/vcpkg.json # ports/glslang/vcpkg.json # ports/graphviz/vcpkg.json # ports/icu/vcpkg.json # ports/itk/vcpkg.json # ports/libsndfile/vcpkg.json # ports/llvm/vcpkg.json # ports/mdl-sdk/vcpkg.json # ports/onnx-optimizer/vcpkg.json # ports/onnx/vcpkg.json # ports/open62541/vcpkg.json # ports/openscap/portfile.cmake # ports/openscap/vcpkg.json # ports/poppler/vcpkg.json # ports/proxygen/vcpkg.json # ports/qt5-base/cmake/qt_build_submodule.cmake # ports/qt5-base/vcpkg.json # ports/qtbase/vcpkg.json # ports/qtopcua/vcpkg.json # ports/qtwebengine/portfile.cmake # ports/qtwebengine/vcpkg.json # ports/shaderc/portfile.cmake # ports/skia/vcpkg.json # ports/tensorpipe/vcpkg.json # ports/z3/vcpkg.json # scripts/cmake/vcpkg_find_acquire_program(7Z).cmake # scripts/cmake/vcpkg_find_acquire_program(GO).cmake # scripts/cmake/vcpkg_find_acquire_program(JOM).cmake # scripts/cmake/vcpkg_find_acquire_program(NASM).cmake # scripts/cmake/vcpkg_find_acquire_program(PERL).cmake # versions/a-/angle.json # versions/b-/botan.json # versions/baseline.json # versions/f-/flint.json # versions/f-/folly.json # versions/g-/glslang.json # versions/g-/graphviz.json # versions/i-/icu.json # versions/i-/itk.json # versions/l-/libsndfile.json # versions/l-/llvm.json # versions/m-/mdl-sdk.json # versions/n-/nanopb.json # versions/o-/onnx-optimizer.json # versions/o-/onnx.json # versions/o-/open62541.json # versions/o-/openscap.json # versions/p-/poppler.json # versions/p-/proxygen.json # versions/q-/qpid-proton.json # versions/q-/qscintilla.json # versions/q-/qt5-base.json # versions/q-/qtbase.json # versions/q-/qtopcua.json # versions/q-/qtwebengine.json # versions/s-/shaderc.json # versions/s-/skia.json # versions/s-/spirv-tools.json # versions/t-/tensorpipe.json # versions/u-/upb.json # versions/x-/xcb-proto.json # versions/z-/z3.json
BillyONeal
added
info:internal
This PR or Issue was filed by the vcpkg team.
category:infrastructure
Pertaining to the CI/Testing infrastrucutre
invalid
labels
Nov 1, 2023
This allows vcpkg_find_acquire_program to download from SourceForge without needing to temporarily change _VCPKG_EDITABLE.
…ds it rather than checking a separate supported_on_unix boolean.
# Conflicts: # scripts/cmake/vcpkg_extract_source_archive.cmake # scripts/cmake/vcpkg_find_acquire_program(GPERF).cmake # scripts/cmake/vcpkg_find_acquire_program(JOM).cmake # scripts/cmake/vcpkg_find_acquire_program(NASM).cmake # scripts/cmake/vcpkg_find_acquire_program(NUGET).cmake # scripts/cmake/vcpkg_find_acquire_program(PERL).cmake # scripts/cmake/vcpkg_find_acquire_program(RUBY).cmake # scripts/cmake/vcpkg_find_acquire_program(SCONS).cmake # scripts/cmake/vcpkg_find_acquire_program(YASM).cmake # scripts/cmake/vcpkg_find_acquire_program.cmake
This reverts commit defcfa1.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:infrastructure
Pertaining to the CI/Testing infrastrucutre
info:internal
This PR or Issue was filed by the vcpkg team.
invalid
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Working on #31748 but I don't want to make history of that look bad while testing.