On Apr 19, 2012, at 12:54 PM, Ralph Seichter wrote: > On 19.04.12 18:48, Daniel J. Luke wrote: >> I believe subversion version since something like 1.6.5 could build >> against apache 2.4 > > Apache 2.4 introduces some API changes. You'll see compile errors like these: > > subversion/mod_dav_svn/util.c: In function 'dav_svn__log_err': > subversion/mod_dav_svn/util.c:630:20: error: 'dav_error' has no member named > 'save_errno' > subversion/mod_dav_svn/util.c:631:28: error: 'dav_error' has no member named > 'save_errno' > > A patch has been discussed on the subversion users' mailing list in > February 2012.
looks like a tiny patch to util.c makes it build (save_errno -> aprerr). I haven't tested it though. You wouldn't happen to have a pointer to the upstream bug report for this? If it (or something like it) has been accepted upstream, it would be pretty straightforward to include it with macports, so we don't need to block apache2 from being upgraded. -- Daniel J. Luke +========================================================+ | *---------------- [email protected] ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
