Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 217057 Details for
Bug 297706
Please Stablize dev-lang/parrot-1.7.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
parrot-1.9.0.ebuild.patch
parrot-1.9.0.ebuild.patch (text/plain), 2.44 KB, created by
David Abbott (RETIRED)
on 2010-01-21 10:59:23 UTC
(
hide
)
Description:
parrot-1.9.0.ebuild.patch
Filename:
MIME Type:
Creator:
David Abbott (RETIRED)
Created:
2010-01-21 10:59:23 UTC
Size:
2.44 KB
patch
obsolete
>--- a/parrot-1.9.0.ebuild 2010-01-08 15:33:23.000000000 -0500 >+++ b/parrot-1.9.0.ebuild 2010-01-21 05:40:24.000000000 -0500 >@@ -1,12 +1,12 @@ > # Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-1.9.0.ebuild,v 1.1 2010/01/08 20:33:23 patrick Exp $ >+# $Header: $ > > EAPI=2 > > inherit eutils multilib > >-DESCRIPTION="Parrot is a virtual machine designed to efficiently compile and execute bytecode for dynamic languages" >+DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" > HOMEPAGE="http://www.parrot.org/" > SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/devel/${PV}/${P}.tar.gz" > >@@ -15,13 +15,14 @@ > KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" > IUSE="opengl nls doc examples gdbm gmp ssl unicode pcre" > >-RDEPEND="opengl? ( virtual/glut ) >- nls? ( sys-devel/gettext ) >- unicode? ( >=dev-libs/icu-2.6 ) >- gdbm? ( >=sys-libs/gdbm-1.8.3-r1 ) >- gmp? ( >=dev-libs/gmp-4.1.4 ) >- ssl? ( dev-libs/openssl ) >- pcre? ( dev-libs/libpcre )" >+RDEPEND=">=dev-lang/perl-5.8.8 >+ opengl? ( virtual/glut ) >+ nls? ( sys-devel/gettext ) >+ unicode? ( >=dev-libs/icu-2.6 ) >+ gdbm? ( >=sys-libs/gdbm-1.8.3-r1 ) >+ gmp? ( >=dev-libs/gmp-4.1.4 ) >+ ssl? ( dev-libs/openssl ) >+ pcre? ( dev-libs/libpcre )" > > DEPEND="dev-lang/perl[doc?] > ${RDEPEND}" >@@ -31,6 +32,7 @@ > } > > src_configure() { >+ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${S}"/blib/lib > myconf="" > use unicode || myconf="$myconf --without-icu" > use ssl || myconf="$myconf --without-crypto" >@@ -39,12 +41,13 @@ > use gmp || myconf="$myconf --without-gmp" > use opengl || myconf="$myconf --without-opengl" > use pcre || myconf="$myconf --without-pcre" >+ myconf="$myconf --disable-rpath" > > perl Configure.pl --prefix=/usr \ >- --libdir=/usr/$(get_libdir) \ >- --sysconfdir=/etc \ >- --sharedstatedir=/var/lib/parrot \ >- $myconf >+ --libdir=/usr/$(get_libdir) \ >+ --sysconfdir=/etc \ >+ --sharedstatedir=/var/lib/parrot \ >+ $myconf > } > > src_compile() { >@@ -53,5 +56,11 @@ > } > > src_install() { >- emake -j1 install-dev DESTDIR="${D}" DOC_DIR="/usr/share/doc/${P}" || die >+ emake install-dev DESTDIR="${D}" DOC_DIR="/usr/share/doc/${P}" || die >+} >+ >+pkg_postinst() { >+ elog "Development files which compilers need in their build process." >+ elog "Have been installed /usr/src/${PN}" >+ elog "Which compilers need in their build process." > }
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 297706
:
217040
|
217057
|
217059