Date: Tue, 30 Sep 2003 05:22:14 -0700 (PDT) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imp3 Makefile Message-ID: <200309301222.h8UCMEa9081581@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@volant.org>
Approved by: Thierry Thomas <thierry@pompo.net> (maintainer)
Revision Changes Path
1.29 +6 -15 ports/mail/imp3/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309301222.h8UCMEa9081581>
