The patch fixes getaddrinfo and friends detection when port is built by clang by changing 'void main {...' to 'int main {...'. Clang errors on 'void main {...': configure:27712: checking for working getaddrinfo configure:27757: clang -o conftest -g -O2 conftest.c -lcrypt -pthread >&5 conftest.c:209:1: error: 'main' must return 'int' This makes using IPv6 addresses in Listen directive in www/apache22 (at least) not possible. Port maintainer (apache@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->apache Over to maintainer (via the GNATS Auto Assign Tool)
pgollucci 2012-01-23 22:48:55 UTC FreeBSD ports repository Modified files: devel/apr1 Makefile Log: - Fix ./configure tests w/ CLANG for IPv6 - No PORTVERSION bump, clang is not default PR: ports/164420 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> With Hat: apache@ Revision Changes Path 1.118 +1 -0 ports/devel/apr1/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"
State Changed From-To: open->closed Committed, Thanks!
Responsible Changed From-To: apache->pgollucci I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164420 Date: Mon, 23 Jan 2012 22:45:53 +0000