diff --git a/deps/lua/Makefile b/deps/lua/Makefile index e606a43..e878c65 100644 --- a/deps/lua/Makefile +++ b/deps/lua/Makefile @@ -9,7 +9,7 @@ LUA_ARCHIVE = lua-dist.tar.gz all: build $(LUA_DESTDIR) $(LUA_ARCHIVE) $(LUA_TARBALL): - curl -fsSL -o "$(LUA_TARBALL)" "$(LUA_SOURCES)" + xbps-fetch -o "$(LUA_TARBALL)" "$(LUA_SOURCES)" $(LUA_BUILDIR): $(LUA_TARBALL) @if ! [ -d "$(LUA_BUILDIR)" ]; then mkdir -v "$(LUA_BUILDIR)"; fi diff --git a/deps/pcre2/Makefile b/deps/pcre2/Makefile index ca87186..8781c9a 100644 --- a/deps/pcre2/Makefile +++ b/deps/pcre2/Makefile @@ -9,7 +9,7 @@ PCRE2_ARCHIVE = pcre2-dist.tar.gz all: build $(PCRE2_DESTDIR) $(PCRE2_ARCHIVE) $(PCRE2_TARBALL): - curl -fsSL -o "$(PCRE2_TARBALL)" "$(PCRE2_SOURCES)" + xbps-fetch -o "$(PCRE2_TARBALL)" "$(PCRE2_SOURCES)" $(PCRE2_BUILDIR): $(PCRE2_TARBALL) @if ! [ -d "$(PCRE2_BUILDIR)" ]; then mkdir -v "$(PCRE2_BUILDIR)"; fi diff --git a/deps/quictls/Makefile b/deps/quictls/Makefile index 45644ac..7723254 100644 --- a/deps/quictls/Makefile +++ b/deps/quictls/Makefile @@ -12,7 +12,7 @@ QUICTLS_ARCHIVE = quictls-dist.tar.gz all: build $(QUICTLS_DESTDIR) $(QUICTLS_ARCHIVE) $(QUICTLS_TARBALL): - curl -sfS -o "$(QUICTLS_TARBALL)" "$(QUICTLS_SOURCES)" + xbps-fetch -o "$(QUICTLS_TARBALL)" "$(QUICTLS_SOURCES)" $(QUICTLS_BUILDIR): $(QUICTLS_TARBALL) @if ! [ -d "$(QUICTLS_BUILDIR)" ]; then mkdir -v "$(QUICTLS_BUILDIR)"; fi diff --git a/deps/vtest/Makefile b/deps/vtest/Makefile index 7932bb0..d3e9835 100644 --- a/deps/vtest/Makefile +++ b/deps/vtest/Makefile @@ -7,7 +7,7 @@ VTEST_DESTDIR = dist all: build $(VTEST_DESTDIR) $(VTEST_DESTDIR) $(VTEST_TARBALL): - curl -sfS -o "$(VTEST_TARBALL)" "$(VTEST_SOURCES)" + xbps-fetch -o "$(VTEST_TARBALL)" "$(VTEST_SOURCES)" $(VTEST_BUILDIR): $(VTEST_TARBALL) @if ! [ -d "$(VTEST_BUILDIR)" ]; then mkdir -v "$(VTEST_BUILDIR)"; fi diff --git a/haproxy/Makefile b/haproxy/Makefile index a9e6e2f..af0a837 100644 --- a/haproxy/Makefile +++ b/haproxy/Makefile @@ -65,7 +65,7 @@ dist-bin: build $(HAPROXY_DESTDIR) $(HAPROXY_ARCHIVE) dist-deb: build-deb $(HAPROXY_TARBALL): - curl -sfS -o "$(HAPROXY_TARBALL)" "$(HAPROXY_SOURCES)" + xbps-fetch -o "$(HAPROXY_TARBALL)" "$(HAPROXY_SOURCES)" $(HAPROXY_BUILDIR): $(HAPROXY_TARBALL) @if ! [ -d "$(HAPROXY_BUILDIR)" ]; then mkdir -v "$(HAPROXY_BUILDIR)"; fi