Date: Wed, 27 Jan 2016 20:35:05 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407386 - head/www/grafana2 Message-ID: <201601272035.u0RKZ5sQ086200@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jan 27 20:35:04 2016 New Revision: 407386 URL: https://svnweb.freebsd.org/changeset/ports/407386 Log: - Remove always false conditional Approved by: portmgr blanket Modified: head/www/grafana2/Makefile Modified: head/www/grafana2/Makefile ============================================================================== --- head/www/grafana2/Makefile Wed Jan 27 20:32:52 2016 (r407385) +++ head/www/grafana2/Makefile Wed Jan 27 20:35:04 2016 (r407386) @@ -156,10 +156,6 @@ do-install: .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900044 && ${ARCH} == i386 -BROKEN= Does not build -.endif - # golang assumes that if clang is in use, it is called "clang" and not "cc". If # it's called "cc", go fails. .if ${COMPILER_TYPE} == clang
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601272035.u0RKZ5sQ086200>