Date: Tue, 02 Nov 2004 12:42:17 +0100 From: Angelo Turetta <aturetta@commit.it> To: Matthew Seaman <m.seaman@infracaninophile.co.uk> Cc: freebsd-ports@freebsd.org Subject: Re: portindex -- the second coming. Message-ID: <41877299.9090903@commit.it> In-Reply-To: <20041030225107.GA65879@happy-idiot-talk.infracaninophile.co.uk> References: <20041022153854.GA88362@happy-idiot-talk.infracaninophile.co.uk> <20041023111251.GA21742@happy-idiot-talk.infracaninophile.co.uk> <20041030225107.GA65879@happy-idiot-talk.infracaninophile.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Seaman wrote: > Slightly later than planned (real life getting in the way I'm afraid), > here's the third (and I hope final) beta version: > > http://www.infracaninophile.co.uk/portindex/portindex-0.3.tar.bz2 > > This incorporates various bug fixes and feedback from earlier versions. May I suggest trying to read as many settings as possible from /usr/local/etc/pkgtools.conf? I'm thinking mainly about MAKE_ARGS (that most often change the dependency lists of specific ports) and the various system paths: (quoting from pkgtools.conf) # ENV['PORTSDIR'] ||= '/usr/ports' # ENV['PORTS_INDEX'] ||= ENV['PORTSDIR'] + '/INDEX' # ENV['PORTS_DBDIR'] ||= ENV['PORTSDIR'] The latter can (and should) also be set as make.conf or environment variables, but anyway the tool should take the issue into account one way or the other. The reason for this request is to simplify the maintenance of a single ports repository NFS-mounted from various architecures/OS versions. Thanks for your work. Angelo Turetta
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41877299.9090903>