svn commit: r464132 - in head: audio/zita-convolver biology/phyml games/trigger-rally

Mark Linimon linimon at FreeBSD.org
Sat Mar 10 23:35:04 UTC 2018


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


More information about the svn-ports-all mailing list