Re: [PATCH v3] build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE

2020-09-07 Thread Nathan Hartman
On Sun, Sep 6, 2020 at 3:22 PM Nathan Hartman wrote: > > Patch by: Fabrice Fontaine > > > > The SVN_LIB_MACHO_ITERATE macro contains an AC_RUN_IFELSE test that > > will raise the following build failure when cross-compiling: > > > > checking for Mach-O dynamic module iteration functions... configu

Re: [PATCH v3] build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE

2020-09-07 Thread Fabrice Fontaine
Hello Nathan, Le lun. 7 sept. 2020 à 15:33, Nathan Hartman a écrit : > > On Sun, Sep 6, 2020 at 3:22 PM Nathan Hartman > wrote: > > > Patch by: Fabrice Fontaine > > > > > > The SVN_LIB_MACHO_ITERATE macro contains an AC_RUN_IFELSE test that > > > will raise the following build failure when cros

[GitHub] [subversion] maddes-b opened a new pull request #22: [PATCH] fix check-mime-type.pl: also check property-modified files

2020-09-07 Thread GitBox
maddes-b opened a new pull request #22: URL: https://github.com/apache/subversion/pull/22 [[[ Check also property-modified files in hook script check-mime-type.pl * contrib/hook-scripts/check-mime-type.pl: (proplist) add property-modified files for checks Patch by: Matt

[GitHub] [subversion] hartmannathan commented on pull request #22: [PATCH] fix check-mime-type.pl: also check property-modified files

2020-09-07 Thread GitBox
hartmannathan commented on pull request #22: URL: https://github.com/apache/subversion/pull/22#issuecomment-688491192 Hello, Please could you discuss this PR on our dev@ mailing list (dev {at} subversion.apache.org) - see https://subversion.apache.org/mailing-lists.html. Attach the patches

[GitHub] [subversion] hartmannathan commented on pull request #21: build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE

2020-09-07 Thread GitBox
hartmannathan commented on pull request #21: URL: https://github.com/apache/subversion/pull/21#issuecomment-688526251 A newer patch has been committed in [r1881534](https://lists.apache.org/thread.html/r352e5e241879aebf62bdb2d24a438c01bc16780f1d394e73bff10210%40%3Ccommits.subversion.apache.

Re: [PATCH v3] build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE

2020-09-07 Thread Daniel Shahaf
Nathan Hartman wrote on Mon, 07 Sep 2020 09:33 -0400: > On Sun, Sep 6, 2020 at 3:22 PM Nathan Hartman > wrote: > > > Patch by: Fabrice Fontaine > > > > > > The SVN_LIB_MACHO_ITERATE macro contains an AC_RUN_IFELSE test that > > > will raise the following build failure when cross-compiling: > > >

Re: [PATCH v3] build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE

2020-09-07 Thread Nathan Hartman
On Mon, Sep 7, 2020 at 6:44 PM Daniel Shahaf wrote: > Nathan Hartman wrote on Mon, 07 Sep 2020 09:33 -0400: > > On Sun, Sep 6, 2020 at 3:22 PM Nathan Hartman > wrote: > > > > Patch by: Fabrice Fontaine > > > > > > > > The SVN_LIB_MACHO_ITERATE macro contains an AC_RUN_IFELSE test that > > > > wi