Dear Tiziano, today i want to use this ebuild, but it failed while applying the "official" patch file, because it is delivered (meanwhile or a mistake?) with DOS-style-lineends causing patch to miss the patterns. I don't know if there is a smart prebuild solution inside the ebuild framework for this; i inserted a simple "sed-inliner". I'll attach this ebuild.
Created attachment 186220 [details] adapted ebuild Convert the official dbxml patch file 2.6.4.1 from DOS to Unix style
Thanks for your report and the patch Guido but DevRel isn't the right address for it. Unlocking and moving to the maintainer.
+ 25 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> dbxml-2.4.16.1.ebuild: + Fix dos line-endings, bug 263712. Thanks to Guido Jäkel + <G.Jaekel@D-NB.DE> for the report. + [...] for patch in $(get_patches) ; do + edos2unix "${DISTDIR}/${patch}" epatch "${DISTDIR}/${patch}" done [...]
> + edos2unix "${DISTDIR}/${patch}" Dear Peter, thank you; that's exactly the "smart solution" ;)