Date: Fri, 08 Aug 2014 20:05:58 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192514] can't update sysutils/bacula-server to 7.0.4 Message-ID: <bug-192514-13-mZ1EXl6VOF@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192514-13@https.bugs.freebsd.org/bugzilla/> References: <bug-192514-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192514 --- Comment #21 from Dan Langille <dvl@FreeBSD.org> --- (In reply to timp87 from comment #20) > > About MYSQL option: > > I've just noticed that Makefile has a commented line > > #LDFLAGS+= -L${LOCALBASE}/lib > > I tried to uncomment it and it worked! > > Yes, looks like this is the problem. Can you confirm? I agree, that is the fix. > > > > > About single options: > > I suggested to make database options single and didn't undestand what you mean. > > I asked about something like > > --- Makefile.orig 2014-08-08 23:59:03.000000000 +0400 > +++ Makefile 2014-08-09 00:00:11.000000000 +0400 > @@ -29,7 +29,9 @@ > CPPFLAGS+= -I/usr/include/readline -I${LOCALBASE}/include > #LDFLAGS+= -L${LOCALBASE}/lib > > -OPTIONS_DEFINE?= SQLITE3 MYSQL PGSQL MTX PYTHON NLS OPENSSL > +OPTIONS_DEFINE?= MTX PYTHON NLS OPENSSL > +OPTIONS_SINGLE= DB > +OPTIONS_SINGLE_DB= SQLITE3 MYSQL PGSQL > OPTIONS_DEFAULT?= NLS OPENSSL PGSQL > MTX_DESC= Install mtx for control of autochanger devices > > Is it worth? Yes, I think so. NOTE: I think it is possible to build bacula-server with support for multiple databases, however the current Makefile does not support that. I'm testing the above options now. I've been making a similar diff. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192514-13-mZ1EXl6VOF>