Re: git: 3bfeb7097044 - main - devel/icu: update to 74.2
- In reply to: Jan Beich : "git: 3bfeb7097044 - main - devel/icu: update to 74.2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Dec 2023 13:20:40 UTC
Jan Beich <jbeich@FreeBSD.org> writes: > +post-extract: > +# XXX Symlink broken by https://github.com/unicode-org/icu/commit/312bae866003 > + @if [ ! -e ${LICENSE_FILE} ]; then \ > + ${ECHO_CMD} "http://www.unicode.org/copyright.html" >${LICENSE_FILE}; \ > + fi Upstream doesn't seem to test release source artifacts. 74.0 (rc1) was broken, 74.1 was fixed and 74.2 is broken again. Worse, release artifacts often take several days to generate and maybe re-rolled to fix issues like this one. https://unicode-org.atlassian.net/browse/ICU-22539 https://unicode-org.atlassian.net/browse/ICU-22601 Note, I wish to go back to USE_GITHUB...