Date: Tue, 24 Jul 2012 08:50:18 +0000 (UTC) From: Beat Gaetzi <beat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301446 - head/www/httest Message-ID: <201207240850.q6O8oIOZ008098@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: beat Date: Tue Jul 24 08:50:17 2012 New Revision: 301446 URL: http://svn.freebsd.org/changeset/ports/301446 Log: - Mark as BROKEN on 7.X/amd64: ssl_module.c: In function 'ssl_tlsext_trace': ssl_module.c:224: error: 'TLSEXT_TYPE_server_name' undeclared Reported by: pointyhat Modified: head/www/httest/Makefile Modified: head/www/httest/Makefile ============================================================================== --- head/www/httest/Makefile Tue Jul 24 08:30:46 2012 (r301445) +++ head/www/httest/Makefile Tue Jul 24 08:50:17 2012 (r301446) @@ -43,6 +43,10 @@ post-patch: .include <bsd.port.options.mk> +.if ${OSVERSION} < 800000 && ${ARCH} == "amd64" +BROKEN= does not compile on 7.X/amd64 +.endif + post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207240850.q6O8oIOZ008098>