Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logrotate/files/
Date: Tue, 26 Sep 2017 15:25:50
Message-Id: 1506439528.df999ecff616a4007972bb75b167c36e7524b26a.nimiux@gentoo
1 commit: df999ecff616a4007972bb75b167c36e7524b26a
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 26 15:25:28 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 26 15:25:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df999ecf
7
8 app-admin/logrotate: Removes unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5793#
11
12 Package-Manager: Portage-2.3.8, Repoman-2.3.1
13
14 app-admin/logrotate/files/logrotate-3.9.1-lfs.patch | 15 ---------------
15 1 file changed, 15 deletions(-)
16
17 diff --git a/app-admin/logrotate/files/logrotate-3.9.1-lfs.patch b/app-admin/logrotate/files/logrotate-3.9.1-lfs.patch
18 deleted file mode 100644
19 index 57449d0f657..00000000000
20 --- a/app-admin/logrotate/files/logrotate-3.9.1-lfs.patch
21 +++ /dev/null
22 @@ -1,15 +0,0 @@
23 -https://bugs.gentoo.org/559572
24 -
25 -make sure we can handle large files properly (like log files over 2GiB)
26 -
27 ---- a/configure.ac
28 -+++ b/configure.ac
29 -@@ -10,6 +10,8 @@
30 - AC_STRUCT_ST_BLKSIZE
31 - AC_STRUCT_ST_BLOCKS
32 -
33 -+AC_SYS_LARGEFILE
34 -+
35 - AC_CHECK_LIB([popt],[poptParseArgvString],,
36 - AC_MSG_ERROR([libpopt required but not found]))
37 -