On Jul 9, 2007, at 3:32 AM, Ryan Schmidt wrote:
On Jul 8, 2007, at 22:57, Doug McCorkle wrote:
I would like to use:
fetch.ignore_sslcrt
in my Portfile or:
fetch.args
in my Portfile but I get an error about the commands not being recognized. Is there a new way to work with the fetch target? Thanks.
According to the passogva portfile, it's
fetch.ignore_sslcert yes
As for fetch.args, I can't find any occurrence of that in any portfile. What are you trying to accomplish?
I would like to download flagpoll from this site: https://realityforge.vrsource.org/twiki/pub/FlagPoll/FlagpollDownloads/ but get an error like this: mccdo:/Volumes/data/dports-dev/devel/flagpoll mccdo$ sudo port -d -v checksum flagpoll Password: DEBUG: Found port in file:///Volumes/data/dports-dev/devel/flagpoll DEBUG: Changing to port directory: /Volumes/data/dports-dev/devel/ flagpoll DEBUG: Requested variant darwin is not provided by port flagpoll. DEBUG: Requested variant i386 is not provided by port flagpoll. DEBUG: Requested variant macosx is not provided by port flagpoll. DEBUG: Skipping completed com.apple.main (flagpoll) ---> Fetching flagpoll DEBUG: Executing com.apple.fetch (flagpoll) ---> flagpoll-0.8.3.tar.gz doesn't seem to exist in /opt/local/var/ db/dports/distfiles/flagpoll ---> Attempting to fetch flagpoll-0.8.3.tar.gz from https:// realityforge.vrsource.org/twiki/pub/FlagPoll/FlagpollDownloads/ DEBUG: Fetching failed:: problem with the SSL CA cert (path? access rights?) The file is present on the site but for some reason I am unable to download it so I am trying a couple of different options to access the file. Also, the man page for portfile references fetch.ignore_sslcrt so this should possibly be listed as a bug. Doug