Dovecot's configure script no longer understands the --disable-ipv6 argument. This results in the following warning during build: ===> Applying FreeBSD patches for dovecot-1.2.10 ===> dovecot-1.2.10 depends on shared library: iconv.3 - found ===> Configuring for dovecot-1.2.10 configure: WARNING: unrecognized options: --disable-ipv6 The removal of this option was documented in the official dovecot ChangeLog: * configure.in: configure: Removed --disable-ipv6 parameter. There's really no point having it. Originally it was added back when some OSes had broken IPv6 support, but those OSes should be long gone by now. Also we still support automatically building without IPv6 support if it's not detected. [3270d0867546] This is okay -- dovecot's configure script does correctly figure out if the system supports IPv6 or not. Fix: Change the port Makefile as follows: 1) Remove IPV6 from the OPTIONS list 2) Remove the .if defined(WITHOUT_IPV6) block of code How-To-Repeat: Build dovecot with IPV6 de-selected from OPTIONS.
Maintainer of mail/dovecot, Please note that PR ports/145488 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/145488 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->sahil I'll take it.
sahil 2010-04-24 21:20:34 UTC FreeBSD ports repository Modified files: mail/dovecot Makefile distinfo Log: - Update to 1.2.11 [1] - Remove IPV6 from OPTIONS [2] PR: ports/144897 [1], ports/145488 [2] Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw> [1] Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> [2] Approved by: maintainer timeout (> 2 weeks) Approved by: wxs@ (mentor) Revision Changes Path 1.113 +1 -8 ports/mail/dovecot/Makefile 1.75 +6 -6 ports/mail/dovecot/distinfo _______________________________________________ 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"
State Changed From-To: feedback->closed Fixed, thanks.