Remove portsnap(8)

Rather than having a tool in the FreeBSD base system for obtaining
the FreeBSD ports tree, users are encouraged to `pkg install git`
and then `git clone https://git.FreeBSD.org/ports.git /usr/ports`.

The portsnap servers will continue operating until FreeBSD 13 reaches
its End-of-Life, and portsnap is available from the ports tree as
ports-mgmt/portsnap.

Requested by:	portmgr
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D39563
X-MFC:		no
This commit is contained in:
Colin Percival
2023-04-22 18:07:14 -07:00
parent fb30bb0d4d
commit df53ae0fdd
22 changed files with 16 additions and 2222 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ SUBDIR+= bootpd
SUBDIR+= fingerd
.endif
.if ${MK_FREEBSD_UPDATE} != "no" || ${MK_PORTSNAP} != "no"
.if ${MK_FREEBSD_UPDATE} != "no"
_phttpget= phttpget
.endif