sudo port -v install kdelibs4 - build error

2010-03-24 Thread Norman Khine
hello, i am trying to build kdevelop4, but had this error: ---> Installing giflib @4.1.6_1 ---> Activating giflib @4.1.6_1 Error: Target org.macports.activate returned: Image error: /opt/local/bin/gif2epsn is being used by the active libungif port. Please deactivate this port first, or use 'port

mplayer-devel upgrade breaks

2010-03-24 Thread Gill Bates
After a macport selfupdate and attempting to upgrade outdate ports, mplayer-devel fails to compile apparently due to a problem with x264.c in libavcodec. I've searched trac but didn't find anything related. Note that the prefix used (/opt/ports) is different from the default. Platform is 10.6.2

Re: port variant requires

2010-03-24 Thread Ryan Schmidt
On Mar 24, 2010, at 18:47, Bradley Giesbrecht wrote: > On Mar 24, 2010, at 4:37 PM, Ryan Schmidt wrote: > >> On Mar 24, 2010, at 18:16, Bradley Giesbrecht wrote: >> >>> Does foo get acted on first? >>> >>> In my case foo needs to be built before bar. >> >> I'm not certain the order in which th

Re: port variant requires

2010-03-24 Thread Ryan Schmidt
On Mar 24, 2010, at 18:16, Bradley Giesbrecht wrote: > On Mar 24, 2010, at 4:09 PM, Ryan Schmidt wrote: > >> On Mar 24, 2010, at 18:00, Bradley Giesbrecht wrote: >> >>> variant foo {} >>> >>> variant bar requires foo {} >> >> Yes, exactly. When the user selects variant +bar, MacPorts will then

Re: port variant requires

2010-03-24 Thread Bradley Giesbrecht
On Mar 24, 2010, at 4:09 PM, Ryan Schmidt wrote: On Mar 24, 2010, at 18:00, Bradley Giesbrecht wrote: man portfile says: variant [requires variant] [conflicts variant] [description description] Is this written as so? variant foo {} variant bar requires foo {} Yes, exactly. When th

Re: port variant requires

2010-03-24 Thread Bradley Giesbrecht
On Mar 24, 2010, at 4:09 PM, Ryan Schmidt wrote: On Mar 24, 2010, at 18:00, Bradley Giesbrecht wrote: man portfile says: variant [requires variant] [conflicts variant] [description description] Is this written as so? variant foo {} variant bar requires foo {} Yes, exactly. When th

Re: port variant requires

2010-03-24 Thread Ryan Schmidt
On Mar 24, 2010, at 18:00, Bradley Giesbrecht wrote: > man portfile says: > > variant [requires variant] [conflicts variant] [description description] > > > > Is this written as so? > > variant foo {} > > variant bar requires foo {} Yes, exactly. When the user selects variant +bar, MacPort

port variant requires

2010-03-24 Thread Bradley Giesbrecht
man portfile says: variant [requires variant] [conflicts variant] [description description] Is this written as so? variant foo {} variant bar requires foo {} // Brad ___ macports-users mailing list macports-users@lists.macosforge.org http://lists

Re: Installing outside of /opt

2010-03-24 Thread Bradley Giesbrecht
Then you can ignore: http://trac.macports.org/ticket/24200 // Brad On Mar 24, 2010, at 3:24 PM, Ryan Schmidt wrote: I just committed the fixes. slang and slang2 now marked as conflicting, slrn updated. On Mar 24, 2010, at 17:21, Bradley Giesbrecht wrote: Ryan: with slang installed slang2

Re: Installing outside of /opt

2010-03-24 Thread Ryan Schmidt
I just committed the fixes. slang and slang2 now marked as conflicting, slrn updated. On Mar 24, 2010, at 17:21, Bradley Giesbrecht wrote: > Ryan: with slang installed slang2 fails to install with > /opt/local/include/slang.h in use by slang. > > > On Mar 24, 2010, at 2:46 PM, Ryan Schmidt wr

Re: Installing outside of /opt

2010-03-24 Thread Bradley Giesbrecht
Ryan: with slang installed slang2 fails to install with /opt/local/ include/slang.h in use by slang. On Mar 24, 2010, at 2:46 PM, Ryan Schmidt wrote: On Mar 24, 2010, at 15:53, LuKreme wrote: On 24-Mar-2010, at 12:55, Ryan Schmidt wrote: You are talking about the slrn and uudeview ports in

Re: Installing outside of /opt

2010-03-24 Thread Bradley Giesbrecht
I'm building now. On Mar 24, 2010, at 2:46 PM, Ryan Schmidt wrote: On Mar 24, 2010, at 15:53, LuKreme wrote: On 24-Mar-2010, at 12:55, Ryan Schmidt wrote: You are talking about the slrn and uudeview ports in MacPorts, or about building these from source by hand? If the former, file bugs

Re: Installing outside of /opt

2010-03-24 Thread Bradley Giesbrecht
I'm working on it. Ryan: slrn requires slang2. // Brad On Mar 24, 2010, at 2:46 PM, Ryan Schmidt wrote: On Mar 24, 2010, at 15:53, LuKreme wrote: On 24-Mar-2010, at 12:55, Ryan Schmidt wrote: You are talking about the slrn and uudeview ports in MacPorts, or about building these from sourc

Re: Installing outside of /opt

2010-03-24 Thread Ryan Schmidt
On Mar 24, 2010, at 15:53, LuKreme wrote: > On 24-Mar-2010, at 12:55, Ryan Schmidt wrote: >> You are talking about the slrn and uudeview ports in MacPorts, or about >> building these from source by hand? If the former, file bugs if they don't >> work. If the latter, why not use the ports? > > T

Re: kdelibs4 on Snow Leopard

2010-03-24 Thread Ryan Schmidt
On Mar 24, 2010, at 16:22, Julian Wilcox wrote: > I am having problems with installing kdelibs4 but believe my problem falls > under http://trac.macports.org/ticket/23427. Doesn't look related. The error in that ticket is: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.mac

Re: Installing outside of /opt

2010-03-24 Thread LuKreme
On 24-Mar-2010, at 12:55, Ryan Schmidt wrote: You are talking about the slrn and uudeview ports in MacPorts, or about building these from source by hand? If the former, file bugs if they don't work. If the latter, why not use the ports? The port for slrn is years out of date, so I am buildin

Re: Installing outside of /opt

2010-03-24 Thread Rainer Müller
On 2010-03-24 19:52 , LuKreme wrote: > To be clear, I do not want to install MAcPorts in /usr/local, it is > fine in /opt/local. But when I build a specific port i want THAT to be > built and installed into /usr/local/ No, install prefix must be the same as the MacPorts install location. > ha

Re: Installing outside of /opt

2010-03-24 Thread Ryan Schmidt
On Mar 24, 2010, at 13:52, LuKreme wrote: > On 24-Mar-2010, at 12:24, Ryan Schmidt wrote: > >> On Mar 24, 2010, at 13:17, LuKreme wrote: >> >>> Is there a simple way to point my ports to install everything in /usr/local >>> instead of /opt/local >> >> You cannot install MacPorts in /usr/local

Re: Installing outside of /opt

2010-03-24 Thread LuKreme
On 24-Mar-2010, at 12:24, Ryan Schmidt wrote: On Mar 24, 2010, at 13:17, LuKreme wrote: Is there a simple way to point my ports to install everything in / usr/local instead of /opt/local You cannot install MacPorts in /usr/local. To be clear, I do not want to install MAcPorts in /usr/loc

Re: Installing outside of /opt

2010-03-24 Thread Ryan Schmidt
On Mar 24, 2010, at 13:17, LuKreme wrote: > Is there a simple way to point my ports to install everything in /usr/local > instead of /opt/local You cannot install MacPorts in /usr/local. You can pick any other location to install MacPorts into by using the --prefix argument to the configure s

Re: OT: launchd question

2010-03-24 Thread LuKreme
On 24-Mar-2010, at 11:49, Terry Barnum wrote: > > I hope the OT is okay. I thought folks on this list might know the answer. > I'm trying to move some crontab entries to launchd and having some trouble. > Is a "|" not allowed in launchd? > > In cron I can do something like "/opt/local/bin/somes

Installing outside of /opt

2010-03-24 Thread LuKreme
Is there a simple way to point my ports to install everything in /usr/local instead of /opt/local -- "In order to avoid being called a flirt, she always yielded easily." Charles, Count Talleyrand ___ macports-users mailing list macports-users@lists.ma

OT: launchd question

2010-03-24 Thread Terry Barnum
I hope the OT is okay. I thought folks on this list might know the answer. I'm trying to move some crontab entries to launchd and having some trouble. Is a "|" not allowed in launchd? In cron I can do something like "/opt/local/bin/somescript | /opt/local/bin/anotherscript | /usr/bin/mail -s "s

Re: Registering ghc to ports?

2010-03-24 Thread Ryan Schmidt
On Mar 24, 2010, at 05:45, Ozgur Akgun wrote: > I am trying to install gtk2hs, which has a dependency on ghc. The ghc version > provided by ports is older than the version I have on my machine though, I > have 6.12, ports has 6.10.4. > When I try to install gtk2hs via ports, it tries to fetch t

Registering ghc to ports?

2010-03-24 Thread Ozgur Akgun
Hello all, I am trying to install gtk2hs, which has a dependency on ghc. The ghc version provided by ports is older than the version I have on my machine though, I have 6.12, ports has 6.10.4. When I try to install gtk2hs via ports, it tries to fetch the older version of ghc, and I don't want this

Re: Is there a way to get the previous version of any package?

2010-03-24 Thread Kok-Yong Tan
Never mind: I figured it out. I forgot to download the stuff in the files subdirectory! Sorry. It's the first time I've done this with MacPorts. It seems to have activated zlib 1.2.3_4. On Mar 24, 2010, at 02:47, Kok-Yong Tan wrote: On Mar 24, 2010, at 02:18, Ryan Schmidt wrote: On