Joerg Sonnenberger schrieb:
On Wed, Aug 05, 2009 at 06:30:11PM +0200, Dirk H. Schulz wrote:Joerg Sonnenberger schrieb:No, mine is 1.37. Calling "make" in this directory does not work - how do I update this script? I know this is outing myself as newbie, but ...On Wed, Aug 05, 2009 at 04:58:46PM +0200, Dirk H. Schulz wrote:That is definitely different here. I first put FETCH_USING= wget into /etc/mk.conf, and ftp still was used. Then I added FETCH_CMD= wget, and then wget was used with ftp-URLs. That was, when I had spaces between "=" and the value as exampled in the docs.FETCH_CMD is only used when FETCH_USING=manual is active.Without spaces (e.g. FETCH_USING=wget), nothing is changed at all.Are you sure your checkout is correct and current? pkgsrc/mk/fetch/fetch.mk should be revision 1.43.cvs up -dP in pkgsrc/ itself will update the tree to the head of the currently active branch. cvs up -A -dP will update to -current.
Okay, I have used the first to update pkgsrc. But now pkgsrc/mk/fetch/fetch.mk is still 1.37:
# $NetBSD: fetch.mk,v 1.37 2008/10/08 15:39:07 joerg Exp $And the behaviour is still the same. Does it mean I have to accelerate to -current to make pkgsrc use wget? Or is there any other way to make pkgsrc use port 80? I do not want to open up ftp ports additionally.
Thanks for your help so far, Joerg. Dirk
Joerg