Bug 170797 - [PATCH] mail/dovecot2: fix KQUEUE ports option
Summary: [PATCH] mail/dovecot2: fix KQUEUE ports 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: Tom Judge
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 22:50 UTC by Artis Caune
Modified: 2012-09-13 10:05 UTC (History)
0 users

See Also:


Attachments
file.diff (251 bytes, patch)
2012-08-20 22:50 UTC, Artis Caune
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Artis Caune 2012-08-20 22:50:15 UTC
There is a typo in KQUEUE option but loooks like it's not affected by as configure can detect kqueue

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-20 22:51:01 UTC
Maintainer of mail/dovecot2,

Please note that PR ports/170797 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170797

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-20 22:51:03 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Tom Judge freebsd_committer freebsd_triage 2012-08-21 02:55:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tj

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-09-01 19:19:46 UTC
Author: tj
Date: Sat Sep  1 18:19:31 2012
New Revision: 303505
URL: http://svn.freebsd.org/changeset/ports/303505

Log:
  Correct typo.
  
  PR:		ports/170797
  Submitted by:	Artis Caune <Artis.Caune@gmail.com>
  Approved by:	Attila Nagy bra@fsn.hu (maintainer)
  Approved by:	eadler (mentor)

Modified:
  head/mail/dovecot2/Makefile

Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile	Sat Sep  1 18:15:25 2012	(r303504)
+++ head/mail/dovecot2/Makefile	Sat Sep  1 18:19:31 2012	(r303505)
@@ -82,7 +82,7 @@ PORTEXAMPLES=	*
 
 ## kqueue(2) support
 #
-.if ${PORT_OPTIONS:MKQUEUE)
+.if ${PORT_OPTIONS:MKQUEUE}
 CONFIGURE_ARGS+=--with-ioloop=kqueue
 .endif
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Tom Judge freebsd_committer freebsd_triage 2012-09-01 19:23:50 UTC
State Changed
From-To: feedback->closed

Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170797 

Date: Thu, 13 Sep 2012 17:04:10 +0900