Problems with remote sensing site??

2007-08-04 Thread Jeff Stubbs
Hi All, Trying to install proj-4.5.0 and keep getting a fetch error. Jumped to the site itself and attempted downloading manually, kept getting a "too many users connected error", so it isn't a MacPorts error. The mirror (maptools.org) reacts the same way. Was able to find a download page

Re: MacPorts' Directory Layout Guideline or suggestion?

2007-08-05 Thread Jeff Stubbs
On Aug 5, 2007, at 12:19 PM, js wrote: I'm wondering if there's any guideline or suggestion that MacPorts port creaters should follow. apache2 installs its conf files in /opt/local/apache2/conf but apache's in /opt/local/etc/apache/conf. Is this a bug? or just lack of good guidelines?

Re: MacPorts 1.5.1 released (Needs a Trac ticket????)

2007-08-11 Thread Jeff Stubbs
On Aug 11, 2007, at 3:32 AM, Juan Manuel Palacios wrote: - Detect some mtree violations within ${prefix}. Test can be overriden by "destroot.violate_mtree yes" in a Portfile (mww in r27199). Just a note. Upgraded MP to 1.5.10, went to install apache2 with: "port install apache2 +

Re: MacPorts 1.5.1 released (Needs a Trac ticket????)

2007-08-11 Thread Jeff Stubbs
On Aug 11, 2007, at 12:05 PM, Juan Manuel Palacios wrote: Please re-sync your tree in about half an hour from this posting and try installing again, report back to me if you still experiencing the same problem. That fixed the problem. Figured that the install location triggered the error,

more mtree violations (Spoke too soon)

2007-08-11 Thread Jeff Stubbs
On Aug 11, 2007, at 12:05 PM, Juan Manuel Palacios wrote: I just added and committed workaround to the Portfile to indicate the violation is intended in this case, "destroot.violate_mtree yes". Please re-sync your tree in about half an hour from this posting and try installing again, repor

Re: Error building openmotif

2007-08-17 Thread Jeff Stubbs
On Aug 17, 2007, at 10:32 AM, Samuel M. Smith wrote: I tried it three times with the same result. I did a port clean -- all openmotif before each try. /opt/local/var/macports/distfiles/openmotif openmotif-2.3.0.tar.gz On 17 Aug 2007, at 01:11 , Ryan Schmidt wrote: On Aug 16, 2007, at 23:22,

Re: Error building openmotif

2007-08-17 Thread Jeff Stubbs
On Aug 17, 2007, at 3:32 PM, Samuel M. Smith wrote: sudo port edit openmotif replaced the checksum value That fixed it thanks! BTW how do you create your own checksum? You can use openssl from the command line, but being a GUI junkie, I use: http://www.entropy.ch/software/macosx/#checks

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,

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

"no such file or directory" with updated postgis staging into destroot

2007-08-29 Thread Jeff Stubbs
Hi All, I'm running into a little problem building the latest version of postgis (1.3.1). Created the necessary portfile in my local repository, and ran portindex. The latest version in MP is 1.2.1 and requires a patchfile. The patch has not been rolled into the 1.3.1 version, so I left th

Re: "no such file or directory" with updated postgis staging into destroot

2007-08-29 Thread Jeff Stubbs
Thanks Daniel, that did the trick. On Aug 29, 2007, at 2:39 PM, Daniel J. Luke wrote: Assuming that your postgis portfile is very similar to the one in macports, Exact copy, except for checksum, svn data in the $ID$ field. the problem is caused by: post-destroot { file rename ${

Re: "no such file or directory" with updated postgis staging into destroot

2007-08-29 Thread Jeff Stubbs
On Aug 29, 2007, at 5:07 PM, Daniel J. Luke wrote: ... but you're interested in it. Would you consider becoming the maintainer? Possibly. Right now I feel a little overwhelmed dealing with MP's API and the complexity of trying to build the grass package. That's actually a good sign

Re: vncserver with Aqua gui

2007-09-05 Thread Jeff Stubbs
On Sep 5, 2007, at 9:14 PM, Anthony Michael Agelastos wrote: What VNC client for Mac do you and/or others recommend? Just my .02 USD, I still use CotVNC but I'm starting to use JollysFastVNC (http://www.jinx.de/JollysFastVNC.html) more frequently. Still in "beta" according to the develope

Postgis & libiconv problem

2007-09-07 Thread Jeff Stubbs
Hi All, Finally got some free time to deal with the latest version of postgis again. It's building successfully within MP, but I'm still puzzled by the linking with the libiconv in /usr/lib/. I would like it to depend on the MP installed libiconv, to stay within MP's self-contained strate

Problems with Tidy

2007-09-14 Thread Jeff Stubbs
Hi All, Tried to install tidy prior to installing php5 on my sandbox machine. The attempt resulted in this error: ---> Building tidy with target all DEBUG: Executing org.macports.build (tidy) DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ _opt_local_var_ma

Re: Problems with Tidy

2007-09-14 Thread Jeff Stubbs
On Sep 14, 2007, at 4:14 PM, David Moylan wrote: Ryan Schmidt wrote: On Sep 14, 2007, at 13:38, Jeff Stubbs wrote: Tried to install tidy prior to installing php5 on my sandbox machine. The attempt resulted in this error: What's weird, is that I successfully installed tidy (and

Apache2 & MySQL authentication

2008-11-24 Thread Jeff Stubbs
I need to setup a MP install of apache2 to authenticate with MySQL5. All the necessary ports installed successfully. apr-util was built with the +mysql5 variant and the needed apr_dbd_mysql.so was created in /opt/local/lib/apr-util-1/ directory. I think my confusion is arising from the diff

Problems with Apache2 starting up

2009-01-27 Thread Jeff Stubbs
Greetings, I've used MP to build an Apache2/MySQL/PHP5 server for spouse's employer last November. Since startup then, everything has worked fine. However, late yesterday afternoon, I got a call that the sites weren't accessible. Since I was a work, I told them just to restart the machine

Re: Problems with Apache2 starting up

2009-01-28 Thread Jeff Stubbs
Ahhh,. So, modifying your example .plist file to reflect the apache2 plist file (see below), would just require inserting the "--restart- netchange" argument. I'll attempt it and report back. Jeff On Jan 28, 2009, at 11:44 AM, Daniel J. Luke wrote: On Jan 28, 2009, at 11:10 AM, Scott