I had check the operation of the following packages. Please add ~amd64-fbsd KEYWORDS in the following packages. sys-apps/more-2.12r app-arch/tar-1.26-r1 app-arch/lha-114i-r7 app-i18n/nkf-2.1.2-r1 app-portage/gentoolkit-dev-0.2.8 app-text/lv-4.51-r3 net-misc/keychain-2.7.1
please provide a complete list without broken deps or list what needs to be masked, eg tar has broken deps.
(In reply to comment #1) > please provide a complete list without broken deps or list what needs to be > masked, eg tar has broken deps. Thanks for your comment. I checked all USE flags. I found two problems, I'll attach patches.
Created attachment 328998 [details, diff] patch for profiles/default/bsd/package.use.mask GNU's attr is not support on gfbsd. Please add the following line to p.use.mask. app-arch/tar xattr
Created attachment 329000 [details, diff] patch for sys-apps/more/more-2.12r.ebuild This patch is bump to EAPI=2 from EAPI=0. And I added USE Dependencies. + DEPEND="static? ( >=sys-libs/ncurses-5.2-r2[static-libs] )" sys-apps/more will fail to compile when static USE flag enabled. You must enable static-lib flag of sys-libs/ncurses for compile to be successful... error messages /usr/lib/gcc/x86_64-gentoo-freebsd9.1/4.6.3/../../../../x86_64-gentoo-freebsd9.1/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status gmake: *** [more] Error 1
all done, thanks!