Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2004 21:59:35 -0400
From:      Garance A Drosihn <drosih@rpi.edu>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        Martin <nakal@web.de>
Subject:   Re: Second "RFC" on pkg-data idea for ports
Message-ID:  <p0602040cbcaa332ebf5d@[128.113.24.47]>
In-Reply-To: <20040414031057.GA42629@xor.obsecurity.org>
References:  <p0602040cbca10a7dbe52@[128.113.24.47]> <20040413121925.GB29867@voodoo.oberon.net> <p0602041abca1e49dde40@[128.113.24.47]> <407C4035.8020609@ciam.ru> <p0602041fbca1ff481e60@[128.113.24.47]> <1081896823.772.58.camel@klotz.local> <p06020421bca222e97833@[128.113.24.47]> <20040414031057.GA42629@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At 8:10 PM -0700 4/13/04, Kris Kennaway wrote:
>On Tue, Apr 13, 2004 at 07:22:26PM -0400, Garance A Drosihn wrote:
>  > At 12:53 AM +0200 4/14/04, Martin wrote:
>  > > It is very difficult to parse the Makefiles to find out
>  > > which version number and which dependencies it has. Some
>  > > versions (like KDE3) are just variables and I don't have an
>>  > idea how to fetch them yet.
>>
>>  If it is easy for you to execute commands, then something
>>  like:
>>
>>  /bin/make -f /usr/ports/shells/bash2/Makefile -V PORTVERSION
>>
>>  might give you the result you want.  But I do not know if
>>  that will work for all ports.
>
>It should, modulo s,/bin,/usr/bin, :-).

Oops!  Yeah.  It helps to get the right command!

But the other thing I was thinking of is that the above is not
sufficient for some ports.  In some cases, you also have to 'cd'
into the directory of the port before doing the `make'.  Eg:

(32)  cd
(33)  make -f /usr/ports/shells/zsh+euc_hack/Makefile -V PORTNAME
"/usr/ports/shells/zsh+euc_hack/Makefile", line 18: Could not find 
/root/../zsh/Makefile
make: fatal errors encountered -- cannot continue

(34)  cd /usr/ports/shells/zsh+euc_hack
(35)  make -f /usr/ports/shells/zsh+euc_hack/Makefile -V PORTNAME
zsh

-- 
Garance Alistair Drosehn            =   gad@gilead.netel.rpi.edu
Senior Systems Programmer           or  gad@freebsd.org
Rensselaer Polytechnic Institute    or  drosih@rpi.edu



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