Go to your Ports/ folder and use the following command in CLI:
        {cmd}
        Break on errors 🪲
        {cmd}
        
            
                
                
                    
                    If installation stops for manual input with something like:
                        >The next patch would create the file CMakeLists.txt, which already exists!  Assume -R? [n]
                        >Reversed (or previously applied) patch detected!  Assume -R? [n]
                        
                        This usually happens if patches has been renamed, the recommended solution is doing git clean -fdx -- Ports
                        
                        You could also press y and enter to continue. This might blow stuff up. ¯\_(ツ)_/¯