Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 27164 Details for
Bug 44260
Enabling HTTP and XML support in OpenSP
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
An .ebuild implementing this
opensp-1.5-r2.ebuild (text/plain), 1.44 KB, created by
Mathias Hasselmann
on 2004-03-10 10:32:59 UTC
(
hide
)
Description:
An .ebuild implementing this
Filename:
MIME Type:
Creator:
Mathias Hasselmann
Created:
2004-03-10 10:32:59 UTC
Size:
1.44 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5-r1.ebuild,v 1.13 2004/02/28 22:23:51 liquidx Exp $ > >inherit eutils > >MY_P=${P/opensp/OpenSP} >S=${WORKDIR}/${MY_P} >DESCRIPTION="A free, object-oriented toolkit for SGML parsing and entity management" >HOMEPAGE="http://openjade.sourceforge.net/" >SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz" > >LICENSE="as-is" >SLOT="0" >KEYWORDS="ia64 x86 amd64 hppa ~ppc alpha sparc" >IUSE="nls" > >DEPEND="nls? ( sys-devel/gettext )" >PDEPEND=">=app-text/openjade-1.3.2" > ># Note: openjade is in PDEPEND because starting from openjade-1.3.2, opensp ># has been SPLIT from openjade into its own package. Hence if you ># install this, you need to upgrade to a new openjade as well. > >src_unpack() { > unpack ${A} > # from gentoo bug #21631 and > # http://sourceforge.net/tracker/index.php?func=detail&aid=742214&group_id=2115&atid=302115 > epatch ${FILESDIR}/${P}-gcc33.patch >} > >src_compile() { > local myconf > > myconf="${myconf} --enable-http" > myconf="${myconf} --enable-default-catalog=/etc/sgml/catalog" > myconf="${myconf} --enable-default-search-path=/usr/share/sgml" > myconf="${myconf} --datadir=/usr/share/sgml/${P}" > econf ${myconf} $(use_enable nsl) > emake pkgdocdir=/usr/share/doc/${PF} || die "parallel make failed" >} > >src_install() { > make DESTDIR=${D} pkgdocdir=/usr/share/doc/${PF} install || die >}
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 44260
: 27164