![]() ![]() | ![]() |
Upgrade to 5.2.12. This is a bug fix release. - A new bpluginfo utility tool - Make dump_resource respect console ACL's (security fix) - Add chio-changer-openbsd submitted in bug #1903 - Important Copy job bug fixed. Major changes since 5.2.9: - IPv6 networking should work correctly now - SQL Counter problems resolved - Bat hanging after running a number of jobs - dbcheck rw_writelock problem - Windows VSS restore bug New Feature: - Add rudimentary support for backing up AFS More complete changelog at: http://www.bacula.org/en/?page=news
# $NetBSD: Makefile,v 1.26 2012/10/06 17:54:53 christos Exp $ DISTNAME= bacula-docs-5.2.12 PKGNAME= ${DISTNAME:S/docs/doc/} CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.bacula.org/ COMMENT= Documentation for Bacula - The Network Backup Solution PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= yes NO_BUILD= yes DOCDIR= share/doc/bacula INSTALLATION_DIRS= ${DOCDIR} INSTALLATION_DIRS+= ${DOCDIR}/console INSTALLATION_DIRS+= ${DOCDIR}/developers INSTALLATION_DIRS+= ${DOCDIR}/main INSTALLATION_DIRS+= ${DOCDIR}/misc INSTALLATION_DIRS+= ${DOCDIR}/problems INSTALLATION_DIRS+= ${DOCDIR}/utility do-install: ${INSTALL_DATA} ${WRKSRC}/manuals/en/console/console/* ${DESTDIR}${PREFIX}/${DOCDIR}/console/ ${INSTALL_DATA} ${WRKSRC}/manuals/en/developers/developers/* ${DESTDIR}${PREFIX}/${DOCDIR}/developers/ ${INSTALL_DATA} ${WRKSRC}/manuals/en/main/main/* ${DESTDIR}${PREFIX}/${DOCDIR}/main/ ${INSTALL_DATA} ${WRKSRC}/manuals/en/misc/misc/* ${DESTDIR}${PREFIX}/${DOCDIR}/misc/ ${INSTALL_DATA} ${WRKSRC}/manuals/en/problems/problems/* ${DESTDIR}${PREFIX}/${DOCDIR}/problems/ ${INSTALL_DATA} ${WRKSRC}/manuals/en/utility/utility/* ${DESTDIR}${PREFIX}/${DOCDIR}/utility/ .include "../../mk/bsd.pkg.mk"