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/05 17:35] 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 49: Line 59:
   * https://www.freshports.org/graphics/drm-61-kmod/   * https://www.freshports.org/graphics/drm-61-kmod/
   * ''pkg remove drm-515-kmod'' and re-run ''make install clean''   * ''pkg remove drm-515-kmod'' and re-run ''make install clean''
 +  * 2024/12/05: Works for Intel UHD 630 on 14.2-R over ''pkg'' one ([[https://forums.freebsd.org/threads/discussion-freebsd-14-2-release-available.95940/page-2#post-682178|post]])
  
   su -   su -
  
-  cd '/usr/ports/graphics/drm-61-kmod' && make install 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 ====== 
 + 
 +  * https://www.freshports.org/emulators/virtualbox-ose-kmod/ 
 + 
 +  su - 
 + 
 +  cd '/usr/ports/emulators/virtualbox-ose-kmod' && make reinstall clean 
  
  
/srv/www/wiki/data/attic/bsd/notes/ports_temp.1733438120.txt.gz · Last modified: by Sean Rhone