Bug 130830 - mail/imap-uw ignores WITH_DRAC option
Summary: mail/imap-uw ignores WITH_DRAC option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Anders Nordby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 16:40 UTC by Daisuke Ban
Modified: 2009-05-21 16:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daisuke Ban 2009-01-21 16:40:02 UTC
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 ----
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-01-21 18:46:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anders

Fix synopsis and assign.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2009-05-21 16:21:02 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-05-21 16:21:46 UTC
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"