Mark as BROKEN on powerpc64:

File "/wrkdirs/usr/ports/audio/beatslash-lv2/work/beatslash-lv2-1.0.6/waflib/Build.py", line 1179, in do_install
      self.copy_fun(src, tgt)
    File "/wrkdirs/usr/ports/audio/beatslash-lv2/work/beatslash-lv2-1.0.6/waflib/Build.py", line 1083, in copy_fun
      shutil.copy2(src, tgt)
    File "/usr/local/lib/python3.7/shutil.py", line 267, in copy2
      copystat(src, dst, follow_symlinks=follow_symlinks)
    File "/usr/local/lib/python3.7/shutil.py", line 206, in copystat
      follow_symlinks=follow)
  FileNotFoundError: [Errno 2] No such file or directory

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-05-18 04:03:55 +00:00
parent 681979c53b
commit 60f64ae4da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535716

View file

@ -13,6 +13,8 @@ COMMENT= LV2 plugins to mangle, slash, repeat and do much more with your beats
LICENSE= GPLv3 LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_powerpc64= fails to build: FileNotFoundError: [Errno 2] No such file or directory
BUILD_DEPENDS= lv2>0:audio/lv2 \ BUILD_DEPENDS= lv2>0:audio/lv2 \
lvtk>0:audio/lvtk lvtk>0:audio/lvtk
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \