diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-08-13 15:13:28 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-08-13 15:13:28 +0000 |
commit | eaa0037e7d4069f90fe27c3eadd03128935e3469 (patch) | |
tree | f09c1e5d16698cfcd55c4d98e2b0b168f112054a /net-mail/cyrus-imapd | |
parent | Masking the older, b0rked versions of dev-util/glimmer (diff) | |
download | historical-eaa0037e7d4069f90fe27c3eadd03128935e3469.tar.gz historical-eaa0037e7d4069f90fe27c3eadd03128935e3469.tar.bz2 historical-eaa0037e7d4069f90fe27c3eadd03128935e3469.zip |
Re-enabled --without-perl until installation snafus are fixed.
Diffstat (limited to 'net-mail/cyrus-imapd')
-rw-r--r-- | net-mail/cyrus-imapd/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-mail/cyrus-imapd/ChangeLog b/net-mail/cyrus-imapd/ChangeLog index 7f9dc909be64..7b128e64d2af 100644 --- a/net-mail/cyrus-imapd/ChangeLog +++ b/net-mail/cyrus-imapd/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-mail/cyrus-imapd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.5 2002/08/12 15:27:35 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.6 2002/08/13 15:13:28 raker Exp $ *cyrus-imapd-2.1.5 (13 Jul 2002) + 13 Aug 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.5.ebuild : + Re-enabled --without-perl until installation snafus are fixed. + 12 Aug 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.5.ebuild : I have no idea why --without-perl was one of the configure options. diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild index e15085f8b656..eb0209535047 100644 --- a/net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild +++ b/net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild,v 1.6 2002/08/12 15:27:35 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild,v 1.7 2002/08/13 15:13:28 raker Exp $ S=${WORKDIR}/${P} DESCRIPTION="The Cyrus IMAP Server" @@ -67,6 +67,7 @@ src_compile() { --enable-shared \ --enable-netscapehack \ --with-com_err=yes \ + --without-perl \ --host=${CHOST} ${myconf} || die "bad ./configure" # make depends break with -f... in CFLAGS |