pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
subversion 2019Q2
A subversion build issue was fixed just after the last branch:
revision 1.113
date: 2019-07-03 05:42:54 -0500; author: markd; state: Exp; lines: +3
-2; co
mmitid: D4le7yVFVWAVnAtB;
subversion: more reliable fix for APR 1.7.0
From: Stefan Sperling <stsp%apache.org@localhost>
Date: Fri, 12 Apr 2019 09:27:33 +0000
Subject: [PATCH] Get rid of apr_int64_t format string check in swig py
configure.
This check relied on APR implementation details and broke with APR 1.7.0.
Rather than trying to guess a perfect format string to use, just use the
largest possible format and cast the argument accordingly.
Should fix build against APR 1.7.0 and later.
Suggested by: brane
* build/ac-macros/swig.m4: Remove code related to SVN_APR_INT64_T_PYCFMT.
* subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c
(svn_swig_py_client_blame_receiver_func): Stop relying on the
SVN_APR_INT64_T_PYCFMT constant from configure. Use "L" and
acast to PY_LONG_LONG instead.
There was no change to PKGVERSION.
Does anyone see a reason not to pull this fix into 2019Q2?
I'm planning to rerun my bulk builds for 2019Q2 shortly and this would
be a nice fix to include.
Thanks,
JB
Home |
Main Index |
Thread Index |
Old Index