Re: not specifically MacPorts but tools-related

2007-11-22 Thread paul beard
On 11/22/07, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > > > On Nov 22, 2007, at 16:11, paul beard wrote: > > > On 11/22/07, Ryan Schmidt wrote: > > > >> gcc_select should probably "never" be used. The system ships with a > >> default compiler (gcc 3.3 on Panther, gcc 4.0 on Tiger and Leopard) > >> a

Re: the easy fix to get python 2.5 working again

2007-11-22 Thread paul beard
On 11/22/07, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > > On Nov 22, 2007, at 16:02, paul beard wrote: > > > I should have attached this to my earlier email. Since it is > > explicitly for darwin 8, it shouldn't break anything else. Right? > > > > platform darwin 8 { > > - configure.compiler

Re: re : using libs installed with macports to build a tarball

2007-11-22 Thread Ryan Schmidt
On Nov 22, 2007, at 17:09, Mailing lists wrote: I noticed an odd thing. I've built and installed liblrdf (ardour dependency) in /usr/local and when I run scons in ardour's directory (equivalent to './configure && make') it says it can't find liblrdf. I've reinstalled liblrdf with "--prefix=

Re: using libs installed with macports to build a tarball

2007-11-22 Thread Mailing lists
Le 23 nov. 07 à 01:24, William Davis a écrit : On Nov 22, 2007, at 7:06 PM, Mailing lists wrote: Le 23 nov. 07 à 00:37, Vincent Lefevre a écrit : On 2007-11-22 23:46:07 +0100, Mailing lists wrote: I'm trying to build qjackctl (a gui for Jack audio connection kit) from its source tarbal

Re: cdrtools returning error on install

2007-11-22 Thread stuw20
Running 10.4.10 on my iBook G4 1.42Ghz PPC I did try and run fink which may have stuffed something up. I installed Xcode 2.5before I installed macports. Stu. Ryan Schmidt-24 wrote: > > On Nov 21, 2007, at 17:19, stuw20 wrote: > >> I was wanting some help with cdrtools. I need it to run turbo

Re: using libs installed with macports to build a tarball

2007-11-22 Thread William Davis
On Nov 22, 2007, at 7:06 PM, Mailing lists wrote: Le 23 nov. 07 à 00:37, Vincent Lefevre a écrit : On 2007-11-22 23:46:07 +0100, Mailing lists wrote: I'm trying to build qjackctl (a gui for Jack audio connection kit) from its source tarball. qjackctl uses qt4, so I installed qt4-mac from

Re: using libs installed with macports to build a tarball

2007-11-22 Thread Mailing lists
Le 23 nov. 07 à 00:37, Vincent Lefevre a écrit : On 2007-11-22 23:46:07 +0100, Mailing lists wrote: I'm trying to build qjackctl (a gui for Jack audio connection kit) from its source tarball. qjackctl uses qt4, so I installed qt4-mac from macports (successfully) but the configure script of q

Re: using libs installed with macports to build a tarball

2007-11-22 Thread Vincent Lefevre
On 2007-11-22 23:46:07 +0100, Mailing lists wrote: > I'm trying to build qjackctl (a gui for Jack audio connection kit) from > its source tarball. qjackctl uses qt4, so I installed qt4-mac from > macports (successfully) but the configure script of qjackctl can't find > it. Do I have to set up an

re : using libs installed with macports to build a tarball

2007-11-22 Thread Mailing lists
Hi there I noticed an odd thing. I've built and installed liblrdf (ardour dependency) in /usr/local and when I run scons in ardour's directory (equivalent to './configure && make') it says it can't find liblrdf. I've reinstalled liblrdf with "--prefix=/opt/local" and now it works ?!? I don'

Re: Kismet on OSX 10.5.1 Leopard

2007-11-22 Thread caliel
I am away from access to alternate hardware, please let me know what you find. I have not found a resolution as yet. I saw you also responded to a post at the Kismet site, perhaps one of the 3 of us will find a solution. --C trolley wrote: > > > caliel wrote: >> >> >> Kismet fails as follo

Re: get music in Lincity-NG

2007-11-22 Thread Sven Wolf
Ryan Schmidt wrote: On Nov 22, 2007, at 08:16, William Davis wrote: Strangely lincity-ng would not compile for me : C++ ./build/i686-apple-darwin9.1.0/optimize/src/lincity-ng/Util.o ...skipped lincity-ng for lack of libtinygettext.a... MkDir1 ./build/i686-apple-darwin9.1.0/optimize/src/tools/x

using libs installed with macports to build a tarball

2007-11-22 Thread Mailing lists
Hi I'm trying to build qjackctl (a gui for Jack audio connection kit) from its source tarball. qjackctl uses qt4, so I installed qt4-mac from macports (successfully) but the configure script of qjackctl can't find it. Do I have to set up an env. var in my .profile file? Rémi Leopard, Mac

Re: the easy fix to get python 2.5 working again

2007-11-22 Thread Ryan Schmidt
On Nov 22, 2007, at 16:02, paul beard wrote: I should have attached this to my earlier email. Since it is explicitly for darwin 8, it shouldn't break anything else. Right? platform darwin 8 { - configure.compiler gcc-4.0 - configure.args-append --with-cxx=/usr/bin/g++-4.0

Re: not specifically MacPorts but tools-related

2007-11-22 Thread Ryan Schmidt
On Nov 22, 2007, at 16:11, paul beard wrote: On 11/22/07, Ryan Schmidt wrote: gcc_select should probably "never" be used. The system ships with a default compiler (gcc 3.3 on Panther, gcc 4.0 on Tiger and Leopard) and that should probably "never" be changed. Software that needs a different co

Re: get music in Lincity-NG

2007-11-22 Thread Ryan Schmidt
On Nov 22, 2007, at 08:16, William Davis wrote: Strangely lincity-ng would not compile for me : C++ ./build/i686-apple-darwin9.1.0/optimize/src/lincity-ng/Util.o ...skipped lincity-ng for lack of libtinygettext.a... MkDir1 ./build/i686-apple-darwin9.1.0/optimize/src/tools/xmlgettext C++ ./build

Re: not specifically MacPorts but tools-related

2007-11-22 Thread paul beard
On 11/22/07, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > > > gcc_select should probably "never" be used. The system ships with a > default compiler (gcc 3.3 on Panther, gcc 4.0 on Tiger and Leopard) > and that should probably "never" be changed. Software that needs a > different compiler should speci

the easy fix to get python 2.5 working again

2007-11-22 Thread paul beard
I should have attached this to my earlier email. Since it is explicitly for darwin 8, it shouldn't break anything else. Right? --- Portfile2007-11-19 12:21:26.0 -0800 +++ /tmp/Portfile 2007-11-22 13:58:08.0 -0800 @@ -67,8 +67,8 @@ } platform darwin 8 { - configur

Re: not specifically MacPorts but tools-related

2007-11-22 Thread Ryan Schmidt
On Nov 22, 2007, at 14:43, paul beard wrote: Does anyone have any experience with the gcc 3.3-fast compiler? it's listed as an option on my system but gcc_select says it doesn't really exist. And how do I use the compilers that MacPorts builds, if I ever had a need? gcc33

Re: not specifically MacPorts but tools-related

2007-11-22 Thread paul beard
On 11/22/07, paul beard <[EMAIL PROTECTED]> wrote: > > Does anyone have any experience with the gcc 3.3-fast compiler? it's > listed as an option on my system but gcc_select says it doesn't really > exist. And how do I use the compilers that MacPorts builds, if I ever had a > need? > > gcc33

Re: Gimp without X11

2007-11-22 Thread William Davis
On Nov 22, 2007, at 4:26 PM, Piet van Oostrum wrote: Randall Wood <[EMAIL PROTECTED]> (RW) wrote: RW> Its possible to install the Gimp without using X11! I think it mostly RW> works, but am not a heavy user of it, so I don't know of use cases that RW> may break. RW> http://shyramblin

Re: Gimp without X11

2007-11-22 Thread Piet van Oostrum
> Randall Wood <[EMAIL PROTECTED]> (RW) wrote: >RW> Its possible to install the Gimp without using X11! I think it mostly >RW> works, but am not a heavy user of it, so I don't know of use cases that >RW> may break. >RW> http://shyramblings.blogspot.com/2007/11/gimp-on-mac-os-x-without-x11-

not specifically MacPorts but tools-related

2007-11-22 Thread paul beard
Does anyone have any experience with the gcc 3.3-fast compiler? it's listed as an option on my system but gcc_select says it doesn't really exist. And how do I use the compilers that MacPorts builds, if I ever had a need? gcc33 @3.3.6 lang/gcc33 gcc34

bash / tab-completion

2007-11-22 Thread Eckhard Wiemann
I installed bash 3.2.25 via Macports and tried it instead of the pre- installed 2.05b.0. There is no maintainer listed in the Portfile, therefore I post to the Mailing List. I tested it with the X-Server (Aqua-Terminal does not accept the entry "/opt/local/bin/bash" for my shell in the Netin

Re: Mac OS X 10.3 support (was: Re: Installing python25 on OS X 10.3 failed)

2007-11-22 Thread James Berry
On Nov 22, 2007, at 7:26 AM, js wrote: BTW, Does "Official support" mean anything? Just another name of priority? I said "official" policy, not official support. MacPorts provides no official support for anything, though unofficial and informal support is available through this email list

Re: Mac OS X 10.3 support (was: Re: Installing python25 on OS X 10.3 failed)

2007-11-22 Thread js
BTW, Does "Official support" mean anything? Just another name of priority? On Nov 22, 2007 11:48 PM, James Berry <[EMAIL PROTECTED]> wrote: > "Official" MacPorts policy has been that we support the two most > recent versions of Mac OS. Which at the present means Tiger and > Leopard. That doesn't m

Re: Mac OS X 10.3 support (was: Re: Installing python25 on OS X 10.3 failed)

2007-11-22 Thread James Berry
"Official" MacPorts policy has been that we support the two most recent versions of Mac OS. Which at the present means Tiger and Leopard. That doesn't mean that we'll go out of our way to break older versions, but that we don't promise we won't. A particularly good example of why this is pr

Re: Mac OS X 10.3 support (was: Re: Installing python25 on OS X 10.3 failed)

2007-11-22 Thread js
Sadly, there's no way to figure out how many OS X 10.3 users exist. This number is probably the most important one to take into account deciding whether MacPorts should support OS X 10.3 or not. Assuming Apple supports OSs as long as there're fair amount of users, this might be a good idea to suppo

Re: get music in Lincity-NG

2007-11-22 Thread William Davis
On Nov 22, 2007, at 8:13 AM, Sven Wolf wrote: Hi *, to get the music within Lincity-NG, just add /opt/local/lib to your $PATH (e.g. add /opt/local/lib to .profile) Best regards, Sven Sven Wolf wrote: Ryan Schmidt wrote: On Nov 22, 2007, at 02:55, Sven Wolf wrote: today I tried to insta

get music in Lincity-NG

2007-11-22 Thread Sven Wolf
Hi *, to get the music within Lincity-NG, just add /opt/local/lib to your $PATH (e.g. add /opt/local/lib to .profile) Best regards, Sven Sven Wolf wrote: Ryan Schmidt wrote: On Nov 22, 2007, at 02:55, Sven Wolf wrote: today I tried to install Lincity-NG. But the build of physfs 1.0.1 fail

Re: build of physfs 1.0.1 failed (dependency of Lincity-NG)

2007-11-22 Thread Sven Wolf
Ryan Schmidt wrote: On Nov 22, 2007, at 02:55, Sven Wolf wrote: today I tried to install Lincity-NG. But the build of physfs 1.0.1 failed on my Mac Mini (1.83 GHz, 1 GB ram, Leopard 10.5.1). Before I started the build I've executed: "sudo port selfupdate". Here is the errorlog of the physfs 1

Re: Gimp without X11

2007-11-22 Thread Yves de Champlain
Le 07-11-22 à 06:36, Rémi Thébault a écrit : Le 22 nov. 07 à 00:07, Yves de Champlain a écrit : Le 07-11-21 à 17:52, Randall Wood a écrit : Its possible to install the Gimp without using X11! I think it mostly works, but am not a heavy user of it, so I don't know of use cases that may b

Re: Gimp without X11

2007-11-22 Thread Rémi Thébault
Le 22 nov. 07 à 00:07, Yves de Champlain a écrit : Le 07-11-21 à 17:52, Randall Wood a écrit : Its possible to install the Gimp without using X11! I think it mostly works, but am not a heavy user of it, so I don't know of use cases that may break. http://shyramblings.blogspot.com/2007/11

Re: build of physfs 1.0.1 failed (dependency of Lincity-NG)

2007-11-22 Thread Ryan Schmidt
On Nov 22, 2007, at 02:55, Sven Wolf wrote: today I tried to install Lincity-NG. But the build of physfs 1.0.1 failed on my Mac Mini (1.83 GHz, 1 GB ram, Leopard 10.5.1). Before I started the build I've executed: "sudo port selfupdate". Here is the errorlog of the physfs 1.0.1 build: [sni

build of physfs 1.0.1 failed (dependency of Lincity-NG)

2007-11-22 Thread Sven Wolf
Hi *, today I tried to install Lincity-NG. But the build of physfs 1.0.1 failed on my Mac Mini (1.83 GHz, 1 GB ram, Leopard 10.5.1). Before I started the build I've executed: "sudo port selfupdate". Here is the errorlog of the physfs 1.0.1 build: ---> Fetching physfs ---> physfs-1.0.1.tar.