[76985] trunk/dports/security/aide

jmr at macports.org jmr at macports.org
Wed Mar 16 04:32:37 PDT 2011


Revision: 76985
          http://trac.macports.org/changeset/76985
Author:   jmr at macports.org
Date:     2011-03-16 04:32:35 -0700 (Wed, 16 Mar 2011)
Log Message:
-----------
aide: update to 0.15.1 and fix build by disabling use of LFS on darwin (#23439)

Modified Paths:
--------------
    trunk/dports/security/aide/Portfile
    trunk/dports/security/aide/files/patch-Makefile.in.diff
    trunk/dports/security/aide/files/patch-src-Makefile.in.diff

Modified: trunk/dports/security/aide/Portfile
===================================================================
--- trunk/dports/security/aide/Portfile	2011-03-16 10:25:54 UTC (rev 76984)
+++ trunk/dports/security/aide/Portfile	2011-03-16 11:32:35 UTC (rev 76985)
@@ -3,7 +3,7 @@
 PortSystem        1.0
 
 name		aide
-version		0.13.1
+version		0.15.1
 categories	security
 maintainers	nomaintainer
 description	Advanced Intrusion Detection Environment
@@ -19,10 +19,12 @@
 	also be checked for inconsistencies. It can read databases from \
 	older or newer versions. See the manual pages within the distribution \
 	for further info. There is also a beginning of a manual.
-homepage          http://www.cs.tut.fi/~rammer/aide.html
-master_sites      sourceforge:aide ftp://ftp.cs.tut.fi/pub/src/gnu/ http://www.cs.tut.fi/~rammer/
+homepage          http://aide.sourceforge.net/
+master_sites      sourceforge
 platforms         darwin
-checksums         md5 27978cc6bca4f0fbf3f6f5a1b330661c
+checksums         md5 d0b72535ff68b93a648e4d08b0ed7f07 \
+                  sha1 c5998c04a223416142323fa1bd18db0936099827 \
+                  rmd160 80ea88b1c1496bcca57d2d1cdeecdcdfca0fa5cf
 configure.args  --mandir=${prefix}/share/man \
 		--with-mhash --with-zlib \
 		--with-locale --disable-static
@@ -55,3 +57,7 @@
 		${destroot}${prefix}/libexec/${name}/"
 }
 
+platform darwin {
+    # darwin doesn't have or need off64_t and friends
+    configure.args-append --disable-lfs
+}

Modified: trunk/dports/security/aide/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/security/aide/files/patch-Makefile.in.diff	2011-03-16 10:25:54 UTC (rev 76984)
+++ trunk/dports/security/aide/files/patch-Makefile.in.diff	2011-03-16 11:32:35 UTC (rev 76985)
@@ -7,5 +7,5 @@
 -DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
 +DEFS = -DLOCALEDIR=\"@@LOCALEDIR@@\" @DEFS@
  DEPDIR = @DEPDIR@
+ E2FSATTRSLIB = @E2FSATTRSLIB@
  ECHO_C = @ECHO_C@
- ECHO_N = @ECHO_N@

Modified: trunk/dports/security/aide/files/patch-src-Makefile.in.diff
===================================================================
--- trunk/dports/security/aide/files/patch-src-Makefile.in.diff	2011-03-16 10:25:54 UTC (rev 76984)
+++ trunk/dports/security/aide/files/patch-src-Makefile.in.diff	2011-03-16 11:32:35 UTC (rev 76985)
@@ -7,14 +7,14 @@
 -DEFS = @DEFS@
 +DEFS = -DLOCALEDIR=\"@@LOCALEDIR@@\" @DEFS@
  DEPDIR = @DEPDIR@
+ E2FSATTRSLIB = @E2FSATTRSLIB@
  ECHO_C = @ECHO_C@
- ECHO_N = @ECHO_N@
 @@ -94,7 +94,7 @@
- LEXLIB = @LEXLIB@
+ #AM_LFLAGS= -d
  LEX_OUTPUT_ROOT = lex.yy
  LIBOBJS = @LIBOBJS@
 -LIBS = @LIBS@
 +LIBS = @LIBS@ -lintl
  LTLIBOBJS = @LTLIBOBJS@
- MAINT = @MAINT@
- MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110316/c7109642/attachment.html>


More information about the macports-changes mailing list