[Midnightbsd-cvs] mports [22929] trunk/security/aide: fix build of aide.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 8 12:15:28 EDT 2017


Revision: 22929
          http://svnweb.midnightbsd.org/mports/?rev=22929
Author:   laffer1
Date:     2017-10-08 12:15:27 -0400 (Sun, 08 Oct 2017)
Log Message:
-----------
fix build of aide.

Modified Paths:
--------------
    trunk/security/aide/Makefile
    trunk/security/aide/pkg-plist

Modified: trunk/security/aide/Makefile
===================================================================
--- trunk/security/aide/Makefile	2017-10-08 16:10:09 UTC (rev 22928)
+++ trunk/security/aide/Makefile	2017-10-08 16:15:27 UTC (rev 22929)
@@ -2,7 +2,7 @@
 
 PORTNAME=	aide
 PORTVERSION=	0.16
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF \
 		http://www.cs.tut.fi/~rammer/
@@ -9,12 +9,13 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Replacement and extension for Tripwire
+
 LICENSE=	gpl2
 
-LIB_DEPENDS=	libmhash.so:${PORTSDIR}/security/mhash
-USES=		bison gmake
+LIB_DEPENDS=	libmhash.so:security/mhash \
+		libpcre.so:devel/pcre
+USES=		autoreconf bison gmake
 
-USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-mhash \
 		--with-zlib \

Modified: trunk/security/aide/pkg-plist
===================================================================
--- trunk/security/aide/pkg-plist	2017-10-08 16:10:09 UTC (rev 22928)
+++ trunk/security/aide/pkg-plist	2017-10-08 16:15:27 UTC (rev 22929)
@@ -1,12 +1,6 @@
 bin/aide
- at unexec if cmp -s %D/etc/aide.conf %D/etc/aide.conf.sample; then rm -f %D/etc/aide.conf; fi
-etc/aide.conf.sample
- at exec [ ! -f %B/aide.conf ] && cp %B/%f %B/aide.conf
- at exec /bin/mkdir -p /var/db/aide/databases
- at exec [ -f /var/db/aide/aide.conf ] || /usr/sbin/chown root:wheel /var/db/aide
- at exec [ -f /var/db/aide/aide.conf ] || /usr/sbin/chown root:wheel /var/db/aide/databases
- at exec [ -f /var/db/aide/aide.conf ] || /bin/chmod 0700 /var/db/aide
- at exec [ -f /var/db/aide/aide.conf ] || /bin/chmod 0700 /var/db/aide/databases
- at unexec rmdir /var/db/aide/databases 2>/dev/null || true
- at unexec rmdir /var/db/aide 2>/dev/null || true
- at unexec rmdir /var/db 2>/dev/null || true
+ at sample etc/aide.conf.sample
+man/man1/aide.1.gz
+man/man5/aide.conf.5.gz
+ at dir(,,0700) /var/db/aide/databases
+ at dir(,,0700) /var/db/aide



More information about the Midnightbsd-cvs mailing list