Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35881 Details for
Bug 57854
osiris-4.0.3.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
osiris-4.0.3.ebuild (Update)
osiris-4.0.3.ebuild (text/plain), 1.30 KB, created by
Dave Della Costa
on 2004-07-21 08:00:21 UTC
(
hide
)
Description:
osiris-4.0.3.ebuild (Update)
Filename:
MIME Type:
Creator:
Dave Della Costa
Created:
2004-07-21 08:00:21 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/osiris-1.5.2.ebuild,v 1.7 2004/06/24 21:33:10 agriffis Exp $ > >DESCRIPTION="File integrity verification system" >HOMEPAGE="http://osiris.shmoo.com/" >SRC_URI="http://osiris.shmoo.com/data/${P}.tar.gz" > >LICENSE="OSIRIS" >SLOT="0" >KEYWORDS="x86 -ppc" >IUSE="mysql" > >DEPEND="mysql? ( >=dev-db/mysql-3.23.54a )" > >src_compile() { > > # Osiris provides the necessary gdbm source so that gdbm does not > # need to be installed to use Osiris. If mysql is set as a USE > # variable, Osiris will use mysql instead of gdbm. > > einfo "Osiris uses gdbm by default, and will use MySQL if \"mysql\"" > einfo "is set as a USE variable; it cannot be configured to use both." > > local myconf > use mysql && myconf="${myconf} --enable-module=mysql" > > # The mysql module searches for the mysql.h file in the wrong place > # sed line replaces it with the proper path (mysql/mysql.h) > > use mysql && sed -i -e "s:mysql.h:mysql/mysql.h:" \ > ${S}/src/modules/module_mysql.c > > ./configure \ > --host=${CHOST} \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man \ > ${myconf} || die "./configure failed" > > emake || die "emake failed" >} > >src_install() { > make install DESTDIR=${D} >}
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 57854
: 35881