Date: Tue, 19 Jan 2021 01:20:21 +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: r561998 - head/audio/tagutil Message-ID: <202101190120.10J1KLuO058720@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Jan 19 01:20:20 2021 New Revision: 561998 URL: https://svnweb.freebsd.org/changeset/ports/561998 Log: Mark as BROKEN on riscv64: ld: error: cannot open /nxb-bin/usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone-riscv64.a: No such file or directory Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing Modified: head/audio/tagutil/Makefile Modified: head/audio/tagutil/Makefile ============================================================================== --- head/audio/tagutil/Makefile Tue Jan 19 01:17:28 2021 (r561997) +++ head/audio/tagutil/Makefile Tue Jan 19 01:20:20 2021 (r561998) @@ -10,12 +10,14 @@ COMMENT= Command line interface tool to manage tags in LICENSE= BSD2CLAUSE +BROKEN_riscv64= fails to link: cannot open /nxb-bin/usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone-riscv64.a: No such file or directory + LIB_DEPENDS= libyaml.so:textproc/libyaml USE_GITHUB= yes GH_ACCOUNT= kAworu -USES= pkgconfig cmake iconv +USES= cmake compiler:c++11-lang iconv pkgconfig PLIST_FILES= bin/tagutil \ man/man1/tagutil.1.gz @@ -37,9 +39,9 @@ OGG_LIB_DEPENDS=\ libvorbisfile.so:audio/libvorbis \ libogg.so:audio/libogg OGG_CMAKE_OFF= -DWITHOUT_OGGVORBIS=yes -.if exists(/usr/lib/libc++.so) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld -TAGLIB_BROKEN= ld: undefined reference to symbol '__cxa_demangle@@CXXABI_1.3' (try adding -lcxxrt) -.endif +#.if exists(/usr/lib/libc++.so) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld +#TAGLIB_BROKEN= ld: undefined reference to symbol '__cxa_demangle@@CXXABI_1.3' (try adding -lcxxrt) +#.endif TAGLIB_LIB_DEPENDS= libtag_c.so:audio/taglib TAGLIB_CMAKE_OFF= -DWITHOUT_TAGLIB=yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101190120.10J1KLuO058720>