diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-03-19 17:35:11 +0100 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-03-19 17:47:42 +0100 |
commit | 68795f3c8e1d6da9c820c80149567fe950b75056 (patch) | |
tree | 13f33cca8372de73b0450fd37efb26ec9c61f5c5 /groups | |
parent | 8e93325bd166ffbfb8a8895330dc0a84d243f4b7 (diff) | |
download | midipix_build-68795f3c8e1d6da9c820c80149567fe950b75056.tar.bz2 midipix_build-68795f3c8e1d6da9c820c80149567fe950b75056.tar.xz |
groups/231.native_packages_etc.group:w32api:${PKG_URLS_GIT}: switch to https:// from git:// (via midipix.)
groups/231.native_packages_etc.group:w32lib:${PKG_URLS_GIT}: switch to https:// from git:// (via midipix.)
groups/100.native_tools.group:slibtool:${PKG_URLS_GIT}: switch to https:// from git:// (via midipix.)
Diffstat (limited to 'groups')
-rw-r--r-- | groups/100.native_tools.group | 2 | ||||
-rw-r--r-- | groups/231.native_packages_etc.group | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/groups/100.native_tools.group b/groups/100.native_tools.group index 957e4d29..e74b110f 100644 --- a/groups/100.native_tools.group +++ b/groups/100.native_tools.group @@ -26,7 +26,7 @@ NATIVE_TOOLS_PREFIX="${PREFIX_NATIVE}"; : ${PKG_PKGCONF_INSTALL_FILES_V2:=" @pkgconf=bin/pkg-config /=lib/pkgconfig"}; -: ${PKG_SLIBTOOL_URLS_GIT:="slibtool=git://midipix.org/slibtool"}; +: ${PKG_SLIBTOOL_URLS_GIT:="slibtool=https://git.midipix.org/slibtool"}; : ${PKG_SLIBTOOL_CONFIGURE_ARGS:="--host=${DEFAULT_TARGET} --prefix= --target=${DEFAULT_TARGET}"}; : ${PKG_TPAX_URLS_GIT:="tpax=https://git.midipix.org/tpax@main"}; : ${PKG_TPAX_CONFIGURE_ARGS:="--host=${DEFAULT_TARGET} --prefix= --target=${DEFAULT_TARGET}"}; diff --git a/groups/231.native_packages_etc.group b/groups/231.native_packages_etc.group index c6764896..3275df99 100644 --- a/groups/231.native_packages_etc.group +++ b/groups/231.native_packages_etc.group @@ -518,10 +518,10 @@ vim_cv_memmove_handles_overlap=yes"}; : ${PKG_VORBIS_TOOLS_VERSION:=1.4.2}; : ${PKG_VORBIS_TOOLS_URL:=https://ftp.osuosl.org/pub/xiph/releases/vorbis/vorbis-tools-${PKG_VORBIS_TOOLS_VERSION}.tar.gz}; : ${PKG_VORBIS_TOOLS_CONFIGURE_ARGS_EXTRA:="--disable-ogg123 --without-speex --without-kate"}; -: ${PKG_W32API_URLS_GIT:="w32api=git://github.com/midipix-ports/w32api.ports@main"}; +: ${PKG_W32API_URLS_GIT:="w32api=https://github.com/midipix-ports/w32api.ports@main"}; : ${PKG_W32API_IN_TREE:=1}; : ${PKG_W32API_MAKEFLAGS_BUILD:="DESTDIR=${PREFIX_NATIVE}"}; -: ${PKG_W32LIB_URLS_GIT:="w32lib=git://git.midipix.org/w32lib"}; +: ${PKG_W32LIB_URLS_GIT:="w32lib=https://git.midipix.org/w32lib"}; : ${PKG_W32LIB_CONFIGURE_ARGS:="--host=${DEFAULT_TARGET} --prefix= --target=${DEFAULT_TARGET}"}; : ${PKG_XORRISO_SHA256SUM:=3b69f5c93ae7c40c5bbe4a847fa3963f5efc9c565551622f77121c5792fc17e7}; : ${PKG_XORRISO_VERSION:=1.5.2}; |