You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, I see these which should be removed: ipv6 erlang offix palm paralell perl php picobsd python:2.7 tcl80 tcl81 tcl82 tcl83 tcl84 tk42 tk80 tk82 tk83 tk84 tkstep90 wip
Remove only if not used.
Case in point, sometimes a category is created in error:
freshports.devgit=# select * from categories where name = 'paralell';
id | is_primary | element_id | name | description
----+------------+------------+----------+----------------------------------------------------------
93 | f | | paralell | This is a virtual category. No description is available.
(1 row)
freshports.devgit=# select * from categories where name = 'parallel';
id | is_primary | element_id | name | description
----+------------+------------+----------+-----------------------------------------------------
68 | f | | parallel | Applications dealing with parallelism in computing.
(1 row)
freshports.devgit=#
The text was updated successfully, but these errors were encountered:
Categories come and go. FreshPorts handles new categories. It does not detect and remove categories.
NOTE: We can't delete old categories if there are deleted ports in those categories (e.g.
palm
).This came about from #473
So far, I see these which should be removed: ipv6 erlang offix palm paralell perl php picobsd python:2.7 tcl80 tcl81 tcl82 tcl83 tcl84 tk42 tk80 tk82 tk83 tk84 tkstep90 wip
Remove only if not used.
Case in point, sometimes a category is created in error:
The text was updated successfully, but these errors were encountered: