tixsys / esteid

Automatically exported from code.google.com/p/esteid
2 stars 0 forks source link

[esteid-browser-plugin] gentoo esteid-browser-plugin-9999 broken #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
www-plugins/esteid-browser-plugin-9999 ebuild is broken:

1) Firebreath moved to github. This can be easily fixed. Attaching proposed 
patch. 

2) cmake fails: PluginSettings.cpp:35:20: fatal error: config.h: No such file 
or directory. build log attached. 

gentoo ~amd64 no-multilib 
sys-devel/gcc-4.5.2 
dev-util/cmake-2.8.3-r1

https://esteid.googlecode.com/svn/packages/gentoo/trunk/
overlay at revision 3778 

will happily test any patches

Original issue reported on code.google.com by mart.bak...@gmail.com on 10 Feb 2011 at 9:51

Attachments:

GoogleCodeExporter commented 9 years ago
Few more changes are needed, apparently:
- checkout from firebreath-1.3 branch
- change version to 1.2.0
- undef ENABLE_OLD_APIS in cmake

Original comment by 4nykey on 22 Mar 2011 at 3:00

Attachments:

GoogleCodeExporter commented 9 years ago
Patch from comment 1 works. Thanks!

Original comment by mart.bak...@gmail.com on 22 Mar 2011 at 4:45

GoogleCodeExporter commented 9 years ago
esteid-browser-plugin-9999.ebuild.diff looks good.

Applied to svn r3783, except for the change to disable compatibility APIs. 
ENABLE_OLD_APIS is the knob to turn on / off the support for the javascript 
APIs that various banks currently use and turning that off would break signing 
on most web sites.

Thanks!

Original comment by kalevlember@gmail.com on 23 Mar 2011 at 7:43

GoogleCodeExporter commented 9 years ago
Thanks for commiting. And yes, that switch seems unneded, sorry.

Original comment by 4nykey on 23 Mar 2011 at 9:33