Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Aug 2014 20:02:00 +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-80EglNvpNO@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 #20 from timp87@gmail.com ---
> 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?



> 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?

-- 
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-80EglNvpNO>