Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2010 14:46:29 -0700
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        "Julian H. Stacey" <jhs@berklix.com>, bug-followup@FreeBSD.org
Cc:        ports@freebsd.org
Subject:   Re: ports/150159: current ports Mk/bsd.port.mk make fetch calls wget fails to support schemes
Message-ID:  <AANLkTik2OYhXpmsWerkxHZbGR7t%2BDjvRvkLzJsr9_Twh@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
On Tue, Aug 31, 2010 at 10:39 AM, Julian H. Stacey <jhs@berklix.com> wrote:
> make fetch used to call src/ BSD licensed fetch
> it now calls FSF GNU licensed wget,
> You can see why it fails with
> =A0 =A0 =A0 =A0cd sysutils/tarsnap ; make fetch-list

> Revert Mk invocation back to longer invoke FSF/GNU licensed
> wget & instead again invoke BSD licensed src/ provided fetch,
> until such time as wget might be capable of offering all
> schemes BSD fetch already does.

In ports/sysutils/tarsnap/Makefile:

20	# Workaround for bug in libfetch(3)
21	FETCH_DEPENDS=3D  ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
22	FETCH_CMD=3D  ${LOCALBASE}/bin/wget
23	FETCH_BEFORE_ARGS=3D  --no-check-certificate
24	DISABLE_SIZE=3D   yes

This has nothing to do with ports/Mk and fetch would still be used if
the maintainer hadn't overridden it.

--=20
Rob Farmer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTik2OYhXpmsWerkxHZbGR7t%2BDjvRvkLzJsr9_Twh>