Re: bacula and mysql

2014-01-08 Thread Frank Schima
Nevermind. cal on IRC gave me the easy solution…. configure.cppflags-append -I${prefix}/include/mysql55/mysql Cheers! Frank On Jan 8, 2014, at 3:52 PM, Frank Schima wrote: > I’m attempting to fix the bacula port to build with mysql5 support [1]. I > patched the configure file to find m

Re: Why does MacPorts try to rebuild cmake universal?

2014-01-08 Thread Jeremy Lavergne
If cmake is included as depends_build only, why does MacPorts actually care about it being +universal? Whenever building cmake kills my workflow, I always edit cmake to disable the universal variant; it’s only a build tool after all. On Jan 8, 2014, at 17:48, Joshua Root wrote: > Even with th

bacula and mysql

2014-01-08 Thread Frank Schima
I’m attempting to fix the bacula port to build with mysql5 support [1]. I patched the configure file to find mysql5, but later on, it fails to find mysql.h when compiling. Here is the error snippet. :info:build Making libbaccats.la ... :info:build /opt/local/var/macports/build/_opt_mports_trun

Re: Why does MacPorts try to rebuild cmake universal?

2014-01-08 Thread Joshua Root
On 2013-12-19 19:28 , Ryan Schmidt wrote: > I’m trying to install a port universal on Leopard. It fails because one of > its dependencies is cmake, and: > > Error: cmake cannot be installed for the configured universal_archs 'i386 > ppc' because it only supports the arch(s) 'i386 x86_64’. > > W