pkgsrc/net/openafs/Makefile
gendalia aca179b23f Update to OpenAFS 1.4.1 from 1.4.0.
Changes from 1.4.0:
All systems:

- Several race conditions in the host tracking and handling in the fileserver
  which could cause inconsistent behavior and crashes have been fixed.

- A fileserver bug where a reference to a volume could be leaked and later
  cause a deadlock as a result of a bulk status call

- Reference counting of fileserver objects in unsigned 32 bit integers
  instead of signed 16 bit integers.

- Avoid type mismatches when handling time values (betweemn 32 bit and 64 bit
  variables).

- Fix a memory leak during multilevel packet queue handling.

- Audit log output had been updated to include FIDs for newly created files.

- asetkey is now included to ease Kerberos 5 integration for server
  administrators.

- A new fileserver statistics collection including callback statistics was
  added.

- man pages are now generated.
2006-04-29 05:48:25 +00:00

55 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.19 2006/04/29 05:48:25 gendalia Exp $
DISTNAME= openafs-1.4.1-src
PKGNAME= ${DISTNAME:C/-src//}
CATEGORIES= net sysutils
MASTER_SITES= http://www.openafs.org/dl/openafs/1.4.1/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= gendalia@NetBSD.org
HOMEPAGE= http://www.openafs.org/
COMMENT= File system for sharing, scalability and transparent data migration
CONFLICTS+= arla-[0-9]*
CONFLICTS+= heimdal-[0-9]*
CONFLICTS+= lwp-[0-9]*
CONFLICTS+= rx-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-bitmap-later
CONFIGURE_ARGS+= --enable-bos-new-config
CONFIGURE_ARGS+= --enable-fast-restart
CONFIGURE_ARGS+= --enable-largefile-fileserver
CONFIGURE_ARGS+= --disable-kernel-module
CONFIGURE_ARGS+= --enable-namei-fileserver
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
USE_GNU_CONFIGURE_HOST= no
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
PKG_SUPPORTED_OPTIONS= pam
PKG_OPTIONS_VAR= PKG_OPTIONS.openafs
RCD_SCRIPTS+= bosserver
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mpam)
CONFIGURE_ARGS+= --enable-pam
.include "../../mk/pam.buildlink3.mk"
PLIST_SRC+= ${.CURDIR}/PLIST.pam
.else
CONFIGURE_ARGS+= --disable-pam
.endif
PLIST_SRC+= ${.CURDIR}/PLIST
OWN_DIRS+= ${PKG_SYSCONFDIR}/openafs
OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/openafs/server ${ROOT_USER} ${ROOT_GROUP} 775
OWN_DIRS_PERMS+= ${VARBASE}/openafs ${ROOT_USER} ${ROOT_GROUP} 770
OWN_DIRS+= ${VARBASE}/openafs/logs
OWN_DIRS_PERMS+= ${VARBASE}/openafs/db ${ROOT_USER} ${ROOT_GROUP} 700
FILES_SUBST+= HOSTNAME_CMD=${HOSTNAME_CMD:Q}
.include "../../mk/bsd.pkg.mk"