Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 27356 Details for
Bug 34316
package update: maildrop 1.6.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for maildrop-1.6.3
maildrop-1.6.3.ebuild (text/plain), 2.66 KB, created by
Roy Marples (RETIRED)
on 2004-03-14 12:17:51 UTC
(
hide
)
Description:
ebuild for maildrop-1.6.3
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2004-03-14 12:17:51 UTC
Size:
2.66 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/net-mail/maildrop/maildrop-1.5.3-r1.ebuild,v 1.3 2004/02/27 12:36:36 bazik Exp $ > >IUSE="mysql ldap gdbm berkdb" > >inherit flag-o-matic >filter-flags -funroll-loops >filter-flags -fomit-frame-pointer > >S=${WORKDIR}/${P} >DESCRIPTION="Mail delivery agent/filter" >HOMEPAGE="http://www.flounder.net/~mrsam/maildrop/index.html" >SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86 sparc alpha" > >DEPEND="dev-lang/perl > virtual/mta > berkdb? ( =sys-libs/db-3* ) > gdbm? ( >=sys-libs/gdbm-1.8.0 ) > mysql? ( >=dev-db/mysql-3.23.51 ) > ldap? ( >=net-nds/openldap-2.0.23 )" >RDEPEND="$DEPEND" >PROVIDE="virtual/mda" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/force-db3-gentoo.patch >} > >src_compile() { > local myconf > use mysql \ > && myconf="${myconf} --enable-maildropmysql \ > --with-mysqlconfig=/etc/maildrop/maildropmysql.cf" \ > || myconf="${myconf} --disable-maildropmysql" > > use ldap \ > && myconf="${myconf} --enable-maildropldap \ > --with-ldapconfig=/etc/maildrop/maildropldap.cf" \ > || myconf="${myconf} --disable-maildropldap" > > if use gdbm; then > myconf="${myconf} --with-db=gdbm \ > --enable-userdb" > elif use berkdb; then > myconf="${myconf} --with-db=db \ > --enable-userdb" > else > myconf="${myconf} --without-db" > fi > > econf \ > --with-devel \ > --disable-tempdir \ > --enable-syslog=1 \ > --enable-use-flock=1 \ > --enable-maildirquota \ > --enable-use-dotlock=1 \ > --enable-restrict-trusted=1 \ > --enable-trusted-users='root mail daemon postmaster qmaild mmdf vmail' \ > --with-default-maildrop=./.maildir/ \ > --enable-sendmail=/usr/sbin/sendmail \ > ${myconf} || die > > emake || die "compile problem" >} > >src_install() { > local i > make DESTDIR=${D} install || die > > dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README \ > README.postfix UPGRADE maildroptips.txt > mv ${D}/usr/share/maildrop/html ${D}/usr/share/doc/${PF} > dohtml {INSTALL,README,UPGRADE}.html > > # this just cleans up /usr/share/maildrop a little bit.. > for i in makedat makeuserdb pw2userdb userdb userdbpw vchkpw2userdb > do > rm -f ${D}/usr/bin/$i > mv -f ${D}/usr/share/maildrop/scripts/$i \ > ${D}/usr/share/maildrop > dosym /usr/share/maildrop/$i /usr/bin/$i > done > rm -rf ${D}/usr/share/maildrop/scripts > > insinto /etc > doins ${FILESDIR}/maildroprc > > insinto /etc/maildrop > if [ -n "`use mysql`" ] > then > sed -e "s:/var/lib/mysql/mysql.sock:/var/run/mysqld/mysqld.sock:" \ > ${S}/maildropmysql.config > ${S}/maildropmysql.cf > newins ${S}/maildropmysql.cf maildropmysql.cf > fi > use ldap && newins ${S}/maildropldap.config maildropldap.cf >}
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 34316
: 27356 |
27357
|
27358