Re: building custom gdal/grass modules

2007-08-21 Thread Chris Pickel
On 21 Aug, 2007, at 15:27, Jeff Stubbs wrote: Ahhh, that would solve the problem. Would MP then update the receipt file, to indicate that the file is downloaded?? It's not handled by receipts. If you were to use `port -d` to see debug information, you'd see that port always checks for a dist

Re: building custom gdal/grass modules

2007-08-21 Thread Jeff Stubbs
On Aug 21, 2007, at 10:12 AM, Daniel J. Luke wrote: On Aug 21, 2007, at 9:58 AM, Jeff Stubbs wrote: Several of the gdal modules have restricted access. So, I just can't set up a master_sites directive in the modified portfile. It appears that I'll have to download the .gz file and store the

Re: building custom gdal/grass modules

2007-08-21 Thread Daniel J. Luke
On Aug 21, 2007, at 9:58 AM, Jeff Stubbs wrote: Several of the gdal modules have restricted access. So, I just can't set up a master_sites directive in the modified portfile. It appears that I'll have to download the .gz file and store them locally on my machine. The obvious directory would

building custom gdal/grass modules

2007-08-21 Thread Jeff Stubbs
Greetings All, Just for my own curiosity, I'm attempting to build the Grass GIS software as a macports package. Been putzing along, installing all the needed dependencies. I've created a local repository, for updated versions of geos, gdal, ...etc. Before attempting to build grass itself,