Skip to content

Add diffstat 1.63 #1838

Merged
merged 2 commits into from
Jun 29, 2020
Merged

Add diffstat 1.63 #1838

merged 2 commits into from
Jun 29, 2020

Commits on Jun 29, 2020

  1. diffstat: Add version 1.63

    [Description](https://invisible-island.net/diffstat/):
    
    > diffstat reads the output of diff and displays a histogram of the
    > insertions, deletions, and modifications per-file. It is useful for
    > reviewing large, complex patch files.
    
    Needed for [Yocto](https://www.yoctoproject.org/).
    pmenzel committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    596b951 View commit details
    Browse the repository at this point in the history
  2. diffstat: Run configure in compat mode for outdated configure script

    The option `--localdir` is unknown.
    
        [BEE] /dev/shm/bee-root/diffstat/diffstat-1.63-0/source/configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --sysconfdir=/etc --sharedstatedir=/var --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --datarootdir=/usr/share --datadir=/usr/share --infodir=/usr/share/info --localedir=/usr/share/locale --mandir=/usr/share/man --docdir=/usr/share/doc/diffstat --exec-prefix=/usr
        configure: error: unrecognized option: --localedir=/usr/share/locale
        Try `/dev/shm/bee-root/diffstat/diffstat-1.63-0/source/configure --help' for more information.
        Command exited with non-zero status 1
    
    The build type checks for `datarootdir`, which is present here.
    
        #! /bin/sh
        # From configure.in Revision: 1.33 .
        # Guess values for system-dependent variables and create Makefiles.
        # Generated by Autoconf 2.52.20190901.
    pmenzel committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    907fafc View commit details
    Browse the repository at this point in the history