svn commit: r480864 - head/www/nginx

Jochen Neumeister joneum at FreeBSD.org
Fri Sep 28 15:45:37 UTC 2018


Author: joneum
Date: Fri Sep 28 15:45:36 2018
New Revision: 480864
URL: https://svnweb.freebsd.org/changeset/ports/480864

Log:
  Mark "BROKEN" on mips and mips64
  
  /nxb-bin/usr/bin/cc -c -O2 -pipe -G0 -EB -mabi=64 -msoft-float  -fno-strict-aliasing  -I /usr/local/include -I
  src/core  -I src/event  -I src/event/modules  -I src/os/unix  -I objs  -o objs/src/core/ngx_spinlock.o  src/core/ngx_spinlock.c
  src/core/ngx_spinlock.c:47:2: error: #error ngx_spinlock() or ngx_atomic_cmp_set() are not defined !
  *** Error code 1
  
  Reported by:	pkg-fallout
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Fri Sep 28 15:14:05 2018	(r480863)
+++ head/www/nginx/Makefile	Fri Sep 28 15:45:36 2018	(r480864)
@@ -15,6 +15,9 @@ COMMENT?=	Robust and small WWW server
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_mips=	error ngx_spinlock() or ngx_atomic_cmp_set() are not defined
+BROKEN_mips64=	error ngx_spinlock() or ngx_atomic_cmp_set() are not defined
+
 CONFLICTS_INSTALL=	nginx-devel
 
 PORTSCOUT=	limit:^1\.14\.[0-9]*


More information about the svn-ports-head mailing list