That's what I do actually, trying to make it work on amd64. I noticed bugs on regex.c file and now scanning other files. I just wonder how can I test the output. Is there a proper way or should I do it in my own way?
2014-08-15 12:08 GMT+03:00 Stuart Henderson <[email protected]>: > On 2014/08/15 11:54, Gökhan Güler wrote: > > Hello, > > > > I am currently porting LogSurfer software to 64-bit OpenBSD. I am also > > intented to submit it to ports but I am new to both OpenBSD and 64-bit > > porting; I need some help on testing. How should I do the test process? I > > would welcome any advice on testing. > > > > Thanks, > > Gökhan Güler > > We already have ports/security/logsurfer but it doesn't work properly > on 64-bit architectures due to bugs in the internal copy of the rather > old FSF regex code. > > I saw a diff a while ago to convert it to using regex(3) instead of > using the internal code but I forget where.. > >
