cvs commit: ports/mail/imp3 Makefile
Edwin Groothuis
edwin at FreeBSD.org
Tue Sep 30 05:22:15 PDT 2003
edwin 2003/09/30 05:22:14 PDT
FreeBSD ports repository
Modified files:
mail/imp3 Makefile
Log:
IMP3 port's dependancy test fails for cyrus-imapd22
The mail/imp3 port can be built with support for the Cyrus
IMAPd The WITH_CYRUS flag specifies version 1.x (mail/cyrus)
and the WITH_CYRUS_IMAPD flag specifies version 2.x
(mail/cyrus-imapd). The WITH_CYRUS flag tests the existance
of the installed Cyrus directory in ${LOCALBASE}. The
WITH_CYRUS_IMAPD flag tests for the existance of libacap.
There are actually three ports providing different subreleases
of the Cyrus IMAP system version 2. The cyrus-imapd port
is version 2.0.17, the cyrus-imapd2 port is 2.1.14, and the
cyrus-imapd22 port is 2.2.1b. Unfortunately, 2.2.1b does
not include libacap so the imp3 build failes to recognize
when it is installed.
Since imp3 doesn't directly use the ACAP library, and appears
to work fine with cyrus-imapd22, the test should be modified.
PR: ports/56120
Submitted by: Pat Lashley <patl+freebsd at volant.org>
Approved by: Thierry Thomas <thierry at pompo.net> (maintainer)
Revision Changes Path
1.29 +6 -15 ports/mail/imp3/Makefile
More information about the cvs-all
mailing list