User Tools

Site Tools


bsd:notes:ports_temp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bsd:notes:ports_temp [2024/12/06 19:09] Sean Rhonebsd:notes:ports_temp [2024/12/09 21:19] (current) Sean Rhone
Line 4: Line 4:
   * Check release/ver ''src'' and main ''ports'' branches   * Check release/ver ''src'' and main ''ports'' branches
   * Check if covers [[bsd:notes:virtualbox]] (adb)   * Check if covers [[bsd:notes:virtualbox]] (adb)
 +
 +====== make.conf ======
 +
 +  su -
 +
 +  ee '/etc/make.conf'
 +
 +<code>
 +CPUTYPE?=skylake
 +DEFAULT_VERSIONS+= ssl=libressl</code>
  
 ====== Ports ====== ====== Ports ======
Line 53: Line 63:
   su -   su -
  
-  cd '/usr/ports/graphics/drm-61-kmod' && make reinstall clean+  cd '/usr/ports/graphics/drm-61-kmod' && make 'reinstall' 'clean
 + 
 +===== AIO Update ===== 
 + 
 +**** 
 + 
 +  git -C '/usr/ports' reset --hard && git -C '/usr/ports' pull origin 'main' --rebase && git -C '/usr/src' reset --hard && git -C '/usr/src' pull origin 'releng/14.2' --rebase && cd '/usr/ports/graphics/drm-61-kmod' && make 'reinstall' 'clean' && sync
  
 ====== virtualbox-ose-kmod ====== ====== virtualbox-ose-kmod ======
/srv/www/wiki/data/attic/bsd/notes/ports_temp.1733530148.txt.gz · Last modified: by Sean Rhone