Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 178468 Details for
Bug 239372
app-text/recode-3.6-r2 LINGUAS="zh" - make[2]: *** No rule to make target `zh.mo', needed by `install-data-local'. Stop.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild to apply patch
recode-3.6_p15-r1.ebuild (text/plain), 1.55 KB, created by
Mathieu Z
on 2009-01-14 10:55:19 UTC
(
hide
)
Description:
ebuild to apply patch
Filename:
MIME Type:
Creator:
Mathieu Z
Created:
2009-01-14 10:55:19 UTC
Size:
1.55 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6_p15.ebuild,v 1.2 2008/10/02 08:58:17 flameeyes Exp $ > >inherit autotools eutils libtool toolchain-funcs > >MY_P=${P%_*} >MY_PV=${PV%_*} >DEB_PATCH=${PV#*p} > >DESCRIPTION="Convert files between various character sets" >HOMEPAGE="http://recode.progiciels-bpi.ca/" >SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz > mirror://debian/pool/main/r/${PN}/${PN}_${MY_PV}-${DEB_PATCH}.diff.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" >IUSE="nls" > >DEPEND="nls? ( sys-devel/gettext )" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${A} > cd "${S}" > > # patch for bug #239372 by Dmitry Karasik > epatch "${FILESDIR}/${MY_P}-gettextfix.diff" || die > > epatch "${WORKDIR}"/${PN}_${MY_PV}-${DEB_PATCH}.diff > sed -i '1i#include <stdlib.h>' src/argmatch.c || die > > # Needed under FreeBSD, too > epatch "${FILESDIR}"/${MY_P}-ppc-macos.diff > cp lib/error.c lib/xstrdup.c src/ || die "file copy failed" > > # Remove old libtool macros > rm "${S}"/acinclude.m4 > > eautoreconf > elibtoolize >} > >src_compile() { > tc-export CC LD > # --without-included-gettext means we always use system headers > # and library > econf --without-included-gettext $(use_enable nls) || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "make install failed" > dodoc AUTHORS BACKLOG ChangeLog NEWS README THANKS TODO > rm -f "${D}"/usr/lib/charset.alias >}
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 Raw
Actions:
View
Attachments on
bug 239372
:
167024
|
177787
| 178468