svn commit: r412137 - head/biology/jellyfish
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Mar 29 20:55:50 UTC 2016
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 at 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:
More information about the svn-ports-head
mailing list