The bacula-server port was recently updated and I'm very happy about that!

I think I've found a problem in the Makefile when I use the WITH_SQLITE3 option, and I thought I'd pass along my solution.
I've submitted a PR to FreeBSD.

The line
LIB_DEPENDS+= sqlite.3:${PORTSDIR}/databases/sqlite3 in Makefile causes the build to fail

I believe the proper line should be
LIB_DEPENDS+=           sqlite3:${PORTSDIR}/databases/sqlite3

At least this works on mine.

I think the default SQLite version 2 line has a similar typo.

Again, I'm happy to finally have the new version of bacula in the ports collection, and I'm looking forward to using it.


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to