Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2016 19:34:28 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411022 - head/www/trafficserver
Message-ID:  <201603131934.u2DJYS7k032303@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603131934.u2DJYS7k032303>