system git vs MacPorts git for fetching source

2011-10-16 Thread Adam Mercer
Hi As the source for certain ports are obtained by Git I've been seeing a problem regarding fetching the source related to a setting I have in my ~/.gitconfig, specifically: [push] default = upstream I believe this option was added in Git-1.7.0, when source is fetched for port that use git

Re: system git vs MacPorts git for fetching source

2011-10-16 Thread Jason Swails
On Sun, Oct 16, 2011 at 11:18 AM, Adam Mercer r...@macports.org wrote: Hi As the source for certain ports are obtained by Git I've been seeing a problem regarding fetching the source related to a setting I have in my ~/.gitconfig, specifically: [push] default = upstream You could

Re: system git vs MacPorts git for fetching source

2011-10-16 Thread Adam Mercer
On Sun, Oct 16, 2011 at 10:40, Jason Swails jason.swa...@gmail.com wrote: You could always change this to tracking instead for the time being.  From git 1.7.7 manpage:    o    tracking - deprecated synonym for upstream. That's a temporary solution, that will work for the time being.

Re: system git vs MacPorts git for fetching source

2011-10-16 Thread Ryan Schmidt
On Oct 16, 2011, at 10:40, Jason Swails wrote: On Sun, Oct 16, 2011 at 11:18 AM, Adam Mercer wrote: Can't the MacPorts git be used in preference to the one supplied by Xcode? Can you simply rearrange PATH (so that `which git` returns /opt/local/bin/git rather than /usr/bin/git if it doesn't

Re: system git vs MacPorts git for fetching source

2011-10-16 Thread Jason Swails
On Sun, Oct 16, 2011 at 12:08 PM, Ryan Schmidt ryandes...@macports.orgwrote: On Oct 16, 2011, at 10:40, Jason Swails wrote: On Sun, Oct 16, 2011 at 11:18 AM, Adam Mercer wrote: Can't the MacPorts git be used in preference to the one supplied by Xcode? Can you simply rearrange PATH (so

what went where?

2011-10-16 Thread Mr. Puneet Kishor
--- Attempting to fetch GDAL-1.7.1.tar.gzfromhttp://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/python --- Verifying checksum(s) for py27-gdal --- Extracting py27-gdal --- Configuring py27-gdal --- Building py27-gdal --- Staging py27-gdal into destroot --- Installing py27-gdal

Re: what went where?

2011-10-16 Thread Scott Webster
On Sun, Oct 16, 2011 at 12:32 PM, Mr. Puneet Kishor punk.k...@gmail.com wrote: ---  Attempting to fetch GDAL-1.7.1.tar.gzfromhttp://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/python ---  Verifying checksum(s) for py27-gdal ---  Extracting py27-gdal ---  Configuring py27-gdal ---  

Re: what went where?

2011-10-16 Thread Perry Lee
On Oct 16, 2011, at 12:32 PM, Mr. Puneet Kishor wrote: --- Attempting to fetch GDAL-1.7.1.tar.gzfromhttp://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/python --- Verifying checksum(s) for py27-gdal --- Extracting py27-gdal --- Configuring py27-gdal --- Building py27-gdal ---

Re: py27-epydoc ?

2011-10-16 Thread Jeremy Lavergne
I am looking for epydoc for python27. It seems the port does not exist, any chance it appears one day ? May be it exists an equivalent tool for python27 available through macports, let me know. I'm adding a python 2.7 module right now (py27-epydoc). It should be available after about 10

netpbm fails to download using svn

2011-10-16 Thread Frank J. R. Hanstick
Hello, In trying to upgrade via: sudo port upgrade outdated I encountered the following error: --- Fetching netpbm Error: Target org.macports.fetch returned: Subversion check out failed Log for netpbm is at:

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)

Re: netpbm fails to download using svn

2011-10-16 Thread Jeremy Lavergne
How does this error get corrected if the maintainer is unwilling to fix an obvious defect? Based on the rest of the ticket, there might not be anything to be done: You're not the first one to report intermittent svn failures from svn.sourceforge.net. This can happen both with http and with

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 ___

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 punk.k...@gmail.com 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

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 gdal The

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 configure

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 have multiple versions

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

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!

Re: netpbm fails to download using svn

2011-10-16 Thread Ryan Schmidt
On Oct 16, 2011, at 18:08, Frank J. R. Hanstick wrote: How does this error get corrected if the maintainer is unwilling to fix an obvious defect? What obvious defect are you referring to? Are you saying that MacPorts' capability to fetch sources from CVS, Subversion, Git, Mercurial, and

prerequisites of knowledge

2011-10-16 Thread trout swim
hello i have looked at the FAQ in Macports and in the wiki and have yet to see any prerequisites for a persons knowledge base and that persons ability to work with the Bash command line or conditional programming. In the last few years while i have self taught in the http document mark up and

Re: netpbm fails to download using svn

2011-10-16 Thread Brandon Allbery
On Sun, Oct 16, 2011 at 23:18, Ryan Schmidt ryandes...@macports.org wrote: On Oct 16, 2011, at 18:08, Frank J. R. Hanstick wrote: How does this error get corrected if the maintainer is unwilling to fix an obvious defect? Are you saying that MacPorts' capability to fetch sources from CVS,

Re: netpbm fails to download using svn

2011-10-16 Thread Ryan Schmidt
On Oct 16, 2011, at 23:23, Brandon Allbery wrote: On Sun, Oct 16, 2011 at 23:18, Ryan Schmidt wrote: On Oct 16, 2011, at 18:08, Frank J. R. Hanstick wrote: How does this error get corrected if the maintainer is unwilling to fix an obvious defect? Are you saying that MacPorts' capability

Re: netpbm fails to download using svn

2011-10-16 Thread Brandon Allbery
On Mon, Oct 17, 2011 at 00:28, Ryan Schmidt ryandes...@macports.org wrote: This branch of the software is only distributed from the Subversion repository; there are no downloadable tarballs available. The alternative would be for the maintainer to package up a tarball and arrange to have it