48a3c53aaf
1.15.1 - 2020-06-10 - (Linux) Fix build on older Linux systems (Christian Gottsche) - (MacOS) Revert "Exclude firmlinks by default" behavior (until we have a better solution) - (MacOS) Add --exclude-firmlinks option to opt-in to the above behavior 1.15 - 2020-05-30 - (Linux) Add --exclude-kernfs option to exclude pseudo filesystems (Christian Gottsche) - (MacOS) Exclude firmlinks by default (Saagar Jha) - (MacOS) Add --follow-firmlinks option to follow firmlinks (Saagar Jha) - Fix bug in calculating the apparent size of directories containing hardlinks - Fix integer overflow with directories containing >2GiB worth of file names - Fix yet another possible 100% CPU bug when losing terminal
17 lines
415 B
Makefile
17 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.13 2020/06/13 10:03:04 fcambus Exp $
|
|
|
|
DISTNAME= ncdu-1.15.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://dev.yorhel.nl/download/
|
|
|
|
COMMENT= Disk usage visualization tool
|
|
MAINTAINER= slitvinov@gmail.com
|
|
HOMEPAGE= https://dev.yorhel.nl/ncdu
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
FAKE_NCURSES= yes
|
|
USE_CURSES= vw_printw
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|