Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 243187 Details for
Bug 332235
app-misc/devtodo: runtime failures on Snow Leopard
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
frist attempt for a working ebuild.
devtodo-0.1.20.ebuild.patch (text/plain), 1.33 KB, created by
Florian CROUZAT (SuperFlo)
on 2010-08-16 11:37:44 UTC
(
hide
)
Description:
frist attempt for a working ebuild.
Filename:
MIME Type:
Creator:
Florian CROUZAT (SuperFlo)
Created:
2010-08-16 11:37:44 UTC
Size:
1.33 KB
patch
obsolete
>--- devtodo-0.1.20.ebuild.orig 2010-08-16 13:33:42.000000000 +0200 >+++ devtodo-0.1.20.ebuild 2010-08-16 13:13:23.000000000 +0200 >@@ -1,6 +1,6 @@ > # Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20.ebuild,v 1.15 2010/08/15 16:33:28 grobian Exp $ >+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20.ebuild,v 1.14 2010/06/15 14:37:44 jlec Exp $ > > EAPI="3" > >@@ -12,7 +12,7 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" >+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" > IUSE="" > > RDEPEND=" >@@ -21,6 +21,14 @@ > DEPEND="${RDEPEND}" > > src_prepare() { >+ # "#include <regex.h>" gets confused with Regex.h on case insensitive fs. >+ # See the (unhandled) upstream bug: http://swapoff.org/ticket/107 >+ epatch "${FILESDIR}/${P}-fix-case-insensitives-fs.patch" >+ mv -v "util/Regex.h" "util/DTRegex.h" || die "mv failed" >+ # Backport of a changeset from the trunk (http://swapoff.org/changeset/491) >+ # that hasn't been included in the tarball. >+ epatch "${FILESDIR}/${P}-xml-database.patch" >+ > epatch "${FILESDIR}/${P}-gentoo.diff" > epatch "${FILESDIR}/${P}-gcc43.patch" > eautoreconf
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 332235
: 243187 |
243193
|
243195