pkgsrc/sysutils/radmind/Makefile
hauke c925e46dce Update Radmind to v1.13.0
Radmind 1.13.0 features the following changes:

* Exclude patterns apply to transcript lines. [Bug #2038036]
* Automatically convert paths between absolute and relative paths
based on the path given to fsdiff. [Patch #2020818]
* If path doesn't contain a directory, canonicalize it by prepending
"./".
* Mac Package can be installed on any volume. [Feature Request #2025217]
* Add -e to ktcheck and lapply to allow changing the event type that
is reported to the radmind server. [Patch #1951140] Thanks Karl Kuehn
of Stanford University for the patch.
* Added -T option to lmerge to merge only transcripts, not files.
[Patch #2014521] Thanks to Eric Garver from the University of Michigan
for the patch.


Changelog entry for v1.12

Major changes from 1.11.0:
- Support for includes in the config file (Patch 1919220).
- Support symlink ownership (Feature request 1834497).
- Support for lchown and lchmod, expanded 'l' type to include owner,
group, mode.

Minor changes from 1.11.0:
- Fixed bug causing twhich to print out bad special file lines.
- Fixed bug in wildcard {} matching reported by
<larkost@so...>,
improved [] processing.
- ktcheck -I support, fixing bug 1436097 and case-insensitive
special.T.
- ktcheck -n now reports correct info and exits with correct value
when dealing with special.T.
- ra.sh now supports ktcheck -I.
- ra.sh -D support, allowing admin to change working directory before
running update.
- If PAGER is set, ra.sh will use it to display difference transcript.
- twhich usage output now includes -r.
- Added instructions for building from CVS.
- Added bin/getsnet to retrieve libsnet from SF.net.
- Improved universal binary building (Mac OS X).
2008-11-20 13:45:29 +00:00

34 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.21 2008/11/20 13:45:29 hauke Exp $
#
DISTNAME= radmind-1.13.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=radmind/}
MAINTAINER= hf@spg.tu-darmstadt.de
HOMEPAGE= http://rsug.itd.umich.edu/software/radmind/
COMMENT= Remote file administration and integrity tool
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-radminddir=${RADMINDDIR}
CONFIGURE_ENV+= diffpath=${TOOLS_DIFF:Q}
# XXX configure script checks for path to echo, which pkgsrc does not
# provide, so we need to side-step {echopath}.
CONFIGURE_ENV+= ac_cv_path_echopath=${TOOLS_ECHO:Q}
BUILD_TARGET= all man rash
RADMINDDIR= ${VARBASE}/radmind
BUILD_DEFS+= VARBASE
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"