Re: [dovecot2] 'port load dovecot2' breaks imap & pop3

2012-01-22 Thread Bjarne D Mathiesen
Andrea D'Amore wrote: > On Sun, Jan 22, 2012 at 02:13, Bjarne D Mathiesen > wrote: >> Displays the symptoms >>Starting dovecot2 with "port load dovecot2" >>Rebooting the computer and letting launchd load the plist >> Works perfectly >>Starting dovecot2 with just "dovecot" in Terminal >

Re: [dovecot2] 'port load dovecot2' breaks imap & pop3

2012-01-22 Thread Bjarne D Mathiesen
Daniel J. Luke wrote: > On Jan 21, 2012, at 8:13 PM, Bjarne D Mathiesen wrote: >> Now, can somebody point me in a direction for further testing ??? > > what does the system log (or your dovecot log) say? Jan 17 04:45:20 4604ds1-ynoe dovecot[75628]: master: Dovecot v2.0.17 (684381041dc4+) starting

Re: [dovecot2] 'port load dovecot2' breaks imap & pop3

2012-01-22 Thread Bjarne D Mathiesen
Andrea D'Amore wrote: > On Sun, Jan 22, 2012 at 02:13, Bjarne D Mathiesen > wrote: >> Displays the symptoms >>Starting dovecot2 with "port load dovecot2" >>Rebooting the computer and letting launchd load the plist >> Works perfectly >>Starting dovecot2 with just "dovecot" in Terminal >

Re: [89244] trunk/dports/python/py-simplejson/Portfile

2012-01-22 Thread Ryan Schmidt
On Jan 21, 2012, at 17:21, and.dam...@macports.org wrote: > Modified: trunk/dports/python/py-simplejson/Portfile > === > --- trunk/dports/python/py-simplejson/Portfile2012-01-21 23:19:36 UTC > (rev 89243) > +++ trunk/dports/

Re: [89221] trunk/dports/editors/nedit/Portfile

2012-01-22 Thread Ryan Schmidt
On Jan 21, 2012, at 11:35, rai...@macports.org wrote: > Revision: 89221 > http://trac.macports.org/changeset/89221 > Author: rai...@macports.org > Date: 2012-01-21 09:34:59 -0800 (Sat, 21 Jan 2012) > Log Message: > --- > editors/nedit: > Remove platform block as we are alwa

Re: [89248] trunk/dports/science/alliance/Portfile

2012-01-22 Thread Ryan Schmidt
On Jan 22, 2012, at 08:54, Andrea D'Amore wrote: > On Sun, Jan 22, 2012 at 09:44, Ryan Schmidt wrote: >> Yes, we should do that; I brought that up here: >> http://lists.macosforge.org/pipermail/macports-dev/2012-January/017440.html > > Why fallback on gcc-4.2 has precedence over apple-gcc-4.2 ? >

Re: gcc-4.2 vs apple-gcc-4.2

2012-01-22 Thread Ryan Schmidt
On Jan 17, 2012, at 17:43, Jeremy Huddleston wrote: > That looks good to me We might further simplify the block like so: if {${configure.compiler} == "llvm-gcc-4.2"} { configure.compiler gcc-4.2 } elseif {${configure.compiler} == "clang"} { depends_build-append port:apple-gcc42 conf

Re: [dovecot2] 'port load dovecot2' breaks imap & pop3

2012-01-22 Thread Andrea D'Amore
On Sun, Jan 22, 2012 at 02:13, Bjarne D Mathiesen wrote: > I finally got around to replacing my very old setup >    MacBook 520c / Mac OS 8.1 / 56MB RAM / PPC 603e 182MHz / 18GB HD So a PowerBook. PPC glory. > Displays the symptoms >    Starting dovecot2 with "port load dovecot2" >    Rebooting

Re: [dovecot2] 'port load dovecot2' breaks imap & pop3

2012-01-22 Thread Daniel J. Luke
On Jan 21, 2012, at 8:13 PM, Bjarne D Mathiesen wrote: > Now, can somebody point me in a direction for further testing ??? what does the system log (or your dovecot log) say? -- Daniel J. Luke +===

Re: [89248] trunk/dports/science/alliance/Portfile

2012-01-22 Thread Rainer Müller
On 2012-01-22 17:57 , Rainer Müller wrote: > Remember that llvm-gcc42 will most probably also not be available > forever and it's already four releases behind the mainline gcc used on > other platforms. Oh, and I forgot to add: We should always add a comment in the Portfile why we needed to switc

Re: [89248] trunk/dports/science/alliance/Portfile

2012-01-22 Thread Rainer Müller
Hello, problems such as this should not result in a switch of the compiler and pulling in the huge apple-gcc42 port. This can be fixed with simpler methods than ruling out clang. See also Clemens' mail in which he recently explained the situation on implicit assumption about the compiler [1]. In

global option for clang's c++ std library?

2012-01-22 Thread Titus von Boxberg
Hi, for those developers that use clang++ together with libc++ it would be useful to decide globally which C++ std library to use, by adding -stdlib=libc++ to cxxflags and ldflags. To give an example: I'd like to use the cppunit library port. Since all of my software uses libc++ I need to compile

Re: subport and dependency

2012-01-22 Thread Andrea D'Amore
On Sun, Jan 22, 2012 at 10:17, Ryan Schmidt wrote: >> On the opposite I had the impression that default stub should include >> stub dependency, i.e. py-numpy rather than py24-numpy. >> I preferer to specift the version as it doesn't assume knowing >> anything about the dependency. > I don't under

Re: [89248] trunk/dports/science/alliance/Portfile

2012-01-22 Thread Andrea D'Amore
On Sun, Jan 22, 2012 at 09:44, Ryan Schmidt wrote: > Let's clarify that the llvm-gcc-4.2 compiler cannot compile that version of > alliance. The llvm-gcc-4.2 compiler itself is not broken. Yes, I didn't mean llvm-gg-4.2 was broken per se. > Yes, we should do that; I brought that up here: > http

Re: reduce portfile

2012-01-22 Thread Mark Brethen
On Jan 22, 2012, at 8:01 AM, Mark Brethen wrote: > > On Jan 20, 2012, at 3:30 AM, Arthur Norman wrote: > >> to investigate further why your test scripts are failing. I believe macports >> isn't providing all the necessary libraries. >>> >>> I'm not sure what you mean by forcing -lX11 -lXext,

Re: reduce portfile

2012-01-22 Thread Mark Brethen
On Jan 20, 2012, at 3:30 AM, Arthur Norman wrote: > to investigate further why your test scripts are failing. I believe macports > isn't providing all the necessary libraries. >> >> I'm not sure what you mean by forcing -lX11 -lXext, but you should be > linking to the macports X11 libs (i.e. t

Re: subport and dependency

2012-01-22 Thread Ryan Schmidt
On Jan 22, 2012, at 02:48, Andrea D'Amore wrote: > On Sun, Jan 22, 2012 at 02:07, Ryan Schmidt wrote: > >> the stub port doesn't install any software of its own and doesn't need any >> dependencies. > > This I didn't know. > >> That could be a reason. Or, the reason could be that you did not

Re: subport and dependency

2012-01-22 Thread Andrea D'Amore
On Sun, Jan 22, 2012 at 02:07, Ryan Schmidt wrote: > the stub port doesn't install any software of its own and doesn't need any > dependencies. This I didn't know. > That could be a reason. Or, the reason could be that you did not include 24 > in this port's list of python.versions, and you l

Re: How to run wordpress

2012-01-22 Thread Ryan Schmidt
On Jan 21, 2012, at 19:45, Bjarne D Mathiesen wrote: > Michael Parchdt wrote: > >> i have read the step to install wordpress on a server but I don't know how >> to configure a mysql database for wordpress. >> >> To test wordpress on my local machine, I have tried to install the wordpress >> p

Re: [89248] trunk/dports/science/alliance/Portfile

2012-01-22 Thread Ryan Schmidt
On Jan 22, 2012, at 02:31, Andrea D'Amore wrote: > Incidentally llvm-gcc-4.2 is broken on using Xcode 4.2.1 as > well, check comment 3 on ticket 32947. Let's clarify that the llvm-gcc-4.2 compiler cannot compile that version of alliance. The llvm-gcc-4.2 compiler itself is not broken. > I thi

Re: [89248] trunk/dports/science/alliance/Portfile

2012-01-22 Thread Andrea D'Amore
On Sun, Jan 22, 2012 at 02:00, Ryan Schmidt wrote: > The problem you're fixing is to do with the clang compiler, NOT the Lion OS > version. Clang is not used on Lion with Xcode 4.0 or 4.1, and clang IS used > on Snow Leopard with Xcode 4.2. Right. Incidentally llvm-gcc-4.2 is broken on using X