pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc



On Thu, 14 Jan 2021 02:55:53 +0100, "Sijmen J. Mulder" wrote:
> 
> Jonathan Schleifer wrote:
> > Log Message:
> > Update devel/autoconf to 2.70
> 
> This may be what broke devel/scmcvs for me on macOS Big Sur 11.1
> (Intel) and 11.2 beta (ARM). First lots of obsoletion warnings, then
> finally:
> 
>   ...
>   => Replacing config-guess with pkgsrc versions
>   => Replacing config-sub with pkgsrc versions
>   => Replacing install-sh with pkgsrc version
>   => Checking for portability problems in extracted files
>   configure: error: cannot find required auxiliary files: mkinstalldirs
>   *** Error code 1

To build devel/scmcvs on macOS I have to disable the pre-configure in
the Makefile:

    75  #pre-configure:
    76  #       cd ${WRKSRC} && autoconf -I ${WRKSRC} -f

Those lines were added by:

Author: cheusov
Date:   Wed Aug 13 20:22:09 2014 +0000

    Fix for build failure on Interix caused by sizeof(intmax_t) == 0
    ++pkgrevision

--
Herbert



Home | Main Index | Thread Index | Old Index