print/textinfo fails to build due to size mismatch after htmlxref.cnf changed

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Tue Dec 26 14:57:56 UTC 2017


On Tue, Dec 26, 2017 at 10:18 PM, Joseph Mingrone <jrm at freebsd.org> wrote:

> print/texinfo % make extract
> ===>  License GPLv3+ accepted by the user
> ===>   texinfo-6.5,1 depends on file: /usr/local/sbin/pkg - found
> ...
> => htmlxref.cnf doesn't seem to exist in /usr/ports/distfiles/texinfo/6.5.
> => Attempting to fetch http://ftpmirror.gnu.org/texinfo/htmlxref.cnf
> fetch: http://ftpmirror.gnu.org/texinfo/htmlxref.cnf: size mismatch:
> expected 20137, actual 20118
> ...
>
> From print/texinfo/Makfile
>         MASTER_SITES=   GNU \
>                         LOCAL/sunpoet/${DIST_SUBDIR}:DEFAULT,local
>         DISTFILES=      ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf
> texi2dvi:local texinfo.tex:local
>
> It is odd that they distribute these files separately and unversioned.
>

That's why I use my LOCAL as MASTER_SITES for these files.
It's fixed in r457285.
Thanks!

Regards,
sunpoet


More information about the freebsd-ports mailing list