On Sat, Sep 01, 2012 at 12:57:04PM +0200, Martijn Rijkeboer wrote: > > If you want to stay on 5.1 you could try hacking the devel/subversion > > port to depend on apr-mt and apr-util-mt and recompile. There is no > > harm in doing so expect for the piping issues. > > I've tried to hack devel/subversion so it depends on apr-mt and apr-util-mt > (see attached Makefile). When I try to build it with: > > # env FLAVOR="no_bindings" make package > > I'm getting: > > Missing library for aprutil-1-mt>=2.0 > Fatal error > > Any suggestions on what I'm doing wrong?
If you run into problems changing the 5.1 port I'd recommend upgrading to -current instead. Your original problem has already been fixed there. You will receive better support running -current than running 5.1 with custom hacks.