Index: head/security/aide/Makefile =================================================================== --- head/security/aide/Makefile (revision 156735) +++ head/security/aide/Makefile (revision 156736) @@ -1,62 +1,63 @@ # New ports collection makefile for: aide # Date created: Tue Jan 4 11:45:29 PST 2000 # Whom: Cy Schubert (Cy.Schubert@uumail.gov.bc.ca) # # $FreeBSD$ # PORTNAME= aide -PORTVERSION= 0.10 -PORTREVISION= 1 +PORTVERSION= 0.11 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.cs.tut.fi/~rammer/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= cy@FreeBSD.org COMMENT= A replacement and extension for Tripwire LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash USE_GMAKE= yes USE_BISON= yes +USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ --with-zlib \ --with-config_file=${PREFIX}/etc/aide.conf -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAN1= aide.1 MAN5= aide.conf.5 SUB_FILES= pkg-message post-install: @${INSTALL_DATA} ${FILESDIR}/aide.conf.freebsd ${PREFIX}/etc/aide.conf.sample @if [ ! -f ${PREFIX}/etc/aide.conf ]; then \ ${INSTALL_DATA} ${FILESDIR}/aide.conf.freebsd ${PREFIX}/etc/aide.conf ; \ fi @if [ ! -d /var/db/aide/databases ]; then \ ${MKDIR} /var/db/aide/databases; \ ${CHOWN} root:wheel /var/db/aide ; \ ${CHOWN} root:wheel /var/db/aide/databases ; \ ${CHMOD} 0700 /var/db/aide ; \ ${CHMOD} 0700 /var/db/aide/databases ; \ fi @${ECHO} @${CAT} ${PKGMESSAGE} @${ECHO} .if defined(AIDE_FLOPPY) @disklabel -w -B /dev/rfd0c fd1440 @newfs -u 0 -t 0 -i 196608 -m 0 -T minimum -o space /dev/rfd0c @mount /dev/fd0c /mnt @${CP} ${PREFIX}/bin/aide /mnt/aide @${CP} -p /var/db/aide/aide.conf /mnt/aide.conf @${CP} < /var/db/aide/databases/aide.db /mnt/aide.db @${CHMOD} 555 /mnt/aide @umount /mnt @${ECHO} Do not forget to remove and write-protect the floppy. .endif .include Property changes on: head/security/aide/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/security/aide/distinfo =================================================================== --- head/security/aide/distinfo (revision 156735) +++ head/security/aide/distinfo (revision 156736) @@ -1,3 +1,3 @@ -MD5 (aide-0.10.tar.gz) = 39eb7d21064cac7b409c45d038b86cd8 -SHA256 (aide-0.10.tar.gz) = 4819b9b46acaedb5293c87fc7c742a89dcb6f63b71b1fcdeb81349fb41f2935c -SIZE (aide-0.10.tar.gz) = 234184 +MD5 (aide-0.11.tar.gz) = 9a44e5386b0355ef57c60f627ff4d085 +SHA256 (aide-0.11.tar.gz) = ebc866c7d70166ac76ab0fa158e4bbf42780b4bd360e177f7a6586778b301374 +SIZE (aide-0.11.tar.gz) = 266978 Property changes on: head/security/aide/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/security/aide/files/patch-configure =================================================================== --- head/security/aide/files/patch-configure (revision 156735) +++ head/security/aide/files/patch-configure (nonexistent) @@ -1,11 +0,0 @@ ---- configure.orig Fri Nov 28 07:14:08 2003 -+++ configure Sat Jan 3 20:21:15 2004 -@@ -2885,7 +2885,7 @@ - EOF - - cat >> confdefs.h <> confdefs.h </etc/aide.conf -+.TP -+.BI /etc/aide.conf.sample -+Example aide configuration file. -+.TP -+.BI /etc/aide.conf + .B /usr/local/etc/aide.conf Default aide configuration file. --.B /etc/aide.db -+.TP -+.BI /var/db/aide/databases/aide.db +-.B /usr/local/etc/aide.db ++.B /var/db/aide/aide.db Default aide database. --.B /etc/aide.db.new -+.TP -+.BI /var/db/aide/databases/aide.db.new +-.B /usr/local/etc/aide.db.new ++.B /var/db/aide/aide.db.new Default aide output database. .SH SEE ALSO .BR aide.conf (5) Property changes on: head/security/aide/files/patch-doc_aide.1 ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property