* [gentoo-commits] gentoo-x86 commit in sys-apps/acl: ChangeLog acl-2.2.47-r1.ebuild
@ 2009-07-02 1:30 99% Mike Frysinger (vapier)
0 siblings, 0 replies; 1+ results
From: Mike Frysinger (vapier) @ 2009-07-02 1:30 UTC (permalink / raw
To: gentoo-commits
vapier 09/07/02 01:30:24
Modified: ChangeLog
Added: acl-2.2.47-r1.ebuild
Log:
Add symlink fixes from upstream #265425 by Radek Podgorny.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.100 sys-apps/acl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/acl/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/acl/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/acl/ChangeLog?r1=1.99&r2=1.100
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog 16 Dec 2008 17:58:55 -0000 1.99
+++ ChangeLog 2 Jul 2009 01:30:24 -0000 1.100
@@ -1,6 +1,14 @@
# ChangeLog for sys-apps/acl
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.99 2008/12/16 17:58:55 jer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.100 2009/07/02 01:30:24 vapier Exp $
+
+*acl-2.2.47-r1 (02 Jul 2009)
+
+ 02 Jul 2009; Mike Frysinger <vapier@gentoo.org>
+ +files/0001-Introduce-new-WALK_TREE_DEREFERENCE_TOPLEVEL-flag.patch,
+ +acl-2.2.47-r1.ebuild,
+ +files/0001-Make-sure-that-getfacl-R-only-calls-stat-2-on-symlin.patch:
+ Add symlink fixes from upstream #265425 by Radek Podgorny.
16 Dec 2008; Jeroen Roovers <jer@gentoo.org> acl-2.2.47.ebuild:
Stable for HPPA (bug #235016).
1.1 sys-apps/acl/acl-2.2.47-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/acl/acl-2.2.47-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/acl/acl-2.2.47-r1.ebuild?rev=1.1&content-type=text/plain
Index: acl-2.2.47-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.47-r1.ebuild,v 1.1 2009/07/02 01:30:24 vapier Exp $
inherit eutils autotools toolchain-funcs
MY_P="${PN}_${PV}-1"
DESCRIPTION="Access control list utilities, libraries and headers"
HOMEPAGE="http://oss.sgi.com/projects/xfs/"
SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${MY_P}.tar.gz
ftp://xfs.org/mirror/SGI/cmd_tars/${MY_P}.tar.gz
nfs? ( http://www.citi.umich.edu/projects/nfsv4/linux/acl-patches/2.2.42-2/acl-2.2.42-CITI_NFS4_ALL-2.dif )"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="nfs nls"
RDEPEND=">=sys-apps/attr-2.4
nfs? ( net-libs/libnfsidmap )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_unpack() {
unpack ${MY_P}.tar.gz
cd "${S}"
if use nfs ; then
cp "${DISTDIR}"/acl-2.2.42-CITI_NFS4_ALL-2.dif . || die
sed -i '/^diff --git a.debian.changelog b.debian.changelog/,/^diff --git/d' acl-2.2.42-CITI_NFS4_ALL-2.dif || die
epatch acl-2.2.42-CITI_NFS4_ALL-2.dif
fi
epatch \
"${FILESDIR}"/0001-Introduce-new-WALK_TREE_DEREFERENCE_TOPLEVEL-flag.patch \
"${FILESDIR}"/0001-Make-sure-that-getfacl-R-only-calls-stat-2-on-symlin.patch #265425
epatch "${FILESDIR}"/${PN}-2.2.45-libtool.patch #158068
epatch "${FILESDIR}"/${PN}-2.2.45-linguas.patch #205948
epatch "${FILESDIR}"/${PN}-2.2.32-only-symlink-when-needed.patch
sed -i \
-e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
-e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \
include/builddefs.in \
|| die "failed to update builddefs"
# libtool will clobber install-sh which is really a custom file
mv install-sh acl.install-sh || die
AT_M4DIR="m4" eautoreconf
mv acl.install-sh install-sh || die
strip-linguas po
}
src_compile() {
unset PLATFORM #184564
export OPTIMIZER=${CFLAGS}
export DEBUG=-DNDEBUG
econf \
$(use_enable nls gettext) \
--libexecdir=/usr/$(get_libdir) \
--bindir=/bin \
|| die
emake || die
}
src_install() {
emake DIST_ROOT="${D}" install install-dev install-lib || die
prepalldocs
# move shared libs to /
dodir /$(get_libdir)
mv "${D}"/usr/$(get_libdir)/libacl.so* "${D}"/$(get_libdir)/ || die
gen_usr_ldscript libacl.so
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-07-02 1:30 99% [gentoo-commits] gentoo-x86 commit in sys-apps/acl: ChangeLog acl-2.2.47-r1.ebuild Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox