svn commit: r519139 - head/biology/phyml

Piotr Kubaj pkubaj at FreeBSD.org
Fri Dec 6 13:04:41 UTC 2019


Author: pkubaj
Date: Fri Dec  6 13:04:41 2019
New Revision: 519139
URL: https://svnweb.freebsd.org/changeset/ports/519139

Log:
  biology/phyml: disable -march=native
  
  Ports shouldn't build for the host CPU, it also breaks compilation on non-x86.
  
  Approved by:    mentors (implicit approval)

Modified:
  head/biology/phyml/Makefile

Modified: head/biology/phyml/Makefile
==============================================================================
--- head/biology/phyml/Makefile	Fri Dec  6 12:56:05 2019	(r519138)
+++ head/biology/phyml/Makefile	Fri Dec  6 13:04:41 2019	(r519139)
@@ -4,6 +4,7 @@
 PORTNAME=	phyml
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.3.20190909
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	biology
 
@@ -19,7 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	stephaneguindon
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-beagle
+CONFIGURE_ARGS=	--disable-beagle --disable-native
 
 PORTDOCS=	*
 PORTEXAMPLES=	*


More information about the svn-ports-head mailing list