Stefan Sperling [2008-08-25, 12:15:33]:
> On Mon, Aug 25, 2008 at 10:14:34AM +0300, Valery Masiutsin wrote:
> > Hello !
> > 
> > I was in need of  subversion update to work with 1.5 repos, so i've made 
> > one. 
> > Status - everything builds and packages just fine, svn client works fine,
> > tested on amd64.
> > However language bindings, need more attention and clean-up.
> > Comments are welcome.
> 
> Hey Valery,
> 
> I've been working on an update to the port, too.
> Maybe we can join forces? :)
> 
> See attachment, or http://stsp.name/openbsd/ports/subversion-1.5.1-wip.diff
> 
> I haven't submitted it yet because of problems with the bindings.
> I've reported those problems and will continue poking the bindings
> maintainers for answers:
> http://subversion.tigris.org/servlets/ReadMsg?listName=dev&msgNo=142053
> 
> Some comments on your patch:
> 
> > @@ -102,14 +103,13 @@ CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
> >             --with-neon=${LOCALBASE} \
> >             --with-apr=${LOCALBASE} \
> >             --with-apr-util=${LOCALBASE} \
> > -           --with-zlib \
> > -           --without-jdk
> > +           --with-zlib=/usr \
> > +           --without-jdk \
> > +           --with-jikes=no
> 
> I don't have --with-jikes, but looks like it's a good idea to have
> that in case someone has jikes installed.
> 
> Note that I am planning to look into support for the java bindings
> with the java-1.7 in -current (no idea if that's gonna work yet).
> 
> Alas, before the swig bindings work, I'm not gonna bother with the
> java bindings.

I'll look at your submissions later this week.
Let's get it updated first before working on any java additions.

Reply via email to