39d004ad15
* Bug fixes. * Check for job_canceled() in fd_plugin code. * Update Win32 table creation to have new DB version 11 format * Remove illegal Options in Exclude of default Win32/64 bacula-dir.conf * Remove "Reposition" message when restoring * Update projects file * Modify insertion of read Volumes in SD to be done before the drive reservation. This ensures that a Volume to be read will not be reserved for writing. Significant enhancement. Changes 3.0.0: * Fix Win32 make clean to clean correctly * Separate object/binaries in Win32 and Win64 builds. More to be done. * Add bconsole to Win64 installer. * Enhance Job messages from SD when the FD->SD protocol is incorrect and the SD hangs up. Previously this looked like a comm error. * Fixed problem in xattr and acl code trying to send empty acl or xattr streams. * Fix for bug #1261 where we send out a null stream when a file only an acl and xattr support is also turned on. * Added some warnings to configure when using libtool and static in one configure. * Fix small memory leak in fileregexp bsr code * Correct bacula32.def entry point as specified by James. * Add code to FD plugin driver to make a copy of the plugin filename to be saved to avoid save_file from zaping it. * Directly mark all files saved by plugin as being seen for Accurate. * more...
36 lines
1,021 B
Makefile
36 lines
1,021 B
Makefile
# $NetBSD: Makefile,v 1.12 2009/05/15 10:29:06 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-clientonly-/}
|
|
COMMENT= The Network Backup Solution (client only)
|
|
|
|
CONFLICTS= bacula-[0-9]* bacula-client-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches
|
|
FILESDIR= ${.CURDIR}/../../sysutils/bacula/files
|
|
|
|
PLIST_SRC= ${.CURDIR}/../../sysutils/bacula/PLIST.common
|
|
|
|
CONFIGURE_ARGS+= --enable-client-only
|
|
|
|
OWN_DIRS_PERMS+= ${BACULA_WORKINGDIR} root ${BACULA_GROUP} 770
|
|
|
|
PKG_GROUPS= ${BACULA_GROUP}
|
|
|
|
CONF_FILES+= ${EXAMPLESDIR}/bacula-fd.conf ${PKG_SYSCONFDIR}/bacula-fd.conf
|
|
CONF_FILES+= ${EXAMPLESDIR}/bconsole.conf ${PKG_SYSCONFDIR}/bconsole.conf
|
|
|
|
RCD_SCRIPTS= bacula-fd
|
|
|
|
.include "../../sysutils/bacula/Makefile.common"
|
|
|
|
PLIST_SRC+= ${.CURDIR}/../../sysutils/bacula/PLIST.common_end
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/scripts/dvd-handler ${DESTDIR}${EXAMPLESDIR}
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|