Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2018 15:45:37 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480864 - head/www/nginx
Message-ID:  <201809281545.w8SFjb5D025661@repo.freebsd.org>

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



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