diff --git a/ports/libtasn1/portfile.cmake b/ports/libtasn1/portfile.cmake index 7b2cd0ef4c8e5d..a1b587ea5712a8 100644 --- a/ports/libtasn1/portfile.cmake +++ b/ports/libtasn1/portfile.cmake @@ -7,24 +7,25 @@ vcpkg_download_distfile(ARCHIVE ) vcpkg_extract_source_archive_ex( - OUT_SOURCE_PATH SOURCE_PATH - ARCHIVE ${ARCHIVE} - REF ${VERSION} + OUT_SOURCE_PATH SOURCE_PATH + ARCHIVE ${ARCHIVE} + REF ${VERSION} ) # restore the default ac_cv_prog_cc_g flags, otherwise it fails to compile -set(VCPKG_C_FLAGS "-g -O2") +set(VCPKG_C_FLAGS "-g -O2") set(VCPKG_CXX_FLAGS "-g -O2") +set(ENV{GTKDOCIZE} true) vcpkg_configure_make( AUTOCONFIG SOURCE_PATH ${SOURCE_PATH} OPTIONS - --disable-doc + --disable-gtk-doc ) vcpkg_install_make() -vcpkg_fixup_pkgconfig() +vcpkg_fixup_pkgconfig() vcpkg_copy_pdbs() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) diff --git a/ports/libtasn1/vcpkg.json b/ports/libtasn1/vcpkg.json index fbe18fbcf973b0..b89caf46952044 100644 --- a/ports/libtasn1/vcpkg.json +++ b/ports/libtasn1/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libtasn1", "version": "4.16.0", + "port-version": 1, "description": "A secure communications library implementing the SSL, TLS and DTLS protocols", "homepage": "https://www.gnutls.org/", "supports": "!windows" diff --git a/versions/baseline.json b/versions/baseline.json index a6d75aacff675f..16a971160357f4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3526,7 +3526,7 @@ }, "libtasn1": { "baseline": "4.16.0", - "port-version": 0 + "port-version": 1 }, "libtcod": { "baseline": "1.16.6", diff --git a/versions/l-/libtasn1.json b/versions/l-/libtasn1.json index 68d29b657dd6ee..c7a14265866a3e 100644 --- a/versions/l-/libtasn1.json +++ b/versions/l-/libtasn1.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "11a07d986211ef12d636380ed414b1e2350b8041", + "version": "4.16.0", + "port-version": 1 + }, { "git-tree": "bf9ef7a92f92205f0c883a302b7dae4eea9effee", "version": "4.16.0",