Fails in compiling /utilities/emptyvss.cpp due to undefined fprintf and other stuff required from CSTDIO cat files/sword-1.5.11+gcc-4.4.patch: diff -Naur sword-1.5.11.orig/utilities/emptyvss.cpp sword-1.5.11/utilities/emptyvss.cpp --- sword-1.5.11.orig/utilities/emptyvss.cpp 2005-11-20 19:20:30.000000000 +1300 +++ sword-1.5.11/utilities/emptyvss.cpp 2009-05-10 12:40:37.008763763 +1200 @@ -2,6 +2,7 @@ #include <swmodule.h> #include <versekey.h> #include <iostream> +#include <cstdio> #ifndef NO_SWORD_NAMESPACE using sword::SWMgr;
Created attachment 190797 [details, diff] sword-1.5.11+gcc-4.4.patch
Created attachment 190799 [details] sword-1.5.11.ebuild Modified Ebuild to have patch apply in unpack.
@maintainer: metadata.xml lists the herd email address under <maintainer> which is not correct according to http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4 .
Fixed. (In reply to comment #3) > @maintainer: metadata.xml lists the herd email address under <maintainer> which > is not correct according to > http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4 . It's valid, but it's supposed to be for when there's a specific or different maintainer than listed herd. The docs say <email> is also a subtag of <pkgmetadata> but repoman complains it's invalid. I filed bug #269906 about it, thanks for pointing it out.