Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 27255 Details for
Bug 44477
bestcrypt-1.5_p1 doesn't compile under 2.6.4-rc1-mm2 (FIX)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild with the fix.
bestcrypt-1.5_p1-r1.ebuild (text/plain), 1.64 KB, created by
Sebastian B. Otaegui
on 2004-03-12 11:02:20 UTC
(
hide
)
Description:
Ebuild with the fix.
Filename:
MIME Type:
Creator:
Sebastian B. Otaegui
Created:
2004-03-12 11:02:20 UTC
Size:
1.64 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-crypt/bestcrypt/bestcrypt-1.5_p1.ebuild,v 1.1 2004/01/18 18:52:09 lostlogic Exp $ > >MY_PN="bcrypt" >DESCRIPTION="commercially licensed transparent filesystem encryption" >HOMEPAGE="http://www.jetico.com/" >SRC_URI="http://www.jetico.com/linux/BestCrypt-${PV/_p/-}.tar.gz" > >LICENSE="bestcrypt" >SLOT="0" >KEYWORDS="~x86" > >DEPEND="virtual/linux-sources" > >S=${WORKDIR}/bcrypt > >filter-flags -fforce-addr > >pkg_setup() { > if [ -e /usr/src/linux/include/linux/modsetver.h ] && > [ ! -e /usr/src/linux/include/linux/modversions.h ]; then > einfo "Setting modsetver->modversions symlink" > ln -s /usr/src/linux/include/linux/modsetver.h \ > /usr/src/linux/include/linux/modversions.h > fi >} > >src_unpack() { > unpack ${A} > ewarn ${KV} > for file in `find . -type f -iname Makefile*`;do > sed -i -e "s:-O[0-9]:${CFLAGS}:" \ > -e 's%KVER =.*%KVER = $(shell readlink /usr/src/linux|sed -e "s:/usr/src/linux-\\([0-9]\\+\\.[0-9]\\+\\)\\..*:\\1:")%' \ > -e "s%uname -r%readlink /usr/src/linux|sed -e 's:/usr/src/linux-::'%" \ > ${file} > > done >} > >src_compile() { > emake -j1 || die >} > >src_install() { > exeinto /etc/rc.d/init.d > doexe ${FILESDIR}/bcrypt > dodir \ > /usr/bin \ > /etc/init.d \ > /etc/rc.d/rc{0,1,2,3,4,5,6}.d \ > /etc/rc{0,1,2,3,4,5,6}.d \ > /usr/share/man/man8 \ > /lib/modules/${KV}/kernel/drivers/block > einstall MAN_PATH="/usr/share/man" \ > root="${D}" \ > MOD_PATH=/lib/modules/${KV}/kernel/drivers/block > exeinto /etc/init.d > newexe ${FILESDIR}/bcrypt2 bcrypt > rm -rf ${D}/etc/rc*.d > dodoc README LICENSE >}
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 44477
: 27255