ports/devel/got/files/patch-Makefile.in
Christian Weisgerber 8e4d3898e7 devel/got: update to 0.99
User-visible changes:
- make 'got fetch' work with URLs which refer to $HOME via a tilde: ~user
- fix spurious errors from got-fetch-http when server has no more data to send
- back out got stage -R option addition; deemed too inconvenient in practice
- fix got-fetch-http GET request URL; add leading slash and avoid double slashes
- fix endless loop upon Ctrl-D (EOF) input during got stage/unstage/revert -p
- make got stage -p behave the same way in interactive and -F modes for 'q'
2024-05-05 21:41:27 +00:00

11 lines
483 B
Text

--- Makefile.in.orig 2024-05-05 20:54:52 UTC
+++ Makefile.in
@@ -366,7 +366,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --enable-cvg
# whether the end-user will enable this; this step is here so that all the
# relevant files are included in the distribution.
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-cvg
-SUBDIRS = compat gitwrapper got gotadmin gotctl gotd gotsh gotwebd \
+SUBDIRS = compat got gotadmin \
libexec template tog $(am__append_1)
EXTRA_DIST = CHANGES \
CHANGELOG \