Re: how to fetch multiple archives?

2010-03-18 Thread Mark Bucciarelli
On Thu, Mar 18, 2010 at 1:20 AM, J.C. Roberts list-...@designtools.org wrote: The size is not that bad by comparison and dealing with a single file is more reliable dealing with a whole bunch of small files, I tried building from the large archive, but the directory tree after make expand

Re: how to fetch multiple archives?

2010-03-18 Thread J.C. Roberts
On Thu, 18 Mar 2010 08:14:47 -0400 Mark Bucciarelli mkb...@gmail.com wrote: On Thu, Mar 18, 2010 at 1:20 AM, J.C. Roberts list-...@designtools.org wrote: The size is not that bad by comparison and dealing with a single file is more reliable dealing with a whole bunch of small files,

how to fetch multiple archives?

2010-03-17 Thread Mark Bucciarelli
Working my way through the ports manual and it didn't take me too long to get stuck. :) I can get MonetDB sources either as one big bz2 or lzma file, or as multiple tar.gz archives. Further complicating things is the version number is not the same across the different tar.gz files. This is

Re: how to fetch multiple archives?

2010-03-17 Thread Jolan Luff
On Wed, Mar 17, 2010 at 01:30:34PM -0400, Mark Bucciarelli wrote: This is what I tried, but I think it's wrong---I think PKGNAME is just for building packages, not for retreiving sources. V= 1.36.1 DISTNAME= MonetDB-${V} PKGNAME-main= MonetDB-${V}

Re: how to fetch multiple archives?

2010-03-17 Thread Mark Bucciarelli
On Wed, Mar 17, 2010 at 1:45 PM, Jolan Luff jo...@gormsby.com wrote: You need to manually set DISTFILES instead. Is this variable documented somewhere? m

Re: how to fetch multiple archives?

2010-03-17 Thread Jolan Luff
On Wed, Mar 17, 2010 at 02:35:11PM -0400, Mark Bucciarelli wrote: On Wed, Mar 17, 2010 at 1:45 PM, Jolan Luff jo...@gormsby.com wrote: You need to manually set DISTFILES instead. Is this variable documented somewhere? Yes, look at the bsd.port.mk man page and code.

Re: how to fetch multiple archives?

2010-03-17 Thread Stuart Henderson
On 2010/03/17 13:30, Mark Bucciarelli wrote: Working my way through the ports manual and it didn't take me too long to get stuck. :) I can get MonetDB sources either as one big bz2 or lzma file, or as multiple tar.gz archives. I would just use the bz2; DISTNAME =

Re: how to fetch multiple archives?

2010-03-17 Thread Mark Bucciarelli
On Wed, Mar 17, 2010 at 2:41 PM, Stuart Henderson s...@spacehopper.org wrote: DISTNAME =      MonetDB-Feb2010-SuperBall EXTRACT_SUFX =  .tar.bz2 It's massive. === Checking files for MonetDB-Feb2010-SuperBall Fetch

Re: how to fetch multiple archives?

2010-03-17 Thread Stuart Henderson
On 2010/03/17 15:11, Mark Bucciarelli wrote: On Wed, Mar 17, 2010 at 2:41 PM, Stuart Henderson s...@spacehopper.org wrote: DISTNAME =      MonetDB-Feb2010-SuperBall EXTRACT_SUFX =  .tar.bz2 It's massive. === Checking files for MonetDB-Feb2010-SuperBall Fetch

Re: how to fetch multiple archives?

2010-03-17 Thread Mark Bucciarelli
On Wed, Mar 17, 2010 at 6:27 PM, Stuart Henderson s...@spacehopper.org wrote: Hmm. If these can be built independently maybe the best way is separated with a layout like this; /usr/ports/databases/monetdb /usr/ports/databases/monetdb/monetdb /usr/ports/databases/monetdb/monetdb-sql

Re: how to fetch multiple archives?

2010-03-17 Thread J.C. Roberts
On Wed, 17 Mar 2010 15:11:12 -0400 Mark Bucciarelli mkb...@gmail.com wrote: On Wed, Mar 17, 2010 at 2:41 PM, Stuart Henderson s...@spacehopper.org wrote: DISTNAME =      MonetDB-Feb2010-SuperBall EXTRACT_SUFX =  .tar.bz2 It's massive. Not really.