Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36977 Details for
Bug 14010
REQUEST: addition of tcl-sql to portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild.
tcl-sql-20000114.ebuild (text/plain), 981 bytes, created by
Will Buckner
on 2004-08-07 13:57:11 UTC
(
hide
)
Description:
Ebuild.
Filename:
MIME Type:
Creator:
Will Buckner
Created:
2004-08-07 13:57:11 UTC
Size:
981 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="A generic Tcl interface to SQL databases." >HOMEPAGE="http://www.parand.com/tcl-sql/" >SRC_URI="mirror://sourceforge/tcl-sql/${PN}-${PV}.tgz" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="dev-lang/tcl > dev-db/mysql" > >S=${WORKDIR}/tcl-sql > >src_compile() { > chmod +w sql-mysql.cc > sed -i -e 's|(int resHandle=0)|(int resHandle)|g' sql-mysql.cc || die "sed failed" > sed -i -e 's|char \*msg = mysql_error|char \*msg = (char *)mysql_error|' sql-mysql.cc || die "sed failed" > echo '#define USE_OLD_FUNCTIONS' > sql-mysql.cc.temp > cat sql-mysql.cc >> sql-mysql.cc.temp > mv sql-mysql.cc.temp sql-mysql.cc > emake || die >} > >src_install() { > mkdir -p ${D}/usr/lib/tcl-sql > cp sql.so ${D}/usr/lib/tcl-sql/libtcl-sql.so > dodoc CHANGES.txt CODE_DESCRIPTION.txt LICENSE.txt docs/sample.full.txt docs/sample.simple.txt > dohtml README.html docs/api.html >}
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 14010
: 36977 |
37007
|
37057