• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how to install x11/blackbox on openbsd after installation

nuttervm

Golden Member
i already have openbsd installed on a machine and would like to mess around with blackbox on it. unfortunately i did not install x11 when i initially installed openbsd. when i try to install the blackbox port, it tells me i cant until x11 is installed. short of compiling x11 or reinstalling the system totally do i have any other options? are there any packages or ports i could use?
 


<< how do i do that? is it like a pkg_add thing or do i have to decompress and run some type of install script? >>



They are in .tgz format, so I would think the pkg_add should work. If you dont use that it may break the package/ports system by not keeping the database up to date. Check the system with a "pkg_info | grep comp", that should tell you (if you installed comp??.tgz during the install) if these things are run through pkg_add.
 
Back
Top