svn commit: r411022 - head/www/trafficserver

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Mar 13 19:34:29 UTC 2016


Author: rakuco
Date: Sun Mar 13 19:34:28 2016
New Revision: 411022
URL: https://svnweb.freebsd.org/changeset/ports/411022

Log:
  Drop i386 from ONLY_FOR_ARCHS.
  
  32-bit architectures don't seem to be supported, as `make configure' shows:
  
  checking size of void*... 4
  configure: error: You are trying to build on a 32-bit platform, which is unsupported.
  ===>  Script "configure" failed unexpectedly.

Modified:
  head/www/trafficserver/Makefile

Modified: head/www/trafficserver/Makefile
==============================================================================
--- head/www/trafficserver/Makefile	Sun Mar 13 19:16:04 2016	(r411021)
+++ head/www/trafficserver/Makefile	Sun Mar 13 19:34:28 2016	(r411022)
@@ -27,7 +27,7 @@ USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 USE_RC_SUBR=	${PORTNAME}
 
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	amd64
 
 USERS=		${WWWOWN}
 GROUPS=		${WWWGRP}


More information about the svn-ports-all mailing list