diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-07-01 16:41:54 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-01 23:41:12 +0200 |
commit | 2c86304fc737dd5468fd4f90f4ab70ae79ee6c07 (patch) | |
tree | 0b65facfd9f97c68486b2fe05e0345592bff4349 /app-forensics/aide/files | |
parent | dev-libs/libfmt: 4.0.0 version bump (diff) | |
download | gentoo-2c86304fc737dd5468fd4f90f4ab70ae79ee6c07.tar.gz gentoo-2c86304fc737dd5468fd4f90f4ab70ae79ee6c07.tar.bz2 gentoo-2c86304fc737dd5468fd4f90f4ab70ae79ee6c07.zip |
app-forensics/aide: remove old
Closes: https://github.com/gentoo/gentoo/pull/5021
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-forensics/aide/files')
-rw-r--r-- | app-forensics/aide/files/aide-0.14-as-needed.patch | 20 | ||||
-rw-r--r-- | app-forensics/aide/files/aide-0.14-configure.patch | 38 | ||||
-rw-r--r-- | app-forensics/aide/files/aide-0.14-gentoo.patch | 26 |
3 files changed, 0 insertions, 84 deletions
diff --git a/app-forensics/aide/files/aide-0.14-as-needed.patch b/app-forensics/aide/files/aide-0.14-as-needed.patch deleted file mode 100644 index 7a90b4e25079..000000000000 --- a/app-forensics/aide/files/aide-0.14-as-needed.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- aide-0.14.orig/configure.in 2010-02-26 17:25:29.000000000 +0900 -+++ aide-0.14/configure.in 2010-05-27 00:11:34.000000000 +0900 -@@ -42,7 +42,7 @@ - AC_ARG_WITH(extra-libs, - AC_HELP_STRING([--with-extra-libs], - [Specify additional paths with -L to find libraries]), -- [LDFLAGS="$LDFLAGS $withval"] -+ [LIBS="$LIBS $withval"] - ) - AC_ARG_WITH(extra-link-libs, - AC_HELP_STRING([--with-extra-link-libs], -@@ -671,7 +671,7 @@ - AC_CHECK_HEADERS(curl/curl.h,, - [AC_MSG_ERROR([You don't have curl properly installed. Install it or try --without-curl.])]) - CFLAGS="$CFLAGS $CURL_CFLAGS" -- LDFLAGS="$LDFLAGS $CURL_LIBS" -+ LIBS="$LIBS $CURL_LIBS" - AC_CHECK_LIB(curl,curl_easy_init,havecurl=yes, - [AC_MSG_ERROR([You don't have curl properly installed. Install it or try --without-curl.])] - ) diff --git a/app-forensics/aide/files/aide-0.14-configure.patch b/app-forensics/aide/files/aide-0.14-configure.patch deleted file mode 100644 index 54afd8c4f4c6..000000000000 --- a/app-forensics/aide/files/aide-0.14-configure.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff -Naur aide-0.14.orig/configure.in aide-0.14/configure.in ---- aide-0.14.orig/configure.in 2010-02-26 17:25:29.000000000 +0900 -+++ aide-0.14/configure.in 2010-06-09 14:24:43.000000000 +0900 -@@ -407,14 +407,14 @@ - AC_ARG_WITH([zlib], - AC_HELP_STRING([--with-zlib], - [use zlib compression]), -- , -+ [with_zlib="$withval"], - [with_zlib=yes] - ) - - AC_ARG_WITH([curl], - AC_HELP_STRING([--with-curl], - [use curl for http,https and ftp backends]), -- , -+ [with_curl="$withval"], - [with_curl=no] - ) - -@@ -422,7 +422,7 @@ - AC_ARG_WITH([sun-acl], - [AC_HELP_STRING([--with-sun-acl], - [use ACL on solaris (no checking)])], -- [], -+ [with_sun_acl="$withval"], - [with_sun_acl=no] - ) - -@@ -440,7 +440,7 @@ - AC_ARG_WITH([posix-acl], - [AC_HELP_STRING([--with-posix-acl], - [use POSIX ACLs (no checking)])], -- [], -+ [with_posix_acl_support="$withval"], - [with_posix_acl_support=no] - ) - diff --git a/app-forensics/aide/files/aide-0.14-gentoo.patch b/app-forensics/aide/files/aide-0.14-gentoo.patch deleted file mode 100644 index f2c8156ed161..000000000000 --- a/app-forensics/aide/files/aide-0.14-gentoo.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -Naur aide-0.14.orig//src/Makefile.am aide-0.14//src/Makefile.am ---- aide-0.14.orig//src/Makefile.am 2010-02-20 04:23:08.000000000 +0900 -+++ aide-0.14//src/Makefile.am 2010-05-26 23:56:47.000000000 +0900 -@@ -26,7 +26,7 @@ - LEX_OUTPUT_ROOT = lex.yy - - LDADD = -lm @CRYPTLIB@ @ACLLIB@ @SELINUXLIB@ @AUDITLIB@ @ATTRLIB@ @ELFLIB@ --AM_CFLAGS = @AIDE_DEFS@ -W -Wall -g -+AM_CFLAGS = -DLOCALEDIR=\"$(localedir)\" @AIDE_DEFS@ -W -Wall -g - - CLEANFILES = conf_yacc.h conf_yacc.c conf_lex.c db_lex.c *~ - -diff -Naur aide-0.14.orig//src/db.c aide-0.14//src/db.c ---- aide-0.14.orig//src/db.c 2010-02-18 05:06:57.000000000 +0900 -+++ aide-0.14//src/db.c 2010-05-27 00:16:07.000000000 +0900 -@@ -26,6 +26,10 @@ - #include "db_file.h" - #include "db_disk.h" - -+#ifdef WITH_CURL -+#include "fopen.h" -+#endif -+ - #ifdef WITH_PSQL - #include "db_sql.h" - #endif |