Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2018 23:35:03 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464132 - in head: audio/zita-convolver biology/phyml games/trigger-rally
Message-ID:  <201803102335.w2ANZ3RJ043191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Mar 10 23:35:03 2018
New Revision: 464132
URL: https://svnweb.freebsd.org/changeset/ports/464132

Log:
  Remove now-useless, commented-out lines.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/zita-convolver/Makefile
  head/biology/phyml/Makefile
  head/games/trigger-rally/Makefile

Modified: head/audio/zita-convolver/Makefile
==============================================================================
--- head/audio/zita-convolver/Makefile	Sat Mar 10 23:22:45 2018	(r464131)
+++ head/audio/zita-convolver/Makefile	Sat Mar 10 23:35:03 2018	(r464132)
@@ -16,10 +16,6 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 BUILD_DEPENDS=	${LOCALBASE}/include/fftw3.h:math/fftw3
 LIB_DEPENDS=	libfftw3f.so:math/fftw3-float
 
-#BROKEN_aarch64=		fails to compile: c++: the clang compiler does not support '-march=native'
-#BROKEN_armv6=		fails to compile: c++: the clang compiler does not support '-march=native'
-#BROKEN_armv7=		fails to compile: c++: the clang compiler does not support '-march=native'
-
 USES=		compiler:c++11-lib gmake localbase:ldflags tar:bz2
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	libs

Modified: head/biology/phyml/Makefile
==============================================================================
--- head/biology/phyml/Makefile	Sat Mar 10 23:22:45 2018	(r464131)
+++ head/biology/phyml/Makefile	Sat Mar 10 23:35:03 2018	(r464132)
@@ -12,10 +12,6 @@ COMMENT=	Simple, fast, and accurate algorithm to estim
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-#BROKEN_aarch64=		fails to compile: c++: the clang compiler does not support '-march=native'
-#BROKEN_armv6=		fails to compile: c++: the clang compiler does not support '-march=native'
-#BROKEN_armv7=		fails to compile: c++: the clang compiler does not support '-march=native'
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	stephaneguindon
 

Modified: head/games/trigger-rally/Makefile
==============================================================================
--- head/games/trigger-rally/Makefile	Sat Mar 10 23:22:45 2018	(r464131)
+++ head/games/trigger-rally/Makefile	Sat Mar 10 23:35:03 2018	(r464132)
@@ -15,11 +15,6 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libphysfs.so:devel/physfs
 LIB_DEPENDS+=	libalut.so:audio/freealut
 
-#BROKEN_aarch64=		fails to compile: error: the clang compiler does not support -march=native
-#BROKEN_armv6=		fails to compile: error: the clang compiler does not support -march=native
-#BROKEN_armv7=		fails to compile: error: the clang compiler does not support -march=native
-#BROKEN_powerpc64=	fails to compile: error: the clang compiler does not support -march=native
-
 WRKSRC_SUBDIR=	src
 USES=		gmake openal:al,alut
 USE_SDL=	sdl2 image2



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