Remove the ipv6 virtual category
in 2019 the norm is for applications to support both v4 and v6 version of the ip stack. Furthermore, the ipv6 category was clearly not consistently spread over the ports tree defeating the goal of the category.
This commit is contained in:
parent
9801311880
commit
0ed98fafae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514146
2 changed files with 7 additions and 1 deletions
6
CHANGES
6
CHANGES
|
@ -10,6 +10,12 @@ in the release notes and/or placed into UPDATING.
|
|||
|
||||
All ports committers are allowed to commit to this file.
|
||||
|
||||
20191009:
|
||||
AUTHOR: bapt@FreeBSD.org
|
||||
|
||||
The ipv6 virtual category is gone, it does not make sense anymore in 2019
|
||||
where the norm in applications is to have support both ipv4 and ipv6.
|
||||
|
||||
20191001:
|
||||
AUTHOR: bapt@FreeBSD.org
|
||||
|
||||
|
|
|
@ -2564,7 +2564,7 @@ VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio \
|
|||
benchmarks biology cad chinese comms converters databases \
|
||||
deskutils devel docs dns editors elisp emulators enlightenment finance french ftp \
|
||||
games geography german gnome gnustep graphics hamradio haskell hebrew hungarian \
|
||||
ipv6 irc japanese java kde ${_KDE_CATEGORIES_SUPPORTED} kld korean lang linux lisp \
|
||||
irc japanese java kde ${_KDE_CATEGORIES_SUPPORTED} kld korean lang linux lisp \
|
||||
mail mate math mbone misc multimedia net net-im net-mgmt net-p2p net-vpn news \
|
||||
palm parallel pear perl5 plan9 polish portuguese ports-mgmt \
|
||||
print python ruby rubygems russian \
|
||||
|
|
Loading…
Reference in a new issue