diff options
author | Roy Marples <uberlord@gentoo.org> | 2005-05-29 11:05:50 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2005-05-29 11:05:50 +0000 |
commit | 8376141acd7127c5661cacbffe787b3dfc166d9e (patch) | |
tree | 7e2dcb4f32d55b3e6660303adddcc58c80c5f7b7 /app-admin | |
parent | oggvorbis -> vorbis (#94254) (diff) | |
download | gentoo-2-8376141acd7127c5661cacbffe787b3dfc166d9e.tar.gz gentoo-2-8376141acd7127c5661cacbffe787b3dfc166d9e.tar.bz2 gentoo-2-8376141acd7127c5661cacbffe787b3dfc166d9e.zip |
include <limits.h> instead of "limits.h" - fixes #89478
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/fam/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/fam/Manifest | 13 | ||||
-rw-r--r-- | app-admin/fam/fam-2.7.0-r4.ebuild | 86 | ||||
-rw-r--r-- | app-admin/fam/files/digest-fam-2.7.0-r4 | 1 | ||||
-rw-r--r-- | app-admin/fam/files/fam-2.7.0-limits.patch | 11 |
5 files changed, 113 insertions, 6 deletions
diff --git a/app-admin/fam/ChangeLog b/app-admin/fam/ChangeLog index 4432e71833a3..8793cbda45cb 100644 --- a/app-admin/fam/ChangeLog +++ b/app-admin/fam/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/fam # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/ChangeLog,v 1.30 2005/04/29 12:49:36 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/ChangeLog,v 1.31 2005/05/29 11:05:50 uberlord Exp $ + +*fam-2.7.0-r4 (28 May 2005) + + 29 May 2005; Roy Marples <uberlord@gentoo.org> + +files/fam-2.7.0-limits.patch, +fam-2.7.0-r4.ebuild: + include <limits.h> instead of "limits.h" - fixes #89478 *fam-2.7.0-r3 (29 Apr 2005) diff --git a/app-admin/fam/Manifest b/app-admin/fam/Manifest index 70b164f76bad..3b17b4fd2162 100644 --- a/app-admin/fam/Manifest +++ b/app-admin/fam/Manifest @@ -1,13 +1,16 @@ +MD5 7a4d1e518f0027de87ff5c5c3abdd80b ChangeLog 7794 MD5 a23feab85a6a00218b5804e3b2827f33 fam-2.7.0-r1.ebuild 2086 -MD5 c00a11317fe9c85994595a8cb8a5e923 fam-2.7.0-r3.ebuild 2186 MD5 ab439f0d4820a5e6bf2e2567120aee21 fam-2.7.0-r2.ebuild 2103 -MD5 84bd90cdc42cc1ca992e384eda4fb52c ChangeLog 7602 -MD5 68a04e23ccfb7971cff8ce012aee659c metadata.xml 221 +MD5 c00a11317fe9c85994595a8cb8a5e923 fam-2.7.0-r3.ebuild 2186 +MD5 55eb37199c2cad2dca099b8c5782dd88 fam-2.7.0-r4.ebuild 2259 MD5 067a8c7dc9a851716d40256fe989928c fam-2.7.0.ebuild 1924 -MD5 4c750113abbc289ee93c3aa378692f07 files/famd 490 -MD5 a7434bbb78ba9e735212e8b1e5bb0a0f files/digest-fam-2.7.0 61 +MD5 68a04e23ccfb7971cff8ce012aee659c metadata.xml 221 MD5 a7434bbb78ba9e735212e8b1e5bb0a0f files/digest-fam-2.7.0-r1 61 MD5 a7434bbb78ba9e735212e8b1e5bb0a0f files/digest-fam-2.7.0-r2 61 MD5 a7434bbb78ba9e735212e8b1e5bb0a0f files/digest-fam-2.7.0-r3 61 +MD5 a7434bbb78ba9e735212e8b1e5bb0a0f files/digest-fam-2.7.0-r4 61 MD5 46e90fb6975cfcaa7f5946ab36aa2023 files/fam-2.7.0-dnotify.patch 26419 +MD5 363f25f0db08bacef13b12e81b32d624 files/fam-2.7.0-limits.patch 316 +MD5 4c750113abbc289ee93c3aa378692f07 files/famd 490 MD5 47b41e0b0498793af004696a096d7da1 files/fam-2.7.0-largefiles.patch 326 +MD5 a7434bbb78ba9e735212e8b1e5bb0a0f files/digest-fam-2.7.0 61 diff --git a/app-admin/fam/fam-2.7.0-r4.ebuild b/app-admin/fam/fam-2.7.0-r4.ebuild new file mode 100644 index 000000000000..af504a6d59b6 --- /dev/null +++ b/app-admin/fam/fam-2.7.0-r4.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r4.ebuild,v 1.1 2005/05/29 11:05:50 uberlord Exp $ + +inherit libtool eutils gnuconfig + +DESCRIPTION="FAM, the File Alteration Monitor" +HOMEPAGE="http://oss.sgi.com/projects/fam/" +SRC_URI="ftp://oss.sgi.com/projects/fam/download/stable/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +DEPEND=">=net-nds/portmap-5b-r6 + !app-admin/gamin" +PROVIDE="virtual/fam" + +src_unpack() { + unpack ${A} + + cd ${S} + + # large file patch #76679 + epatch ${FILESDIR}/${P}-largefiles.patch + + # dnotify patch #43027 + epatch ${FILESDIR}/${P}-dnotify.patch + + # Use limits correctly -#89478 + epatch "${FILESDIR}/${P}-limits.patch" + + # Fix permission problems with user* in FEATURES (#35307) + chmod u+w ${S}/configure + + # Please do not remove this again - fixes $S and $D in libtool linker + # scripts (.la files) + cd ${S}; elibtoolize + + gnuconfig_update + libtoolize --copy --force +} + +src_install() { + + make install DESTDIR="${D}" || die + + dosed "s:local_only = false:local_only = true:g" /etc/fam.conf + + exeinto /etc/init.d + doexe ${FILESDIR}/famd + + dodoc AUTHORS ChangeLog INSTALL NEWS TODO README + +} + +pkg_postinst() { + + einfo "To enable fam on boot you will have to add it to the" + einfo "default profile, issue the following command as root to do so." + echo + einfo "rc-update add famd default" + + # temporary warning for people upgrading + # 6-12-03 foser <foser@gentoo.org> + if [ -e /etc/init.d/fam ] + then + echo + echo + ewarn "IMPORTANT INFO FOR USERS UPGRADING FROM OLDER (<2.7.0) FAM VERSIONS :" + echo + einfo "With the 2.7.0 version the fam daemon moved to sbin and was" + einfo "renamed from 'fam' to 'famd'. These changes are for consistency" + einfo "reasons also applied to the Gentoo init script. This means you" + einfo "will have to remove fam from the default runlevel and add famd." + einfo "This can be done by issueing the following commands :" + echo + einfo "rc-update del fam" + einfo "rc-update add famd default" + einfo "rm /etc/init.d/fam" + echo + einfo "The last command removes the old init script." + fi + +} diff --git a/app-admin/fam/files/digest-fam-2.7.0-r4 b/app-admin/fam/files/digest-fam-2.7.0-r4 new file mode 100644 index 000000000000..107b73637116 --- /dev/null +++ b/app-admin/fam/files/digest-fam-2.7.0-r4 @@ -0,0 +1 @@ +MD5 1bf3ae6c0c58d3201afc97c6a4834e39 fam-2.7.0.tar.gz 301974 diff --git a/app-admin/fam/files/fam-2.7.0-limits.patch b/app-admin/fam/files/fam-2.7.0-limits.patch new file mode 100644 index 000000000000..475d6c0159cd --- /dev/null +++ b/app-admin/fam/files/fam-2.7.0-limits.patch @@ -0,0 +1,11 @@ +--- include/fam.h.orig 2005-05-06 17:42:40.772797499 +0100 ++++ include/fam.h 2005-05-06 17:36:55.081176093 +0100 +@@ -41,7 +41,7 @@ + *****************************************************************************/ + + /* For NAME_MAX - maximum # of chars in a filename */ +-#include "limits.h" ++#include <limits.h> + + + |