Created attachment 291291 [details] eprefixified xdebug-2.1.2.ebuild Both xdebug and xdebug-client don't emerge at first because of the missing keyword. Besides of the obvious ebuild changes, the eprefixified version of the php-ext-source-r2.eclass is needed (see bug 358987 for it, will attach the diff here as well). Furthermore does xdebug-client require a minor patch to be able to compile under OS X due to the following error: 86_64-apple-darwin10-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -fomit-frame-pointer -march=nocona -Wno-long-double -c main.c x86_64-apple-darwin10-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -fomit-frame-pointer -march=nocona -Wno-long-double -c usefulstuff.c cc1: Fehler: nicht erkannte Kommandozeilenoption »-Wno-long-double« make[1]: *** [usefulstuff.o] Fehler 1 make[1]: *** Warte auf noch nicht beendete Prozesse... cc1: Fehler: nicht erkannte Kommandozeilenoption »-Wno-long-double« The provided patch simply removes the offending warning flag as suggested in [1] and [2]. [1] http://www.mugginsoft.com/content/compiling-cint-os-x-106 [2] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28322
Created attachment 291293 [details, diff] xdebug-2.1.2.ebuild diff
Created attachment 291295 [details, diff] php-ext-source-r2.eclass diff Please see bug 358987 and bug 388245 for some other ebuilds depending on this eclass changes!
Created attachment 291297 [details] eprefixified xdebug-client-2.1.2 ebuild
Created attachment 291299 [details, diff] xdebug-client-2.1.2.ebuild diff
Created attachment 291301 [details, diff] xdebug-client-2.1.2: removes -Wno-long-double from configure and configure.in
I'm sorry, thanks for the work, yet today it is out of date.