On 7/14/06, Martijn P. Rijkeboer <[EMAIL PROTECTED]> wrote:
> Jeremy Evans [2006-07-12, 17:53:53]:
>> This is an update of SciTE and Scintilla from version 1.54 to 1.70
>> (changes at http://scintilla.sourceforge.net/ScintillaHistory.html).
>> Major changes are moving from GTK1 to GTK2 (so tabs are supported) and
>> new and updated lexers.
>>
>> Tested on amd64.  Please test and review.
>
> can you make diffs against current cvs?  any response from the maintainer?
I have had contact with Joerg Sonnenberg (the maintainer), because I was
also busy porting the new version of SciTE and Scintilla. He told me
that he had no more time to maintain this port and asked me to inform
Marc about this. If nobody wants to take maintainership, I am willing to
take maintainership, but maybe Jeremy Evans wants to do it.

I can take maintainership, but I'm not sure I'm the best person to do
so.  This is the first OpenBSD port I've worked on, and I didn't read
the porting checklist until I was most of the way done with the port.
That's why I didn't know to send an email to the maintainer and work
from -current instead of 3.9-release.  Most of the port is just
conversions of strcpy, strcat, and sprintf to strlcpy, strlcat, and
snprintf, respectively.  However, as I'm not an experienced C/C++
programmer, I'm not sure I did everything properly, and that's why I
don't know if I'd be the best maintainer.

On amd64, Scintilla compiles cleanly and SciTE compiles with 1
warning, which I think is related to casting an int to a 64-bit
pointer. SciTE starts and works with the source code I tested with,
but I haven't done extensive testing on it.

Jeremy

Reply via email to