svn commit: r301446 - head/www/httest

Beat Gaetzi beat at FreeBSD.org
Tue Jul 24 08:50:18 UTC 2012


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}/



More information about the svn-ports-all mailing list