summaryrefslogtreecommitdiff
path: root/sysutils/radmind/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-05 02:49:30 +0000
committerrillig <rillig>2006-10-05 02:49:30 +0000
commite5c06efca4cb252e4a2d5b5ee524a0e182690c8d (patch)
tree404398e57ef0eb55f6abdd9f9a229843142e81a6 /sysutils/radmind/Makefile
parent4b09de765397c955141d427ce8299c208b238419 (diff)
downloadpkgsrc-e5c06efca4cb252e4a2d5b5ee524a0e182690c8d.tar.gz
Updated radmind to 1.7.1.
Major changes from 1.6.1: - Performance improvements to fsdiff In testing on linux, we've seen an 80x increase without checksums and a 4x increase with checksums. Other Changes: - Added -I to ra.sh for case insensitive compares - Automated building of universal binaries on OS X - lcksum supports multiple transcripts on the command line (patch #1448910) - ra.sh supports alternative fsdiff root paths thanks to Jeremy Reichman - ra.sh -V displays correct version number - fixed a loop in ra.sh auto when ktcheck finds changes but fsdiff doesn't - fixed lapply -w usage in ra.sh auto. - twhich supports -r to recursively twhich all path elements (patch #1470196) - twhich -I actually ignores case - lcksum returns correct exit value when verifying multiple transcripts - Server only loging POSIX stats for children - Fixed type-o in base64.c - Eliminated some warnings in base64 code
Diffstat (limited to 'sysutils/radmind/Makefile')
-rw-r--r--sysutils/radmind/Makefile29
1 files changed, 13 insertions, 16 deletions
diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile
index 4ba310cfffe..5dffa4b53e9 100644
--- a/sysutils/radmind/Makefile
+++ b/sysutils/radmind/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2006/07/17 17:59:43 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2006/10/05 02:49:30 rillig Exp $
#
-DISTNAME= radmind-1.6.1
+DISTNAME= radmind-1.7.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=radmind/}
@@ -9,25 +9,22 @@ MAINTAINER= hf@spg.tu-darmstadt.de
HOMEPAGE= http://rsug.itd.umich.edu/software/radmind/
COMMENT= Remote file administration and integrity tool
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
-CONFIGURE_ARGS+= --with-radminddir=${VARBASE}/radmind
+CONFIGURE_ARGS+= --with-radminddir=${RADMINDDIR}
CONFIGURE_ENV+= diffpath=${TOOLS_DIFF:Q}
USE_TOOLS+= diff
-BUILD_TARGET= all man rash
+BUILD_TARGET= all man rash
+RADMINDDIR= ${VARBASE}/radmind
+BUILD_DEFS+= VARBASE
-OWN_DIRS_PERMS+= ${VARBASE}/radmind \
- ${ROOT_USER} ${ROOT_GROUP} 0750
-OWN_DIRS_PERMS+= ${VARBASE}/radmind/client \
- ${ROOT_USER} ${ROOT_GROUP} 0750
-OWN_DIRS_PERMS+= ${VARBASE}/radmind/preapply \
- ${ROOT_USER} ${ROOT_GROUP} 0750
-OWN_DIRS_PERMS+= ${VARBASE}/radmind/postapply \
- ${ROOT_USER} ${ROOT_GROUP} 0750
-OWN_DIRS_PERMS+= ${VARBASE}/radmind/cert \
- ${ROOT_USER} ${ROOT_GROUP} 0700
-RCD_SCRIPTS= radmind
+OWN_DIRS_PERMS+= ${RADMINDDIR} ${ROOT_USER} ${ROOT_GROUP} 0750
+OWN_DIRS_PERMS+= ${RADMINDDIR}/client ${ROOT_USER} ${ROOT_GROUP} 0750
+OWN_DIRS_PERMS+= ${RADMINDDIR}/preapply ${ROOT_USER} ${ROOT_GROUP} 0750
+OWN_DIRS_PERMS+= ${RADMINDDIR}/postapply ${ROOT_USER} ${ROOT_GROUP} 0750
+OWN_DIRS_PERMS+= ${RADMINDDIR}/cert ${ROOT_USER} ${ROOT_GROUP} 0700
+RCD_SCRIPTS= radmind
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"