ports/www/wget2/files/patch-Makefile.am
Dmitry Marakasov 33aebe34ea www/wget2: add port: File and recursive website downloader
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.
2021-11-18 14:48:16 +03:00

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