Re: ports/devel/noweb/Makefile FETCH_* is wrong, comment out works.

2017-01-06 Thread Julian H. Stacey
> > Do feel free to open a PR about the regression :-) > > Thanks, Will do, Done. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215830 Cheers, Julian -- Julian Stacey, BSD Linux Unix Sys Eng Consultant Munich Reply below, Prefix '> '. Plain text, No .doc, base64, HTML,

Re: ports/devel/noweb/Makefile FETCH_* is wrong, comment out works.

2017-01-05 Thread Mathieu Arnold
Le 05/01/2017 à 15:43, Julian H. Stacey a écrit : > This looks like a regression failure with fetch as 6.4 fetch works fine. Do feel free to open a PR about the regression :-) -- Mathieu Arnold signature.asc Description: OpenPGP digital signature

Re: ports/devel/noweb/Makefile FETCH_* is wrong, comment out works.

2017-01-05 Thread Julian H. Stacey
eebsd.org> > To: "Julian H. Stacey" <j...@berklix.com>, po...@freebsd.org > Message-ID: <a0d82435-754d-25ad-ce60-255f125c4...@freebsd.org> > Subject: Re: ports/devel/noweb/Makefile FETCH_* is wrong, comment out works. > References: <20170105133

Re: ports/devel/noweb/Makefile FETCH_* is wrong, comment out works.

2017-01-05 Thread Mathieu Arnold
Le 05/01/2017 à 14:34, Julian H. Stacey a écrit : > ports/devel/noweb/Makefile contains > FETCH_CMD=/usr/bin/ftp > FETCH_ARGS= # empty > that is wrong, because if one already has the distfile on a local site > (accessed via MASTER_SITE_OVERRIDE or MASTER_SITE_BACKUP ), > it

ports/devel/noweb/Makefile FETCH_* is wrong, comment out works.

2017-01-05 Thread Julian H. Stacey
ports/devel/noweb/Makefile contains FETCH_CMD=/usr/bin/ftp FETCH_ARGS= # empty that is wrong, because if one already has the distfile on a local site (accessed via MASTER_SITE_OVERRIDE or MASTER_SITE_BACKUP ), it hangs & fails on make fetch. The patch below works for me,