From owner-svn-ports-all@freebsd.org Sat Mar 10 23:35:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 481C5F40119; Sat, 10 Mar 2018 23:35:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE8166B96B; Sat, 10 Mar 2018 23:35:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0EDA14971; Sat, 10 Mar 2018 23:35:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2ANZ3xD043194; Sat, 10 Mar 2018 23:35:03 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2ANZ3RJ043191; Sat, 10 Mar 2018 23:35:03 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201803102335.w2ANZ3RJ043191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 10 Mar 2018 23:35:03 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: audio/zita-convolver biology/phyml games/trigger-rally X-SVN-Commit-Revision: 464132 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2018 23:35:04 -0000 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