Macports 1.6 cannot fetch graphviz on Leopard

2008-01-17 Thread Hui Li
Been trying to install graphviz but got the following error, could anyone tell me what's going on and is there a fix? Thanks a lot. --Hui sh-3.2# /opt/local/bin/port -v install graphviz ---> Fetching graphviz ---> graphviz-2.16.1.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles

Re: libpcap failing to build

2008-01-17 Thread Ryan Schmidt
On Jan 17, 2008, at 21:31, Noah wrote: I am just starting out using darwinports. I am wondering if there is any advice that could be provided to figuring out why libpcap is not being build? Welcome to MacPorts! (It hasn't been called "DarwinPorts in a long time.) ---> Building libp

libpcap failing to build

2008-01-17 Thread Noah
Hi there, I am just starting out using darwinports. I am wondering if there is any advice that could be provided to figuring out why libpcap is not being build? ---> Building libpcap with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/buil

Re: How to Get Mac Apps on the Mac OS X Dock?

2008-01-17 Thread paul beard
On Jan 17, 2008 7:13 PM, Rainer Müller <[EMAIL PROTECTED]> wrote: > If the user wants "gimp", he should get gimp. There is > no reason to ask the user any questions what he wants to install. In > this case, the short description you see by port search does make clear > what these port contain. I w

Re: How to Get Mac Apps on the Mac OS X Dock?

2008-01-17 Thread Rainer Müller
paul beard wrote: Hm, "gimp" is not ambigious. But maybe the ports should be named different. gimp and gimp2 are just too confusing, I think. [/Users/paul]# port list gimp* gimp @2.4 graphics/gimp gimp-app @2.4.0 aqua/gimp-app gimp-gap

Re: How to Get Mac Apps on the Mac OS X Dock?

2008-01-17 Thread paul beard
On Jan 17, 2008 4:37 PM, Rainer Müller <[EMAIL PROTECTED]> wrote: > paul beard wrote: > > It's by no means clear if you just ask for the gimp or gimp.app what > > you may end up with. > > > > If RFEs are being taken note of, perhaps a text response when the > > user requests an ambiguous port name

Re: How to Get Mac Apps on the Mac OS X Dock?

2008-01-17 Thread Rainer Müller
paul beard wrote: It's by no means clear if you just ask for the gimp or gimp.app what you may end up with. If RFEs are being taken note of, perhaps a text response when the user requests an ambiguous port name might be in order for a later release of the ports system. Hm, "gimp" is not ambigi

Re: [MacPorts] #13963: 'port install evince' fails with gcc 'parse error' in comics-document.c -- OSX 10.4.11 PPC (fwd)

2008-01-17 Thread Kurt Hillig
Good news, bad news - but the good news is good! I edited the portfile to read: : configure.args \ --disable-scrollkeeper \ --enable-nautilus \ --with-print=gtk configure.ldflags-append -lstdc++ configure.cflags-append

Re: How to Get Mac Apps on the Mac OS X Dock?

2008-01-17 Thread paul beard
On Jan 17, 2008 10:47 AM, William Davis <[EMAIL PROTECTED]> wrote: > > Since he talked about the gimp port and not the gimp2 port it appeared he > had done the former not the later. ;) > It's by no means clear if you just ask for the gimp or gimp.app what you may end up with. If RFEs are being

Re: PHP xsl fails

2008-01-17 Thread Ryan Schmidt
On Jan 17, 2008, at 13:18, Jonas Munk wrote: When trying to use the xsl functions in php from macports install like this: $xslData = ''. 'http://www.w3.org/1999/XSL/Transform"; version="1.0">'. ''. 'abc'. ''; $xmlData = ''; $xslt = new xsltProcessor; $xslt->import

PHP xsl fails

2008-01-17 Thread Jonas Munk
Hello When trying to use the xsl functions in php from macports install like this: $xslData = ''. 'http://www.w3.org/1999/XSL/Transform"; version="1.0">'. ''. 'abc'. ''; $xmlData = ''; $xslt = new xsltProcessor; $xslt->importStyleSheet(DomDocument::loadXML($xslData

Re: How to Get Mac Apps on the Mac OS X Dock?

2008-01-17 Thread William Davis
On Jan 17, 2008, at 2:08 AM, paul beard wrote: On Jan 16, 2008 10:16 PM, William Davis <[EMAIL PROTECTED]> wrote: Did you bother to look in /Applications/MacPorts? The MacPorts gimp port *also* installs Gimp.App in that location whose icon you would have seen if you had bothered to look. I

ClusterSSH in Leopard?

2008-01-17 Thread Joe Auty
Hello, Has anybody gotten ClusterSSH to compile and work in Leopard? Installing it manually via the instructions here: http://www.nabble.com/ClusterSSH---Leopard-Fix-tc14848155.html I get the following when I try to launch cssh: Can't connect to display `tmp/launch-X0H7NM/:0': Invalid argumen

Re: Perl 5.8.8 already present on Leopard; can I make a "dummy" Portfile?

2008-01-17 Thread Ryan Schmidt
On Jan 17, 2008, at 09:44, Philip K.F. Hölzenspies wrote: On Thursday 17 January 2008 16:21:16 Ryan Schmidt wrote: http://trac.macosforge.org/projects/macports/wiki/ FAQ#WhyisMacPortsusingitsownlibraries I did indeed read this, but my point is slightly more subtle. Allow me to go through

Re: re-install perl in addition to system installation?

2008-01-17 Thread Daniel J. Luke
On Jan 17, 2008, at 11:37 AM, David Reitter wrote: When installing texlive, macports insists on installing its own version of perl 5.8.8, even though I already have perl installed (comes with Leopard). How can I avoid that? You don't. I have read the FAQ with respect to maintaining separat

re-install perl in addition to system installation?

2008-01-17 Thread David Reitter
When installing texlive, macports insists on installing its own version of perl 5.8.8, even though I already have perl installed (comes with Leopard). How can I avoid that? I have read the FAQ with respect to maintaining separate libraries in / opt, and that's acceptable to me for libraries,

Re: Perl 5.8.8 already present on Leopard; can I make a "dummy" Portfile?

2008-01-17 Thread Philip K.F. Hölzenspies
On Thursday 17 January 2008 16:21:16 Ryan Schmidt wrote: > Welcome to MacPorts! Thank you ;) > http://trac.macosforge.org/projects/macports/wiki/ > FAQ#WhyisMacPortsusingitsownlibraries I did indeed read this, but my point is slightly more subtle. Allow me to go through the entry in the FAQ in

Re: Perl 5.8.8 already present on Leopard; can I make a "dummy" Portfile?

2008-01-17 Thread Ryan Schmidt
On Jan 17, 2008, at 08:08, Philip K.F. Hölzenspies wrote: You'll have to excuse me for my ignorance with regards to Portfiles, since I'm a relative newbe ;) Welcome to MacPorts! I was playing around with the ghc Portfile in an attempt to update it to the newer ghc version. While playing

Re: Underscores in some directory user, group names (Postfix MacPort example)

2008-01-17 Thread Tabitha McNerney
Hello Jordan and/or anyone else, Sorry to be such a pest (I know that MacWorld is this week and so time is probably limited for Apple) but I was wondering if my question was better clarified the second time? Thank you! -T.M. On 1/14/08, Tabitha McNerney <[EMAIL PROTECTED]> wrote: > > > > On 1/1

Perl 5.8.8 already present on Leopard; can I make a "dummy" Portfile?

2008-01-17 Thread Philip K.F. Hölzenspies
Dear all, You'll have to excuse me for my ignorance with regards to Portfiles, since I'm a relative newbe ;) I was playing around with the ghc Portfile in an attempt to update it to the newer ghc version. While playing with this portfile, I noticed that quite a few of the packages I need / use

Re: How to Get Mac Apps on the Mac OS X Dock?

2008-01-17 Thread Jeffrey Thompson
I did bother to look for an /Applications/MacPorts and I don't have one. Sent from my iPhone On Jan 17, 2008, at 2:08 AM, "paul beard" <[EMAIL PROTECTED]> wrote: On Jan 16, 2008 10:16 PM, William Davis <[EMAIL PROTECTED]> wrote: Did you bother to look in /Applications/MacPorts? The MacPort

Re: [MacPorts] #13963: 'port install evince' fails with gcc 'parse error' in comics-document.c -- OSX 10.4.11 PPC (fwd)

2008-01-17 Thread Kurt Hillig
On Wed, 16 Jan 2008, Chris Pickel wrote: On 16 Jan, 2008, at 22:06, Kurt Hillig wrote: Apologies if you see this twice, but after taking a month break I'm back trying to get gnucash installed once again - and once again I'm running into a roadblock. I've already opened a ticket (see below), b

Re: [MacPorts] #13963: 'port install evince' fails with gcc 'parse error' in comics-document.c -- OSX 10.4.11 PPC (fwd)

2008-01-17 Thread Kurt Hillig
On Wed, 16 Jan 2008, Michael Franz wrote: I will not be able to help. I do have this additional information and questions though. I ran the install command and it fails for me at xmlto - I have this problem from an earlier install. I wonder if my issue is because I am on intel. [snip] My q

Re: build errors in silc-client

2008-01-17 Thread Ryan Schmidt
On Jan 16, 2008, at 23:53, Ryan Schmidt wrote: On Jan 15, 2008, at 17:06, Artie Ziff wrote: Anyone build silc-client recently? I searched the previous year's posts. :) Hoping someone knows something. It looks like silc-client is unmaintained, and hasn't really been updated since r16416 on

Re: Compiling IcedTea (was: Re: freetype-devel)

2008-01-17 Thread Ryan Schmidt
On Jan 17, 2008, at 03:06, Jochen Küpper wrote: Not having followed this thread... On Jan 16, 2008, at 21:58, Ryan Schmidt wrote: On Jan 16, 2008, at 21:39, Michael Franz wrote: configure: error: "Freetype headers not found - try installing freetype-devel" Freetype used to install heade

Re: Compiling IcedTea (was: Re: freetype-devel)

2008-01-17 Thread Jochen Küpper
Not having followed this thread... On 17.01.2008, at 04:58, Ryan Schmidt wrote: configure: error: "Freetype headers not found - try installing freetype-devel" This looks like a Linux message... freetype-devel most probably means the devel-package (i.e. headers) of the normal stable current