Re: determining the exact variants that got installed

2011-10-16 Thread Ryan Schmidt
On Oct 16, 2011, at 19:25, Mr. Puneet Kishor wrote: > punkish@Lucknow /opt/local/bin$./gdal-config --dep-libs > -L/opt/local/lib -lproj -L/opt/local/lib -lgeos_c -L/opt/local/lib -lexpat > -L/opt/local -L/opt/local/lib -lgif -L/opt/local -L/opt/local/lib -ljpeg > -L/opt/local/lib -lgeotiff -L/op

Re: determining the exact variants that got installed

2011-10-16 Thread Mr. Puneet Kishor
On Oct 16, 2011, at 6:47 PM, Jeremy Lavergne wrote: >> I am specifically requesting for the only gdal-config available. > > You can manually run gdal-config; see what values it prints out for you. > Makes so much sense, and seems obvious, now that you have taught me how. Thanks! punkish@Lu

Re: determining the exact variants that got installed

2011-10-16 Thread Jeremy Lavergne
> I am specifically requesting for the only gdal-config available. You can manually run gdal-config; see what values it prints out for you. When you run it without argument it should tell you how to use it, then run it again requesting as much information as you can from it. smime.p7s Descrip

Re: determining the exact variants that got installed

2011-10-16 Thread Mr. Puneet Kishor
On Oct 16, 2011, at 6:35 PM, Jeremy Lavergne wrote: >> $port installed gdal >> The following ports are currently installed: >> gdal @1.8.0_0+expat >> gdal >> @1.8.0_1+curl+expat+geos+netcdf+postgresql90+python27+spatialite+sqlite3 >> (active) >> gdal @1.8.0_1+expat >> >> >> So, it seems I hav

Re: determining the exact variants that got installed

2011-10-16 Thread Jeremy Lavergne
> $port installed gdal > The following ports are currently installed: > gdal @1.8.0_0+expat > gdal > @1.8.0_1+curl+expat+geos+netcdf+postgresql90+python27+spatialite+sqlite3 > (active) > gdal @1.8.0_1+expat > > > So, it seems I have multiple versions of gdal installed, and the PostGIS > con

Re: determining the exact variants that got installed

2011-10-16 Thread Mr. Puneet Kishor
On Oct 16, 2011, at 6:28 PM, Jeremy Lavergne wrote: >> `port gdal` has a lot of variants. I installed it with several of those >> variants enabled. Is there a way to determine which all variants got >> installed? > > port -v installed gdal > Thanks. So... punkish@lucknow ~$port installed g

Re: determining the exact variants that got installed

2011-10-16 Thread Scott Webster
On Sun, Oct 16, 2011 at 4:26 PM, Mr. Puneet Kishor wrote: > `port gdal` has a lot of variants. I installed it with several of those > variants enabled. Is there a way to determine which all variants got > installed? > port installed gdal ___ macports-

Re: determining the exact variants that got installed

2011-10-16 Thread Jeremy Lavergne
> `port gdal` has a lot of variants. I installed it with several of those > variants enabled. Is there a way to determine which all variants got > installed? port -v installed gdal smime.p7s Description: S/MIME cryptographic signature ___ macports-u

determining the exact variants that got installed

2011-10-16 Thread Mr. Puneet Kishor
`port gdal` has a lot of variants. I installed it with several of those variants enabled. Is there a way to determine which all variants got installed? Here is why I ask -- I want to install a software (actually, PostGIS 2.0 development version, available from its SVN repo, not from MacPorts) th