Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12318 Details for
Bug 21515
Enhancement to proftpd to use mod_otp and OPIE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to ebuild
foo (text/plain), 1.84 KB, created by
Mark Wagner
on 2003-05-22 20:01:21 UTC
(
hide
)
Description:
Patch to ebuild
Filename:
MIME Type:
Creator:
Mark Wagner
Created:
2003-05-22 20:01:21 UTC
Size:
1.84 KB
patch
obsolete
>--- proftpd-1.2.8.ebuild 2003-05-22 17:00:19.000000000 -0700 >+++ proftpd-1.2.8-r1.ebuild 2003-05-22 15:54:46.000000000 -0700 >@@ -1,8 +1,8 @@ > # Copyright 1999-2003 Gentoo Technologies, Inc. > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /home/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.8.ebuild,v 1.2 2003/04/17 17:17:32 mholzer Exp $ >+# $Header: /users/markwag/projects/cvs/portage/net-ftp/proftpd/proftpd-1.2.8-r1.ebuild,v 1.4 2003/05/22 22:54:46 markwag Exp $ > >-IUSE="ldap pam postgres mysql ssl tcpd" >+IUSE="ldap pam postgres mysql ssl tcpd opie" > > MY_P=${P/_/} > S=${WORKDIR}/${MY_P} >@@ -20,18 +20,37 @@ > ldap? ( >=net-nds/openldap-1.2.11 ) > postgres? ( >=dev-db/postgresql-7.1 ) > ssl? ( >=dev-libs/openssl-0.9.6f ) >- tcpd? ( >=sys-apps/tcp-wrappers-7.6-r3 )" >+ tcpd? ( >=sys-apps/tcp-wrappers-7.6-r3 ) >+ opie? ( >=app-crypt/opie-2.4 )" >+ >+MOD_OPIE_P="proftpd-mod-otp-0.9" >+ >+[ "`use opie`" ] && SRC_URI="$SRC_URI http://www.castaglia.org/proftpd/modules/${MOD_OPIE_P}.tar.gz" > > src_unpack() { > unpack ${MY_P}.tar.bz2 >- cd ${S} >+ if [ "`use opie`" ]; then >+ unpack ${MOD_OPIE_P}.tar.gz >+ cd ${WORKDIR}/mod_otp/ >+ epatch ${FILESDIR}/${MOD_OPIE_P}-gentoo.diff >+ fi > } > >- > src_compile() { > local modules myconf > > modules="mod_ratio:mod_readme" >+ >+ if [ "`use opie`" ]; then >+ cd ${WORKDIR}/mod_otp/ >+ econf --with-opie >+ cp mod_otp.h ${S}/contrib/ >+ cp mod_otp.c ${S}/contrib/ >+ modules="${modules}:mod_otp" >+ fi >+ >+ cd ${S} >+ > use pam && modules="${modules}:mod_auth_pam" > use tcpd && modules="${modules}:mod_wrap" > >@@ -81,6 +100,12 @@ > keepdir /home/ftp > keepdir /var/run/proftpd > >+ if [ "`use opie`" ]; then >+ cd ${WORKDIR}/mod_otp/ >+ newdoc README README.mod_otp >+ cd ${S} >+ fi >+ > dodoc contrib/README.mod_sql ${FILESDIR}/proftpd.conf \ > COPYING CREDITS ChangeLog NEWS README* \ > doc/{license.txt,GetConf}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21515
: 12318 |
12319