Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21919 Details for
Bug 32003
drscheme-205 compile fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for drscheme with --enable-noopt option
drscheme-205.ebuild (text/plain), 1.43 KB, created by
Paulo J. Matos
on 2003-12-09 05:09:39 UTC
(
hide
)
Description:
Ebuild for drscheme with --enable-noopt option
Filename:
MIME Type:
Creator:
Paulo J. Matos
Created:
2003-12-09 05:09:39 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/dev-lisp/drscheme/drscheme-205.ebuild,v 1.2 2003/11/03 18:48:29 karltk Exp $ > >S=${WORKDIR}/plt >DESCRIPTION="DrScheme programming environment. Includes mzscheme." >HOMEPAGE="http://www.plt-scheme.org/software/drscheme/" >SRC_URI="http://download.plt-scheme.org/bundles/${PV}/plt/plt-${PV}.src.x.tar.gz" >DEPEND=">=sys-devel/gcc-2.95.3-r7 > virtual/x11 > opengl? ( virtual/opengl )" >RDEPEND="virtual/x11 > opengl? ( virtual/opengl )" >SLOT="0" >LICENSE="LGPL-2.1" >KEYWORDS="x86 ppc" >IUSE="" > >src_compile() { > cd ${S}/src > > econf \ > --prefix=/usr/share/drscheme/ --enable-noopt > > make || die >} > >mysed() { > file=${D}/$1 > mv ${file} ${file}.orig > sed s.${D}./. < ${file}.orig> ${file} > chmod a+x ${file} > rm ${file}.orig >} > >src_install () { > dodir /usr/bin > dodir /usr/share/drscheme > > cd ${S}/src > sed -e 's/cp -p/cp/' Makefile > Makefile.new > mv Makefile.new Makefile > echo -e "n\n" | make prefix=${D}/usr/share/drscheme install || die > dodoc README > cd ${D}/usr/share/drscheme/man/man1 > doman * > rm -rf ${D}/usr/share/drscheme/man > > for x in background-help-desk drscheme games help-desk mzc \ > setup-plt tex2page web-server web-server-monitor \ > web-server-text > do > mysed /usr/share/drscheme/bin/${x} > done > > cd ${D}/usr/share/drscheme/bin > for x in * > do > dosym /usr/share/drscheme/bin/${x} /usr/bin/${x} > done >}
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 32003
: 21919