Date: Tue, 29 Mar 2016 20:55:49 +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: r412137 - head/biology/jellyfish Message-ID: <201603292055.u2TKtnss056682@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Mar 29 20:55:48 2016 New Revision: 412137 URL: https://svnweb.freebsd.org/changeset/ports/412137 Log: - Use more appropriate BROKEN instead of IGNORE PR: 208367 Submitted by: bacon4000@gmail.com (maintainer) Suggested by: rakuco Modified: head/biology/jellyfish/Makefile Modified: head/biology/jellyfish/Makefile ============================================================================== --- head/biology/jellyfish/Makefile Tue Mar 29 20:52:11 2016 (r412136) +++ head/biology/jellyfish/Makefile Tue Mar 29 20:55:48 2016 (r412137) @@ -26,16 +26,14 @@ GH_PROJECT= Jellyfish INSTALL_TARGET= install-strip +BROKEN_FreeBSD_9_i386= multiple code issues on i386 < 10.0-RELEASE + .include <bsd.port.pre.mk> # SSE code assumes amd64 features .if ${ARCH} != "amd64" -.if ${OSVERSION} < 1000000 -IGNORE= multiple code issues on i386 < 10.0-RELEASE -.else CONFIGURE_ARGS+=--without-sse .endif -.endif # configure does not support --with-pkgconfigdir post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603292055.u2TKtnss056682>