mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
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'
11 lines
483 B
Text
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 \
|