Date: Fri, 21 Jun 2019 14:49:30 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504801 - head/audio/guitarix-lv2 Message-ID: <201906211449.x5LEnU3u098674@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Jun 21 14:49:30 2019 New Revision: 504801 URL: https://svnweb.freebsd.org/changeset/ports/504801 Log: audio/guitarix-lv2: builds fine on arm* SSE-related error was probably a drive-by from powerpc64 but confirming is hard as I can't find package cluster logs from just a year ago. Even 0.37.1 builds fine on armv6 using current dependencies. Looking at pkg-fallout@ archive only BROKEN_aarch64 made sense: /usr/bin/ld: error: ../src/gx_head/guitarix.lds:2: ; expected, but got +SIZEOF /usr/bin/ld: error: ../src/gx_head/guitarix.lds:2: __rt_text__end = ADDR(.rt.text)+SIZEOF(.rt.text); /usr/bin/ld: error: ../src/gx_head/guitarix.lds:2: ^ c++: error: linker command failed with exit code 1 (use -v to see invocation) Modified: head/audio/guitarix-lv2/Makefile (contents, props changed) Modified: head/audio/guitarix-lv2/Makefile ============================================================================== --- head/audio/guitarix-lv2/Makefile Fri Jun 21 13:52:01 2019 (r504800) +++ head/audio/guitarix-lv2/Makefile Fri Jun 21 14:49:30 2019 (r504801) @@ -14,9 +14,6 @@ COMMENT= Virtual versatile amplification for Jack and LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_armv6= fails to compile: unknown FP unit 'sse' -BROKEN_armv7= fails to compile: unknown FP unit 'sse' - BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/fftw3.h:math/fftw3 \ roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906211449.x5LEnU3u098674>