Re: trouble installing ports (No packages available in the PKG_PATH)

2008-11-14 Thread 23号
I use it: Shell:~ : cat /etc/mk.conf SUDO=/usr/bin/sudo WRKOBJDIR=/usr/obj/ports DISTDIR=/usr/distfiles PACKAGE_REPOSITORY=/usr/packages _MASTER_SITE_OPENBSD?= \ ftp://ftp.freebsdchina.org/pub/OpenBSD/distfiles/${DIST_SUBDIR}/ \

trouble installing ports (No packages available in the PKG_PATH)

2008-11-13 Thread Juan Miscaro
I'm scripting a reinstall routine for my ports on 4.3. When I come to 'make reinstall' the thing is trying to download from the $PKG_PATH that I have set earlier in my script and, of course, does not find the files it needs. Removing that variable and I get No packages available in the PKG_PATH.