| Port details on branch 2026Q1 |
- qdirstat Qt utility that sums up disk usage for directory trees
- 1.9_1 sysutils
=0 1.9_1Version of this port present on the latest quarterly branch. - Maintainer: kbowling@FreeBSD.org
 - Port Added: 2026-03-30 15:51:51
- Last Update: 2026-03-30 15:50:44
- Commit Hash: 66c8acd
- License: GPLv2
- WWW:
- https://github.com/shundhammer/qdirstat
- Description:
- QDirStat is a graphical application to show where your disk space has gone
and to help you to clean it up. Similar KDirStat without KDE dependency,
and from the original KDirStat author
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- qdirstat>0:sysutils/qdirstat
- To install the port:
- cd /usr/ports/sysutils/qdirstat/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/qdirstat
- pkg install qdirstat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qdirstat
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1705617939
SHA256 (shundhammer-qdirstat-1.9_GH0.tar.gz) = 5a9abda2dbdca3d012d1d9ce7a601abf89e2af77d677f1e5d613f53fb7ad19ff
SIZE (shundhammer-qdirstat-1.9_GH0.tar.gz) = 9529866
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- xorgproto>=0 : x11/xorgproto
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for qdirstat-1.9_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_qdirstat
- USES:
- compiler:c++11-lang desktop-file-utils gl qmake qt:5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.9_1 30 Mar 2026 15:50:44
    |
Robert Clausecker (fuz)  |
sysutils/qdirstat: fix build on armv7
The operator << of the LogStream class is used to output numerical
values among other things. The port tries to output a value of type
unsigned long long on armv7, while presumably not doing so on other
platforms. Add an overload for unsigned long long to fix the build.
Approved by: portmgr (build fix blanket)
MFH: 2026Q1
(cherry picked from commit 09d59b2140bc16c125dbee5e007d0766c1aaa63d) |
Number of commits found: 1
|