Files
ports/shells/sash/Makefile
T
Robert Clausecker d7fdb3471c shells/sash: broke on FreeBSD 15
This port requires struct msdosfs_args, which is now kernel-only.

See also:	https://reviews.freebsd.org/D50718
2026-01-16 14:26:15 +01:00

15 lines
393 B
Makefile

PORTNAME= sash
PORTVERSION= 3.8
PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://members.tip.net.au/~dbell/programs/
MAINTAINER= ports@FreeBSD.org
COMMENT= Stand-Alone shell combining many common utilities
WWW= https://members.tip.net.au/~dbell/
# https://reviews.freebsd.org/D50718
BROKEN_FreeBSD_15= requires struct msdosfs_args, which is no longer exposed
.include <bsd.port.mk>