| Summary: | mail/imap-uw ignores WITH_DRAC option | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Daisuke Ban <exceed> |
| Component: | Individual Port(s) | Assignee: | Anders Nordby <anders> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->anders Fix synopsis and assign. State Changed From-To: open->closed Committed, thanks! pav 2009-05-21 15:21:35 UTC
FreeBSD ports repository
Modified files:
mail/imap-uw Makefile
Log:
- Make DRAC option actually do anything
PR: ports/130830
Submitted by: Daisuke Ban <exceed@alae.jp>
Approved by: maintainer timeout (anders; 4 months)
Revision Changes Path
1.87 +1 -0 ports/mail/imap-uw/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|
PORTNAME= imap PORTVERSION= 2007e PORTEPOCH= 1 When be set "DRAC" option, WITH_DRAC is set. But compilation flag is not set. Fix: LIB_DEPENDS= c-client4.9:${PORTSDIR}/mail/cclient .if defined(WITH_DRAC) + MAKE_ARGS+= WITH_DRAC=yes BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif--LzgmvWDUQ60UtdefKQZ9y0iidPKs5idysPgzU7zgi4VDlA85 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" *** 33,38 **** --- 33,39 ----