pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc-2012Q2 Circular Dependency?



On Sat, Jul 28, 2012 at 02:01:38 +0200, Joerg Sonnenberger wrote:
> On Fri, Jul 27, 2012 at 09:51:54AM -0400, Tim Hawes wrote:
> > pkgsrc-2012Q2 on Ubuntu 12.04 amd64
> 
> FETCH_USING=fetch works without pulling in external dependencies.

Well, since it's a Linux system, I presume wget is present in the base
system.

On my Linux boxes with pkgsrc, I use the following snippet, which was
mostly copy-pasted from the corresponding settings for wget from
mk/fetch/fetch.mk (but adds the benefit of not having to use wget from
pkgsrc, because it's already in the base system):


# use wget from base-system, because it supports https.
FETCH_USING=            custom
FETCH_BEFORE_ARGS=      ${PASSIVE_FETCH:D--passive-ftp} --no-check-certificate \
                        ${FETCH_TIMEOUT:D--timeout=${FETCH_TIMEOUT}} \
                        ${FETCH_USE_IPV4_ONLY:D--inet4-only}
FETCH_AFTER_ARGS=       # empty
FETCH_RESUME_ARGS=      -c
FETCH_OUTPUT_ARGS=      -O
FETCH_CMD=              /usr/bin/wget


Best regards,

Moritz


Home | Main Index | Thread Index | Old Index