diff options
| author | Ludek Vodicka <ludek.vodicka@orm-designer.com> | 2021-01-25 09:15:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-25 00:15:40 -0800 |
| commit | c9977384354ac363d9ef09768aa0ed0affe63293 (patch) | |
| tree | b43a7e2d343dd40501f065cea7c736c6091dfcf9 /ports | |
| parent | b7c8a3097d8aaafd0065852ad028857a02eab4b6 (diff) | |
| download | vcpkg-c9977384354ac363d9ef09768aa0ed0affe63293.tar.gz vcpkg-c9977384354ac363d9ef09768aa0ed0affe63293.zip | |
[libiconv] Updated typo in iconv share files location (#15771)
* Updated typo in iconv share files location
CMake Error at ports/libiconv/portfile.cmake:4 (file):
file COPY cannot copy file
"/root/dev/ExternalLibraries/vcpkg/ports/libiconv/vcpkg-cmake-wrapper.cmake"
to
"/root/dev/ExternalLibraries/vcpkg/packages/libiconv_x64-linux/share/iconv/vcpkg-cmake-wrapper.cmake":
Success.
Call Stack (most recent call first):
scripts/ports.cmake:136 (include)
* [libiconv] Bump version
* update baseline
* Update ports/libiconv/portfile.cmake
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
* update baseline
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/libiconv/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libiconv/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/libiconv/CONTROL b/ports/libiconv/CONTROL index 329b3ebc1..ec885fe69 100644 --- a/ports/libiconv/CONTROL +++ b/ports/libiconv/CONTROL @@ -1,5 +1,5 @@ Source: libiconv Version: 1.16 -Port-Version: 6 +Port-Version: 7 Homepage: https://www.gnu.org/software/libiconv/ Description: GNU Unicode text conversion diff --git a/ports/libiconv/portfile.cmake b/ports/libiconv/portfile.cmake index 62fb8e42d..85ccce0c8 100644 --- a/ports/libiconv/portfile.cmake +++ b/ports/libiconv/portfile.cmake @@ -1,6 +1,6 @@ if(NOT VCPKG_TARGET_IS_WINDOWS) set(VCPKG_POLICY_EMPTY_PACKAGE enabled) - file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/share/Iconv) + file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/share/iconv) file(COPY ${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/iconv) return() endif() @@ -42,4 +42,4 @@ file(COPY ${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake DESTINATION ${CURR file(INSTALL ${SOURCE_PATH}/COPYING.LIB DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") -set(VCPKG_POLICY_ALLOW_RESTRICTED_HEADERS enabled)
\ No newline at end of file +set(VCPKG_POLICY_ALLOW_RESTRICTED_HEADERS enabled) |
