View | Details | Raw Unified | Return to bug 85673
Collapse All | Expand All

(-)osiris/Makefile (-2 / +16 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	osiris
8
PORTNAME=	osiris
9
PORTVERSION=	4.1.8
9
PORTVERSION=	4.1.9
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	http://osiris.shmoo.com/data/ \
11
MASTER_SITES=	http://www.hostintegrity.com/osiris/data/ \
12
		http://darkambient.net/
12
		http://darkambient.net/
13
13
14
MAINTAINER=	lx@redundancy.redundancy.org
14
MAINTAINER=	lx@redundancy.redundancy.org
Lines 16-21 Link Here
16
16
17
OPTIONS=	OSIRISMD "Enable to build the management daemon" off \
17
OPTIONS=	OSIRISMD "Enable to build the management daemon" off \
18
		OSIRISD "Enable to build the osirisd scan agent" on \
18
		OSIRISD "Enable to build the osirisd scan agent" on \
19
		PRINTDB "Build database print tool" off \
19
		CLI "Enable to build the management CLI" off
20
		CLI "Enable to build the management CLI" off
20
21
21
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
Lines 43-54 Link Here
43
.else
44
.else
44
PLIST_SUB+=	CLI="@comment "
45
PLIST_SUB+=	CLI="@comment "
45
.endif
46
.endif
47
.if defined(WITH_PRINTDB)
48
PLIST_SUB+=	PRINTDB=""
49
.else
50
PLIST_SUB+=	PRINTDB="@comment "
51
.endif
52
53
post-build:
54
.if defined(WITH_PRINTDB)
55
	cd ${WRKSRC}/src/tools && ${MAKE}
56
.endif
46
57
47
do-install:
58
do-install:
48
	${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
59
	${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
49
	@${MKDIR} ${PREFIX}/osiris
60
	@${MKDIR} ${PREFIX}/osiris
50
.if defined(WITH_CLI)
61
.if defined(WITH_CLI)
51
	${INSTALL_PROGRAM} ${WRKSRC}/src/cli/osiris ${PREFIX}/sbin
62
	${INSTALL_PROGRAM} ${WRKSRC}/src/cli/osiris ${PREFIX}/sbin
63
.endif
64
.if defined(WITH_PRINTDB)
65
	${INSTALL_PROGRAM} ${WRKSRC}/src/tools/printdb ${PREFIX}/bin
52
.endif
66
.endif
53
.if !defined(WITHOUT_OSIRISD)
67
.if !defined(WITHOUT_OSIRISD)
54
	${SED} -e 's|@INSTALLDIR@|${PREFIX}/sbin|g' \
68
	${SED} -e 's|@INSTALLDIR@|${PREFIX}/sbin|g' \
(-)osiris/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (osiris-4.1.8.tar.gz) = 27a362ba5ad3025d5bca6d9c92196875
1
MD5 (osiris-4.1.9.tar.gz) = a8e3720b05a8dc5d257a7effb6d68224
2
SIZE (osiris-4.1.8.tar.gz) = 1891980
2
SIZE (osiris-4.1.9.tar.gz) = 1916735
(-)osiris/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
@comment $FreeBSD: ports/security/osiris/pkg-plist,v 1.7 2005/03/12 08:26:59 sem Exp $
1
@comment $FreeBSD: ports/security/osiris/pkg-plist,v 1.7 2005/03/12 08:26:59 sem Exp $
2
%%CLI%%sbin/osiris
2
%%CLI%%sbin/osiris
3
%%PRINTDB%%bin/printdb
3
%%OSIRISD%%sbin/osirisd
4
%%OSIRISD%%sbin/osirisd
4
%%OSIRISMD%%sbin/osirismd
5
%%OSIRISMD%%sbin/osirismd
5
%%OSIRISD%%etc/rc.d/osirisd.sh
6
%%OSIRISD%%etc/rc.d/osirisd.sh

Return to bug 85673