Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36046 Details for
Bug 58028
graphviz 1.12 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
part 3/3 to get graphviz-1.12 to install without Tk installed
graphviz-1.12-r1.ebuild (text/plain), 1.64 KB, created by
f5d8fd51ed1e804c9e8d0357e8614e0493b06e96
on 2004-07-23 20:27:53 UTC
(
hide
)
Description:
part 3/3 to get graphviz-1.12 to install without Tk installed
Filename:
MIME Type:
Creator:
f5d8fd51ed1e804c9e8d0357e8614e0493b06e96
Created:
2004-07-23 20:27:53 UTC
Size:
1.64 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.12.ebuild,v 1.1 2004/07/22 16:18:20 agriffis Exp $ > >inherit gnuconfig eutils > >DESCRIPTION="open source graph drawing software" >HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/" >SRC_URI="http://www.graphviz.org/pub/graphviz/ARCHIVE/${P}.tar.gz" > >LICENSE="as-is | ATT" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~mips" >IUSE="tcltk" > >#Can use freetype-1.3 or 2.0, but not both >DEPEND=">=sys-libs/zlib-1.1.3 > >=media-libs/libpng-1.2 > >=media-libs/jpeg-6b > media-libs/freetype > tcltk? ( >=dev-lang/tk-8.3 )" > >src_unpack() { > unpack ${A} > cd ${S} > > echo epatch ${FILESDIR}/${PN}-1.12-build.patch > epatch ${FILESDIR}/${PN}-1.12-build.patch > echo cp ${FILESDIR}/${P}-configure.ac ${S}/configure.ac > cp ${FILESDIR}/${P}-configure.ac ${S}/configure.ac > rm ${S}/configure.in > > # It would be really nice if devs would comment this sort of hack > # when putting it in. > sed -i -e "s:+0 -1:-k 1,2:" "${S}/dotneato/common/Makefile.in" > > # Run gnuconfig_update on all arches, needed at least for mips > gnuconfig_update > einfo "Running aclocal/automake/autoconf" > aclocal && automake && autoconf >} > >src_compile() { > local myconf > > # if no tcltk, this will generate configure warnings, but will > # compile without tcltk support > use tcltk || myconf="${myconf} --without-tcl --without-tk" > > econf ${myconf} || die "econf failed" > > emake || die >} > >src_install() { > make DESTDIR=${D} install || die > > dodoc AUTHORS ChangeLog FAQ.txt INSTALL MINTERMS.txt \ > NEWS README > > dohtml -r . > dodoc doc/*.pdf >}
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 58028
:
36044
|
36045
| 36046