mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
GNU Wget2 is the successor of GNU Wget, a file and recursive website downloader. Designed and written from scratch it wraps around libwget, that provides the basic functions needed by a web client. Wget2 works multi-threaded and uses many features to allow fast operation. In many cases Wget2 downloads much faster than Wget1.x due to HTTP2, HTTP compression, parallel connections and use of If-Modified-Since HTTP header. WWW: https://gitlab.com/gnuwget/wget2 Unlike wget, this was placed into www category as it does no longer support ftp.
11 lines
477 B
Text
11 lines
477 B
Text
Don't try run non-existing target during testing
|
|
--- Makefile.am.orig 2021-08-21 17:47:39 UTC
|
|
+++ Makefile.am
|
|
@@ -89,7 +89,6 @@ fuzz-coverage: clean clean-lcov
|
|
@echo "You can now view the coverage report with 'xdg-open lcov/index.html'"
|
|
|
|
check-local:
|
|
- $(AM_V_at)$(MAKE) -s syntax-check >/dev/null
|
|
$(AM_V_at)$(srcdir)/contrib/check_options $(srcdir)/docs/wget2.md $(builddir)/src/wget2$(EXEEXT)
|
|
|
|
# ppl often forget to run ldconfig after an install, so let's do it here
|