Date: Wed, 21 Jun 2017 22:05:50 +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: r444081 - head/audio/audacity Message-ID: <201706212205.v5LM5o2U059032@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Jun 21 22:05:50 2017 New Revision: 444081 URL: https://svnweb.freebsd.org/changeset/ports/444081 Log: Mark as broken on aarch64. ISTM that the options code ought to be handling this correctly, but it is not. Approved by: portmgr (tier-2 blanket) Modified: head/audio/audacity/Makefile Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Wed Jun 21 21:46:10 2017 (r444080) +++ head/audio/audacity/Makefile Wed Jun 21 22:05:50 2017 (r444081) @@ -18,7 +18,8 @@ BUILD_DEPENDS= autogen:devel/autogen \ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libsndfile.so:audio/libsndfile -BROKEN_powerpc64= Does not build +BROKEN_aarch64= fails to configure: checking whether C++ compiler accepts -msse... no +BROKEN_powerpc64= fails to build GNU_CONFIGURE= yes USES= autoreconf compiler:gcc-c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706212205.v5LM5o2U059032>