Port won't compile against the new version of GTK+, due to use of DISABLE_DEPRECATED.
On Sat, 2004-03-13 at 10:17, Brian Gruber wrote: Hi, > Port won't compile against the new version of GTK+, due to use > of DISABLE_DEPRECATED. The DISABLE_DEPRECATED directive is there for a reason. Gratuitously removing it will only solve the problem in the short term. I'd rather you posted where exactly did it fail, so I can fix it by using a non deprecated function. Cheers, -- Miguel Mendez <flynn@energyhq.es.eu.org> http://www.energyhq.es.eu.org PGP Key: 0xDC8514F1
Dear maintainer of FreeBSD port sysutils/gtk-send-pr, please take a look at http://www.freebsd.org/cgi/query-pr.cgi?pr=64204 Do you approve this change? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> A mouse is a device used to point at the xterm you want to type in.
State Changed From-To: open->feedback Asked maintainer on this
Responsible Changed From-To: freebsd-ports-bugs->pav Handle
On Sun, 2004-03-14 at 23:25, Pav Lucistnik wrote: Hi, > Dear maintainer of FreeBSD port sysutils/gtk-send-pr, please take a look > at > > http://www.freebsd.org/cgi/query-pr.cgi?pr=64204 > > Do you approve this change? Yes, I approve. The new GTK+ version comes with new Combo Box functions not present in the current one, so I can't just move the codebase without breaking compat with the old one. Let's disable the DEPRECATED knob for now to be able to build on both lib versions. I'll release a new version with support for both functions in a week or so. Until then, let's use the suggested solution. Cheers, -- Miguel Mendez <flynn@energyhq.es.eu.org> http://www.energyhq.es.eu.org PGP Key: 0xDC8514F1
State Changed From-To: feedback->closed Committed, thanks!