Hi,
On Tue, Mar 02, 2021 at 08:38:08PM -0800, Greg Steuck wrote:
> Validated to be reasonable by building devel/sqlports. I take the
> success of sqlport rebuild as evidence that no dependency edges are
> left hanging.
>
> I ran this query to confirm no hs- ports are left:
>
> % sqlite3 /usr/local/share/sqlports
> sqlite3 /usr/local/share/sqlports
> SQLite version 3.34.1 2021-01-20 14:10:07
> Enter ".help" for usage hints.
> sqlite> SELECT FULLPKGNAME,COMMENT FROM Ports WHERE FULLPKGNAME LIKE 'hs%';
> SELECT FULLPKGNAME,COMMENT FROM Ports WHERE FULLPKGNAME LIKE 'hs%';
> hsetroot-1.0.5|wallpaper changer, works with compositors
As a lazy guy, I just used find / xargs / grep to confirm that
there's nothing left depending on any hs-* port ;-)
So ok to unplug them.
Ciao,
Kili