From beee8f4390bca69869de817aa801e67b7c4c4fdd Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Thu, 15 Jan 2026 19:07:13 +0100 Subject: ftp/ftpsesame: broken on FreeBSD 15, deprecate This port requires the obsolete ioctl(DIOCGETSTATUS), which is no longer supported on FreeBSD 15. Upstream is dead, so deprecate. It also has some questionable warnings. See also: D41651 MFH: 2026Q1 --- ftp/ftpsesame/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ftp') diff --git a/ftp/ftpsesame/Makefile b/ftp/ftpsesame/Makefile index 7d3a89eaa9e4..18b0c3175b48 100644 --- a/ftp/ftpsesame/Makefile +++ b/ftp/ftpsesame/Makefile @@ -1,6 +1,6 @@ PORTNAME= ftpsesame PORTVERSION= 0.95 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= http://www.sentia.org/downloads/ \ LOCAL/sem @@ -9,6 +9,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Helper for pf firewall to pass FTP protocol WWW= https://www.sentia.org/projects/ftpsesame/ +# https://reviews.freebsd.org/D41651 +BROKEN_FreeBSD_15= requires no longer supported ioctl(DIOCGETSTATUS) + +DEPRECATED= dead upstream, broken on FreeBSD 15 +EXPIRATION_DATE= 2026-03-31 + LICENSE= ISCL PLIST_FILES= bin/ftpsesame share/man/man8/ftpsesame.8.gz -- cgit v1.3