openlink / iODBC

An open-source ODBC driver manager and SDK that facilitates the development of database-independent applications on linux, freebsd, unix and MacOS X platforms.
http://www.iodbc.org/
Other
162 stars 52 forks source link

Import downstream patches? #4

Open logistiker opened 11 years ago

logistiker commented 11 years ago

We have several patches in gentoo we have to make to build this package. Would you consider importing these patches?

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/libiodbc/files/libiodbc-3.52.7-debian_bug501100.patch?revision=1.1&view=markup

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/libiodbc/files/libiodbc-3.52.7-debian_bug508480.patch?revision=1.1&view=markup

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/libiodbc/files/libiodbc-3.52.7-gtk.patch?revision=1.1&view=markup

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/libiodbc/files/libiodbc-3.52.7-multilib.patch?revision=1.1&view=markup

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/libiodbc/files/libiodbc-3.52.7-unicode_includes.patch?revision=1.1&view=markup

openlink commented 11 years ago

I will have a look at them and send you some comments later.

galtgendo commented 11 years ago

The purpose of libiodbc-3.52.7-gtk.patch is to drop gtk1 support. As I noted in issue #2, if that's acceptable porting to gtk3 (even with retained gtk2 compatibility) wouldn't be hard, though it would be most convenient if gtk+ 2.24 could be used, so that GtkComboBoxText could be used (that's the most simple way of dealing with GtkOptionMenu, that's compatible with gtk3).