* [gentoo-commits] gentoo-x86 commit in dev-vcs/cvs: cvs-1.12.13.1-r1.ebuild ChangeLog
@ 2013-04-04 13:43 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2013-04-04 13:43 UTC (permalink / raw
To: gentoo-commits
slyfox 13/04/04 13:43:12
Modified: cvs-1.12.13.1-r1.ebuild ChangeLog
Log:
Fixed build failure (unknown type name 'intmax_t').
(Portage version: 2.2.0_alpha171_p2/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.2 dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild?r1=1.1&r2=1.2
Index: cvs-1.12.13.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cvs-1.12.13.1-r1.ebuild 11 Jan 2013 13:47:04 -0000 1.1
+++ cvs-1.12.13.1-r1.ebuild 4 Apr 2013 13:43:12 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild,v 1.1 2013/01/11 13:47:04 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild,v 1.2 2013/04/04 13:43:12 slyfox Exp $
EAPI=3
@@ -28,9 +28,10 @@
IUSE="crypt doc kerberos nls pam server"
-DEPEND=">=sys-libs/zlib-1.1.4
+RDEPEND=">=sys-libs/zlib-1.1.4
kerberos? ( virtual/krb5 )
pam? ( virtual/pam )"
+DEPEND="${RDEPEND}"
src_unpack() {
unpack ${P}.tar.bz2
@@ -44,6 +45,7 @@
epatch "${FILESDIR}"/${PN}-1.12.13.1-hash-nameclash.patch # for AIX
epatch "${FILESDIR}"/${PN}-1.12.13.1-gl-mempcpy.patch # for AIX
epatch "${FILESDIR}"/${PN}-1.12.12-fix-massive-leak.patch
+ epatch "${FILESDIR}"/${PN}-1.12.13.1-use-include_next.patch
# Applied by upstream:
#epatch "${FILESDIR}"/${PN}-1.12.13-openat.patch
#epatch "${FILESDIR}"/${PN}-1.12.13-zlib.patch
1.10 dev-vcs/cvs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 18 Feb 2013 04:41:20 -0000 1.9
+++ ChangeLog 4 Apr 2013 13:43:12 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/cvs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v 1.9 2013/02/18 04:41:20 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v 1.10 2013/04/04 13:43:12 slyfox Exp $
+
+ 04 Apr 2013; Sergei Trofimovich <slyfox@gentoo.org>
+ +files/cvs-1.12.13.1-use-include_next.patch, cvs-1.12.13.1-r1.ebuild:
+ Fixed build failure (unknown type name 'intmax_t').
18 Feb 2013; Zac Medico <zmedico@gentoo.org> cvs-1.12.12-r10.ebuild:
Add ~arm-linux keyword.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-04 13:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 13:43 [gentoo-commits] gentoo-x86 commit in dev-vcs/cvs: cvs-1.12.13.1-r1.ebuild ChangeLog Sergei Trofimovich (slyfox)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox