notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
libglvnd GL Vendor-Neutral Dispatch library
1.7.0 graphics on this many watch lists=13 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.7.0Version of this port present on the latest quarterly branch.
Maintainer: x11@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-05-27 07:41:47
Last Update: 2024-03-06 07:49:00
Commit Hash: 374676d
People watching this port, also watch:: libedit, libevent, glib, libunistring, expat
License: APACHE20 MIT
WWW:
https://gitlab.freedesktop.org/glvnd/libglvnd
Description:
libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors. It allows multiple drivers from different vendors to coexist on the same filesystem, and determines which vendor to dispatch each API call to at runtime. Both GLX and EGL are supported, in any combination with OpenGL and OpenGL ES.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (60 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libglvnd-1.7.0/catalog.mk
  3. /usr/local/share/licenses/libglvnd-1.7.0/LICENSE
  4. /usr/local/share/licenses/libglvnd-1.7.0/APACHE20
  5. /usr/local/share/licenses/libglvnd-1.7.0/MIT
  6. include/EGL/egl.h
  7. include/EGL/eglext.h
  8. include/EGL/eglplatform.h
  9. include/GL/gl.h
  10. include/GL/glcorearb.h
  11. include/GL/glext.h
  12. include/GL/glx.h
  13. include/GL/glxext.h
  14. include/GLES/egl.h
  15. include/GLES/gl.h
  16. include/GLES/glext.h
  17. include/GLES/glplatform.h
  18. include/GLES2/gl2.h
  19. include/GLES2/gl2ext.h
  20. include/GLES2/gl2platform.h
  21. include/GLES3/gl3.h
  22. include/GLES3/gl31.h
  23. include/GLES3/gl32.h
  24. include/GLES3/gl3ext.h
  25. include/GLES3/gl3platform.h
  26. include/KHR/khrplatform.h
  27. include/glvnd/GLdispatchABI.h
  28. include/glvnd/libeglabi.h
  29. include/glvnd/libglxabi.h
  30. lib/libEGL.so
  31. lib/libEGL.so.1
  32. lib/libEGL.so.1.1.0
  33. lib/libGL.so
  34. lib/libGL.so.1
  35. lib/libGL.so.1.7.0
  36. lib/libGLESv1_CM.so
  37. lib/libGLESv1_CM.so.1
  38. lib/libGLESv1_CM.so.1.2.0
  39. lib/libGLESv2.so
  40. lib/libGLESv2.so.2
  41. lib/libGLESv2.so.2.1.0
  42. lib/libGLX.so
  43. lib/libGLX.so.0
  44. lib/libGLX.so.0.0.0
  45. lib/libGLdispatch.so
  46. lib/libGLdispatch.so.0
  47. lib/libGLdispatch.so.0.0.0
  48. lib/libOpenGL.so
  49. lib/libOpenGL.so.0
  50. lib/libOpenGL.so.0.0.0
  51. libdata/pkgconfig/egl.pc
  52. libdata/pkgconfig/gl.pc
  53. libdata/pkgconfig/glesv1_cm.pc
  54. libdata/pkgconfig/glesv2.pc
  55. libdata/pkgconfig/glx.pc
  56. libdata/pkgconfig/libglvnd.pc
  57. libdata/pkgconfig/opengl.pc
  58. @owner
  59. @group
  60. @mode
Collapse this list.
Dependency lines:
  • libglvnd>0:graphics/libglvnd
To install the port:
cd /usr/ports/graphics/libglvnd/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/libglvnd
  • pkg install libglvnd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libglvnd
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1696772872 SHA256 (libglvnd-1.7.0.tar.gz) = 13ae5bb99a5a2869fbe00aadb49b21fd9c13dfbf59844b0f88d521098094d44a SIZE (libglvnd-1.7.0.tar.gz) = 1940330

Packages (timestamps in pop-ups are UTC):
libglvnd
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.7.01.7.01.3.21.7.01.7.0-1.3.2-
FreeBSD:13:quarterly1.7.01.7.01.6.01.7.01.7.01.7.01.7.01.7.0
FreeBSD:14:latest1.7.01.7.01.6.01.7.01.7.01.6.0-1.6.0
FreeBSD:14:quarterly1.7.01.7.0-1.7.01.7.01.7.01.7.01.7.0
FreeBSD:15:latest1.7.01.7.0n/a1.7.0n/a1.7.01.7.01.7.0
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. meson : devel/meson
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. xorgproto>=0 : x11/xorgproto
  5. x11.pc : x11/libX11
  6. xext.pc : x11/libXext
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. xext.pc : x11/libXext
This port is required by:
for Build
  1. graphics/mesa-devel
  2. graphics/mesa-libs
  3. graphics/s2tc
  4. mail/datovka
  5. sysutils/fastfetch

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/datovka*
  2. Collapse this list of deleted ports.
for Libraries
  1. accessibility/caribou
  2. accessibility/gammy
  3. accessibility/qt5-speech
  4. accessibility/qt6-speech
  5. archivers/ark-devel
  6. astro/celestia
  7. astro/celestia-gtk
Expand this list (1180 items / 1173 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. astro/nightfall
  3. astro/opencpn
  4. astro/qmapshack
  5. audio/abgate-lv2
  6. audio/avldrums-lv2
  7. audio/bambootracker
  8. audio/bespokesynth
  9. audio/cantata
  10. audio/cardinal
  11. audio/carla
  12. audio/cava
  13. audio/csoundqt
  14. audio/din
  15. audio/dmidiplayer
  16. audio/dpf-plugins-lv2
  17. audio/dragonfly-reverb-lv2
  18. audio/drumkv1-lv2
  19. audio/drumstick
  20. audio/dsbmixer
  21. audio/faustlive
  22. audio/fmit
  23. audio/fossmixer
  24. audio/furnace
  25. audio/gogglesmm
  26. audio/hpsjam
  27. audio/jacktrip
  28. audio/jamulus
  29. audio/kid3
  30. audio/komposter
  31. audio/lsp-plugins-lv2
  32. audio/midi-matrix-lv2
  33. audio/midipp
  34. audio/midivisualizer
  35. audio/mixxx
  36. audio/moony-lv2
  37. audio/muse-sequencer
  38. audio/padthv1-lv2
  39. audio/pc-mixer
  40. audio/pianobooster
  41. audio/plasma5-kpipewire
  42. audio/plasma6-kpipewire
  43. audio/plasma6-plasma-pa
  44. audio/polyphone
  45. audio/psindustrializer
  46. audio/qaudiosonar
  47. audio/qjackctl
  48. audio/qmidictl
  49. audio/qmidinet
  50. audio/qsampler
  51. audio/quimup
  52. audio/qxgedit
  53. audio/samplv1-lv2
  54. audio/sherlock-lv2
  55. audio/shuriken
  56. audio/sonic-visualiser
  57. audio/sonivox-eas
  58. audio/spectacle-lv2
  59. audio/spectmorph
  60. audio/strawberry
  61. audio/synthpod-lv2
  62. audio/synthv1-lv2
  63. audio/tiatracker
  64. audio/virtual_oss_ctl
  65. audio/vm-lv2
  66. audio/vmpk
  67. audio/wolf-shaper-lv2
  68. audio/x42-plugins-lv2
  69. audio/zam-plugins-lv2
  70. audio/zynaddsubfx
  71. benchmarks/unixbench
  72. biology/molden
  73. biology/sigviewer
  74. biology/ugene
  75. cad/PrusaSlicer
  76. cad/appcsxcad
  77. cad/brlcad
  78. cad/calculix
  79. cad/camotics
  80. cad/freecad
  81. cad/gds3d
  82. cad/gmsh
  83. cad/kicad
  84. cad/kicad-devel
  85. cad/klayout
  86. cad/ldview
  87. cad/leocad
  88. cad/lepton-eda
  89. cad/librecad
  90. cad/librepcb
  91. cad/librnd
  92. cad/magic
  93. cad/meshlab
  94. cad/netgen
  95. cad/opencascade
  96. cad/opencascade740
  97. cad/openctm
  98. cad/openscad
  99. cad/openscad-devel
  100. cad/openvsp
  101. cad/pcb
  102. cad/py-gmsh
  103. cad/qcsxcad
  104. cad/qelectrotech
  105. cad/qspeakers
  106. cad/qucs-s
  107. cad/repsnapper
  108. cad/solvespace
  109. cad/sumo
  110. cad/veroroute
  111. cad/z88
  112. chinese/chinese-calendar
  113. comms/cubicsdr
  114. comms/gqrx
  115. comms/klog
  116. comms/qsstv
  117. comms/sdr++
  118. comms/sigdigger
  119. comms/suwidgets
  120. databases/grass7
  121. databases/grass8
  122. databases/kexi
  123. databases/pgmodeler
  124. databases/redisdesktopmanager
  125. databases/sqlitestudio
  126. deskutils/anydesk
  127. deskutils/cairo-dock
  128. deskutils/cairo-dock-plugins
  129. deskutils/calibre
  130. deskutils/calindori
  131. deskutils/copyq
  132. deskutils/fet
  133. deskutils/flameshot
  134. deskutils/gnome-contacts
  135. deskutils/gnome-maps
  136. deskutils/kchmviewer
  137. deskutils/kf6-kstatusnotifieritem
  138. deskutils/kmail-account-wizard
  139. deskutils/kodaskanna
  140. deskutils/kongress
  141. deskutils/korganizer
  142. deskutils/lumina-archiver
  143. deskutils/lumina-calculator
  144. deskutils/lumina-fileinfo
  145. deskutils/lumina-fm
  146. deskutils/lumina-mediaplayer
  147. deskutils/lumina-pdf
  148. deskutils/lumina-photo
  149. deskutils/lumina-screenshot
  150. deskutils/lumina-textedit
  151. deskutils/plasma5-xdg-desktop-portal-kde
  152. deskutils/plasma6-milou
  153. deskutils/plasma6-sddm-kcm
  154. deskutils/plasma6-xdg-desktop-portal-kde
  155. deskutils/qmediamanager
  156. deskutils/qownnotes
  157. deskutils/qtfeedback
  158. deskutils/recoll
  159. deskutils/subsurface
  160. deskutils/znotes
  161. devel/agar
  162. devel/allegro
  163. devel/allegro5
  164. devel/asfml
  165. devel/bullet
  166. devel/codequery
  167. devel/dolphin-plugins-devel
  168. devel/efl
  169. devel/electron27
  170. devel/electron28
  171. devel/electron29
  172. devel/electron30
  173. devel/eql5
  174. devel/fifechan
  175. devel/godot
  176. devel/godot-tools
  177. devel/godot35
  178. devel/godot35-tools
  179. devel/guichan
  180. devel/gwenhywfar-qt5
  181. devel/juce
  182. devel/juce706
  183. devel/kde-dev-utils
  184. devel/kf6-kbookmarks
  185. devel/kf6-kcmutils
  186. devel/kf6-kconfig
  187. devel/kf6-kcrash
  188. devel/kf6-kdbusaddons
  189. devel/kf6-kdeclarative
  190. devel/kf6-kfilemetadata
  191. devel/kf6-kidletime
  192. devel/kf6-kio
  193. devel/kf6-knewstuff
  194. devel/kf6-knotifications
  195. devel/kf6-knotifyconfig
  196. devel/kf6-kparts
  197. devel/kf6-kpeople
  198. devel/kf6-ktexteditor
  199. devel/kf6-solid
  200. devel/kyra
  201. devel/liteide
  202. devel/love
  203. devel/love07
  204. devel/love08
  205. devel/love10
  206. devel/love5
  207. devel/nextpnr
  208. devel/plasma6-kwrited
  209. devel/plasma6-plasma-sdk
  210. devel/plasma6-plasma5support
  211. devel/py-bullet3
  212. devel/py-qt5-pyqt
  213. devel/py-qt5-qscintilla2
  214. devel/py-qt6-pyqt
  215. devel/py-qt6-qscintilla2
  216. devel/pyotherside-qt5
  217. devel/pyside2
  218. devel/pyside2-tools
  219. devel/pyside6
  220. devel/pyside6-tools
  221. devel/qscintilla2-designerplugin-qt5
  222. devel/qscintilla2-qt5
  223. devel/qscintilla2-qt6
  224. devel/qt5-remoteobjects
  225. devel/qt6-5compat
  226. devel/qt6-base
  227. devel/qt6-location
  228. devel/qt6-positioning
  229. devel/qt6-remoteobjects
  230. devel/qt6-scxml
  231. devel/qt6-tools
  232. devel/qtcreator
  233. devel/raylib
  234. devel/root
  235. devel/sasm
  236. devel/sdl20
  237. devel/sdl3
  238. devel/seer-gdb
  239. devel/sfml
  240. devel/sfml1
  241. devel/shadered
  242. devel/simavr
  243. devel/simgear
  244. devel/zeal
  245. editors/diamond
  246. editors/encryptpad
  247. editors/featherpad
  248. editors/focuswriter
  249. editors/imhex
  250. editors/imhex-current
  251. editors/kate-devel
  252. editors/libreoffice
  253. editors/notepadnext
  254. editors/notepadnext-devel
  255. editors/openoffice-4
  256. editors/openoffice-devel
  257. editors/tea
  258. editors/texmaker
  259. editors/texstudio
  260. editors/texworks
  261. editors/vscode
  262. emulators/aranym
  263. emulators/cannonball
  264. emulators/cemu
  265. emulators/dolphin-emu
  266. emulators/dosbox-staging
  267. emulators/dosbox-x
  268. emulators/duckstation
  269. emulators/emu64
  270. emulators/emulationstation
  271. emulators/fceux
  272. emulators/flexemu
  273. emulators/fs-uae
  274. emulators/gens
  275. emulators/higan
  276. emulators/libretro-flycast
  277. emulators/libretro-kronos
  278. emulators/libretro-mame
  279. emulators/libretro-ppsspp
  280. emulators/libretro-reicast
  281. emulators/mame
  282. emulators/mednafen
  283. emulators/mgba
  284. emulators/mupen64plus-qt
  285. emulators/mupen64plus-video-arachnoid
  286. emulators/mupen64plus-video-glide64
  287. emulators/mupen64plus-video-glide64mk2
  288. emulators/mupen64plus-video-z64
  289. emulators/nestopia
  290. emulators/openmsx
  291. emulators/pcem
  292. emulators/pcsx2
  293. emulators/ppsspp
  294. emulators/ppsspp-qt5
  295. emulators/qemu
  296. emulators/qemu7
  297. emulators/qemu8
  298. emulators/qmc2
  299. emulators/reicast
  300. emulators/rpcs3
  301. emulators/sameboy
  302. emulators/tic-80
  303. emulators/ukncbtl
  304. emulators/vice
  305. emulators/virtualbox-ose
  306. emulators/virtualbox-ose-legacy
  307. emulators/visualboyadvance-m
  308. emulators/vt100
  309. emulators/wine-proton
  310. finance/qtbitcointrader
  311. games/Bugdom
  312. games/Bugdom2
  313. games/DDNet
  314. games/LibreMines
  315. games/Nanosaur
  316. games/OpenLara
  317. games/abuse_sdl
  318. games/alephone
  319. games/allacrost
  320. games/amnesia-tdd
  321. games/apoolGL
  322. games/armagetronad
  323. games/assaultcube
  324. games/astromenace
  325. games/asylum
  326. games/auralquiz
  327. games/avp
  328. games/barony
  329. games/battalion
  330. games/billardgl
  331. games/blackshadeselite
  332. games/blobby
  333. games/blockout
  334. games/blokish
  335. games/bloodfrontier
  336. games/brainparty
  337. games/briquolo
  338. games/burrtools
  339. games/bzflag
  340. games/caph
  341. games/cave9
  342. games/cdogs-sdl
  343. games/chessx
  344. games/chromium-bsu
  345. games/chromono
  346. games/colobot
  347. games/colorcode
  348. games/connectagram
  349. games/connectfive
  350. games/construo
  351. games/craft
  352. games/crashtest
  353. games/criticalmass
  354. games/crrcsim
  355. games/cube
  356. games/cutemaze
  357. games/diaspora
  358. games/doomlegacy
  359. games/doomsday
  360. games/dreamchess
  361. games/duel
  362. games/dustrac
  363. games/dxx-rebirth
  364. games/eduke32
  365. games/egl
  366. games/egoboo
  367. games/el
  368. games/emptyepsilon
  369. games/endless-sky
  370. games/etlegacy
  371. games/etracer
  372. games/eureka
  373. games/excido
  374. games/f1spirit-remake
  375. games/fishsupper
  376. games/flightgear
  377. games/freedroidrpg
  378. games/freeminer
  379. games/freeorion
  380. games/freetennis
  381. games/gemrb
  382. games/gillo
  383. games/glest
  384. games/glmaze
  385. games/glob2
  386. games/gltron
  387. games/gnome-2048
  388. games/gnome-chess
  389. games/gnome-nibbles
  390. games/gnubg
  391. games/gnubik
  392. games/gnujump
  393. games/golly
  394. games/goonies
  395. games/gottet
  396. games/gracer
  397. games/hedgewars
  398. games/hexalate
  399. games/holotz-castle
  400. games/hyperrogue
  401. games/ioquake3
  402. games/iortcw
  403. games/iqpuzzle
  404. games/irrlamb
  405. games/jaggedalliance2
  406. games/jfsw
  407. games/jigzo
  408. games/joequake
  409. games/jvgs
  410. games/keeperrl
  411. games/kobodeluxe
  412. games/ksudoku
  413. games/kubrick
  414. games/lander
  415. games/legesmotus
  416. games/libretro-beetle_psx
  417. games/libretro-boom3
  418. games/libretro-desmume
  419. games/libretro-parallel_n64
  420. games/libretro-pcsx_rearmed
  421. games/libretro-play
  422. games/libretro-puae
  423. games/libretro-tyrquake
  424. games/libretro-vecx
  425. games/lightsoff
  426. games/lincity-ng
  427. games/linwarrior
  428. games/lugaru
  429. games/lwjgl3
  430. games/manaplus
  431. games/marblemarcher
  432. games/megaglest
  433. games/memonix
  434. games/minetest
  435. games/moonlight-embedded
  436. games/moonlight-qt
  437. games/motogt
  438. games/naev
  439. games/nehquake
  440. games/netherearth
  441. games/netradiant
  442. games/neverball
  443. games/nimuh
  444. games/oolite
  445. games/openage
  446. games/openarena
  447. games/opencity
  448. games/openclonk
  449. games/openenroth
  450. games/openjk
  451. games/openmw
  452. games/openrct2
  453. games/openspades
  454. games/openxcom
  455. games/osgg
  456. games/palomino
  457. games/peg-e
  458. games/phlipple
  459. games/pinball
  460. games/pingus
  461. games/pink-pony
  462. games/pioneer
  463. games/pokerth
  464. games/prboom
  465. games/prboom-plus
  466. games/py-fife
  467. games/q2pro
  468. games/quadrapassel
  469. games/quake2lnx
  470. games/r1q2
  471. games/rawgl
  472. games/re3
  473. games/redeclipse
  474. games/redeclipse16
  475. games/regoth
  476. games/retroarch
  477. games/sauerbraten
  478. games/scourge
  479. games/scummvm
  480. games/sdb
  481. games/sdl-ball
  482. games/sea-defender
  483. games/searchandrescue
  484. games/shaaft
  485. games/shockolate
  486. games/shootingstar
  487. games/simplevaders
  488. games/simsu
  489. games/slade
  490. games/solarus
  491. games/steelstorm
  492. games/stormbaancoureur
  493. games/supertux
  494. games/supertux2
  495. games/supertuxkart
  496. games/tanglet
  497. games/teeworlds
  498. games/tenebrae
  499. games/tesseract
  500. games/tetzle
  501. games/tomatoes
  502. games/tome4
  503. games/tome4-beta
  504. games/torcs
  505. games/toycars
  506. games/trackballs
  507. games/tremulous
  508. games/trenchbroom
  509. games/tuxkart
  510. games/tuxracer
  511. games/ufoai
  512. games/uhexen2
  513. games/ultimatestunts
  514. games/valyriatear
  515. games/vavoom
  516. games/violetland
  517. games/warzone2100
  518. games/widelands
  519. games/wizznic
  520. games/wyrmgus
  521. games/xmoto
  522. games/yquake2
  523. games/zaz
  524. german/tipp10
  525. graphics/Coin
  526. graphics/alizams
  527. graphics/anttweakbar
  528. graphics/appleseed
  529. graphics/bgfx
  530. graphics/bonzomatic
  531. graphics/cairo
  532. graphics/cegui
  533. graphics/cloudcompare
  534. graphics/clutter
  535. graphics/clutter-gtk3
  536. graphics/cogl
  537. graphics/colmap
  538. graphics/converseen
  539. graphics/cxxplot
  540. graphics/darktable
  541. graphics/diffpdf
  542. graphics/digikam
  543. graphics/dilay
  544. graphics/diplib
  545. graphics/djview4
  546. graphics/egl-wayland
  547. graphics/embree
  548. graphics/engauge-digitizer
  549. graphics/eog-plugins
  550. graphics/epsonscan2
  551. graphics/evolvotron
  552. graphics/f3d
  553. graphics/fracplanet
  554. graphics/fraqtive
  555. graphics/freeglut
  556. graphics/freetype-gl
  557. graphics/ftgl
  558. graphics/fv
  559. graphics/gauche-gl
  560. graphics/geomorph
  561. graphics/geomview
  562. graphics/glaxnimate
  563. graphics/glbinding
  564. graphics/glee
  565. graphics/glew
  566. graphics/glew-wayland
  567. graphics/gliv
  568. graphics/glosm
  569. graphics/glpng
  570. graphics/glvis
  571. graphics/glx-utils
  572. graphics/gnash
  573. graphics/gource
  574. graphics/goxel
  575. graphics/gpxsee
  576. graphics/gstreamer1-plugins-gl
  577. graphics/gthumb
  578. graphics/gwenview-devel
  579. graphics/heimer
  580. graphics/hugin
  581. graphics/imv
  582. graphics/instant-meshes
  583. graphics/jogl
  584. graphics/katarakt
  585. graphics/kf6-kimageformats
  586. graphics/kf6-kplotting
  587. graphics/kf6-kquickcharts
  588. graphics/kf6-ksvg
  589. graphics/kf6-prison
  590. graphics/klatexformula
  591. graphics/kludge3d
  592. graphics/kmscube
  593. graphics/knotter
  594. graphics/kquickimageeditor
  595. graphics/lib3ds
  596. graphics/libGLU
  597. graphics/libQGLViewer
  598. graphics/libchamplain
  599. graphics/libepoxy
  600. graphics/libgltext
  601. graphics/libprojectm
  602. graphics/lux
  603. graphics/magnum
  604. graphics/magnum-plugins
  605. graphics/maim
  606. graphics/mesa-demos
  607. graphics/milton
  608. graphics/mupdf
  609. graphics/ocaml-lablgl
  610. graphics/ogre3d
  611. graphics/ogre3d19
  612. graphics/okular-devel
  613. graphics/open3d
  614. graphics/opencolorio-tools
  615. graphics/opencsg
  616. graphics/opendx
  617. graphics/openfx-arena
  618. graphics/openfx-misc
  619. graphics/opensubdiv
  620. graphics/openvkl
  621. graphics/osg
  622. graphics/osg34
  623. graphics/osgearth
  624. graphics/ospray
  625. graphics/ospray-studio
  626. graphics/oyranos
  627. graphics/partio
  628. graphics/pcl-pointclouds
  629. graphics/pencil2d
  630. graphics/peruse
  631. graphics/photoflare
  632. graphics/phototonic
  633. graphics/piglit
  634. graphics/pinpoint
  635. graphics/poppler-qt6
  636. graphics/py-pyglet
  637. graphics/py-pyglet1
  638. graphics/py-python-poppler-qt5
  639. graphics/py-qt6-3d
  640. graphics/py-visvis
  641. graphics/qgis
  642. graphics/qgis-ltr
  643. graphics/qt5-opengl
  644. graphics/qt5-wayland
  645. graphics/qt6-3d
  646. graphics/qt6-imageformats
  647. graphics/qt6-lottie
  648. graphics/qt6-quickeffectmaker
  649. graphics/qt6-svg
  650. graphics/qt6-wayland
  651. graphics/qtpbfimageplugin
  652. graphics/quat-gui
  653. graphics/quesoglc
  654. graphics/qvge
  655. graphics/recastnavigation
  656. graphics/sdl2_gpu
  657. graphics/sdl_ttf
  658. graphics/seexpr
  659. graphics/seom
  660. graphics/sharpconstruct
  661. graphics/simpleviewer
  662. graphics/spectacle-devel
  663. graphics/tiled
  664. graphics/togl
  665. graphics/urho3d
  666. graphics/vpaint
  667. graphics/waffle
  668. graphics/waylandpp
  669. graphics/wdune
  670. graphics/wings
  671. graphics/wrapland
  672. graphics/xaos
  673. graphics/yacreader
  674. graphics/yukon
  675. java/java3d
  676. java/openjfx14
  677. lang/basic256
  678. lang/eisl
  679. lang/erlang-wx
  680. lang/kf5-kross
  681. lang/smalltalk
  682. lang/squeak
  683. mail/datovka
  684. mail/thunderbird
  685. math/alberta
  686. math/asymptote
  687. math/curv
  688. math/freefem++
  689. math/g2o
  690. math/geogram
  691. math/giacxcas
  692. math/mathgl
  693. math/mathmod
  694. math/minizinc-ide
  695. math/octave
  696. math/octomap
  697. math/openmesh
  698. math/poly2tri
  699. math/qalculate-qt
  700. math/qwtplot3d
  701. math/scilab
  702. math/the-algorithms-c++
  703. math/ump
  704. math/vtk8
  705. math/vtk9
  706. math/zegrapher
  707. misc/actiona
  708. misc/copperspice-examples
  709. misc/crosti
  710. misc/dartsim
  711. misc/ecflow
  712. misc/edfbrowser
  713. misc/kf6-purpose
  714. misc/openhantek
  715. misc/openvdb
  716. misc/qbrew
  717. misc/qlcplus
  718. misc/qt5ct
  719. misc/qt6ct
  720. misc/valentina
  721. misc/visp
  722. multimedia/arcan
  723. multimedia/avidemux
  724. multimedia/avidemux-cli
  725. multimedia/avidemux-plugins
  726. multimedia/avidemux-qt5
  727. multimedia/bino
  728. multimedia/cheese
  729. multimedia/clapper
  730. multimedia/clutter-gst
  731. multimedia/clutter-gst3
  732. multimedia/dvbcut
  733. multimedia/ffaudioconverter
  734. multimedia/gstreamer1-qt
  735. multimedia/gstreamer1-vaapi
  736. multimedia/kamoso
  737. multimedia/kdenlive
  738. multimedia/kodi
  739. multimedia/kodi-addon-screensaver.biogenesis
  740. multimedia/kodi-addon-screensaver.matrixtrails
  741. multimedia/kodi-addon-screensaver.stars
  742. multimedia/kodi-addon-visualization.fishbmc
  743. multimedia/kodi-addon-visualization.projectm
  744. multimedia/kodi-addon-visualization.shadertoy
  745. multimedia/kodi-addon-visualization.spectrum
  746. multimedia/libva
  747. multimedia/libva-nvidia-driver
  748. multimedia/libva-vdpau-driver
  749. multimedia/libvdpau-va-gl
  750. multimedia/libxine
  751. multimedia/lives
  752. multimedia/mediaelch
  753. multimedia/minitube
  754. multimedia/mkvtoolnix
  755. multimedia/mlt7
  756. multimedia/mplayer
  757. multimedia/mpv
  758. multimedia/mpvpaper
  759. multimedia/mpvqt
  760. multimedia/musique
  761. multimedia/mythtv
  762. multimedia/nymphcast
  763. multimedia/obs-streamfx
  764. multimedia/obs-studio
  765. multimedia/olive
  766. multimedia/opentoonz
  767. multimedia/qmmp-qt5
  768. multimedia/qmmp-qt6
  769. multimedia/qt5-multimedia
  770. multimedia/qt6-multimedia
  771. multimedia/shotcut
  772. multimedia/smplayer
  773. multimedia/totem
  774. multimedia/vlc
  775. multimedia/webcamoid
  776. net/kf6-kcalendarcore
  777. net/kf6-kcontacts
  778. net/kf6-kdav
  779. net/landrop
  780. net/mediastreamer
  781. net/py-qt5-networkauth
  782. net/py-qt6-networkauth
  783. net/spoofer
  784. net/tigervnc-server
  785. net/wlvncc
  786. net/wpa_supplicant_gui
  787. net/x2goclient
  788. net-im/chatterino2
  789. net-im/cutegram
  790. net-im/ricochet
  791. net-im/signal-desktop
  792. net-im/spectral
  793. net-im/telegram-desktop
  794. net-im/tg_owt
  795. net-p2p/qbittorrent
  796. net-p2p/retroshare
  797. net-p2p/tremotesf
  798. polish/qnapi
  799. ports-mgmt/octopkg
  800. ports-mgmt/portrac
  801. print/gl2ps
  802. print/limereport
  803. print/posterazor
  804. print/qpdfview
  805. print/qt6-pdf
  806. print/sioyek
  807. science/InsightToolkit
  808. science/afni
  809. science/avogadro2
  810. science/avogadrolibs
  811. science/cgnslib
  812. science/chrono
  813. science/drawxtl
  814. science/elmerfem
  815. science/gabedit
  816. science/gchemutils
  817. science/geant4
  818. science/ghemical
  819. science/iboview
  820. science/kalzium
  821. science/libghemical
  822. science/liggghts
  823. science/luscus
  824. science/medit
  825. science/molscript
  826. science/multiwfn
  827. science/openmodelica
  828. science/opensim-core
  829. science/optench
  830. science/paraview
  831. science/py-pymol
  832. science/qt6-quick3dphysics
  833. science/scidavis
  834. science/shelxle
  835. science/simbody
  836. science/smoldyn
  837. science/v_sim
  838. science/vipster
  839. science/vmd
  840. science/wxmacmolplt
  841. science/xcrysden
  842. science/xdrawchem
  843. science/zotero
  844. security/picocrypt
  845. security/plasma6-kscreenlocker
  846. security/plasma6-ksshaskpass
  847. security/yubikey-manager-qt
  848. security/yubioath-desktop
  849. sysutils/UEFITool
  850. sysutils/accounts-qml-module
  851. sysutils/daggy
  852. sysutils/dsbbatmon
  853. sysutils/dsblogoutmgr
  854. sysutils/dsbmc
  855. sysutils/dsbsu
  856. sysutils/kf6-baloo
  857. sysutils/kf6-kuserfeedback
  858. sysutils/kf6-kwallet
  859. sysutils/logstalgia
  860. sysutils/luckybackup
  861. sysutils/pc-networkmanager
  862. sysutils/plasma6-discover
  863. sysutils/plasma6-drkonqi
  864. sysutils/plasma6-kde-cli-tools
  865. sysutils/plasma6-kinfocenter
  866. sysutils/plasma6-kmenuedit
  867. sysutils/plasma6-ksystemstats
  868. sysutils/plasma6-libksysguard
  869. sysutils/plasma6-plasma-disks
  870. sysutils/plasma6-plasma-systemmonitor
  871. sysutils/plasma6-polkit-kde-agent-1
  872. sysutils/plasma6-powerdevil
  873. sysutils/plasma6-systemsettings
  874. sysutils/qdirstat
  875. sysutils/qflipper
  876. sysutils/qtpass
  877. sysutils/signon-ui
  878. sysutils/signond
  879. sysutils/tarsnap-gui
  880. sysutils/trueos-libqt5
  881. textproc/kf6-sonnet
  882. textproc/kf6-syntax-highlighting
  883. textproc/pageedit
  884. textproc/qstardict
  885. textproc/sigil
  886. textproc/uim-qt5
  887. www/chromium
  888. www/dooble
  889. www/firefox
  890. www/firefox-esr
  891. www/iridium
  892. www/kf5-kjsembed
  893. www/ladybird
  894. www/librewolf
  895. www/libwpe
  896. www/plasma6-plasma-browser-integration
  897. www/py-qt5-webengine
  898. www/py-qt6-webengine
  899. www/qt5-webengine
  900. www/qt5-webglplugin
  901. www/qt5-webview
  902. www/qt6-webengine
  903. www/qt6-webview
  904. www/tor-browser
  905. www/ungoogled-chromium
  906. www/webkit2-gtk3
  907. www/webkit2-gtk4
  908. www/wt
  909. x11/3ddesktop
  910. x11/albert
  911. x11/aminal
  912. x11/cinnamon
  913. x11/cinnamon-session
  914. x11/cool-retro-term
  915. x11/darktile
  916. x11/dsbautostart
  917. x11/erun
  918. x11/fireflies
  919. x11/glcapsviewer
  920. x11/gnome-session
  921. x11/gnome-shell
  922. x11/hyprlock
  923. x11/kf5-kwayland
  924. x11/kf5-plasma-framework
  925. x11/kf6-frameworkintegration
  926. x11/kf6-kded
  927. x11/kf6-kglobalaccel
  928. x11/kf6-krunner
  929. x11/kf6-kwindowsystem
  930. x11/kitty
  931. x11/konsole-devel
  932. x11/lumina-core
  933. x11/mate-screensaver
  934. x11/nvidia-driver
  935. x11/nvidia-driver-470
  936. x11/nvidia-secondary-driver
  937. x11/nvidia-settings
  938. x11/openrgb
  939. x11/oscar
  940. x11/pcdm
  941. x11/plasma5-kwayland-integration
  942. x11/plasma5-layer-shell-qt
  943. x11/plasma5-plasma-workspace
  944. x11/plasma6-kactivitymanagerd
  945. x11/plasma6-kgamma
  946. x11/plasma6-kglobalacceld
  947. x11/plasma6-kscreen
  948. x11/plasma6-kwayland
  949. x11/plasma6-layer-shell-qt
  950. x11/plasma6-libkscreen
  951. x11/plasma6-libplasma
  952. x11/plasma6-plasma-activities
  953. x11/plasma6-plasma-desktop
  954. x11/plasma6-plasma-integration
  955. x11/plasma6-plasma-workspace
  956. x11/shaderbg
  957. x11/slop
  958. x11/virtualgl
  959. x11/wl-mirror
  960. x11/wscreensaver
  961. x11/xdriinfo
  962. x11/xfce4-dashboard
  963. x11/xfce4-screensaver
  964. x11/xscreensaver
  965. x11/zutty
  966. x11-clocks/glclock
  967. x11-clocks/xdaliclock
  968. x11-drivers/xf86-video-ati
  969. x11-drivers/xf86-video-mach64
  970. x11-drivers/xf86-video-mga
  971. x11-drivers/xf86-video-openchrome
  972. x11-drivers/xf86-video-r128
  973. x11-drivers/xf86-video-savage
  974. x11-drivers/xf86-video-tdfx
  975. x11-fm/dolphin-devel
  976. x11-fm/fsv2
  977. x11-fm/qtfm
  978. x11-fm/sushi
  979. x11-servers/xarcan
  980. x11-servers/xorg-server
  981. x11-servers/xwayland
  982. x11-servers/xwayland-devel
  983. x11-themes/Kvantum
  984. x11-themes/kf6-kcolorscheme
  985. x11-themes/kf6-kiconthemes
  986. x11-themes/kf6-qqc2-desktop-style
  987. x11-themes/plasma6-breeze
  988. x11-themes/plasma6-kde-gtk-config
  989. x11-themes/plasma6-oxygen
  990. x11-themes/plasma6-qqc2-breeze-style
  991. x11-themes/qgnomeplatform
  992. x11-themes/qt5-style-plugins
  993. x11-toolkits/SoXt
  994. x11-toolkits/copperspice
  995. x11-toolkits/fltk
  996. x11-toolkits/fox16
  997. x11-toolkits/fox17
  998. x11-toolkits/gnustep-back
  999. x11-toolkits/gtk40
  1000. x11-toolkits/gtkglarea2
  1001. x11-toolkits/imgui
  1002. x11-toolkits/irrlicht
  1003. x11-toolkits/kf6-kcompletion
  1004. x11-toolkits/kf6-kconfigwidgets
  1005. x11-toolkits/kf6-kguiaddons
  1006. x11-toolkits/kf6-kirigami
  1007. x11-toolkits/kf6-kitemviews
  1008. x11-toolkits/kf6-kjobwidgets
  1009. x11-toolkits/kf6-ktextwidgets
  1010. x11-toolkits/kf6-kwidgetsaddons
  1011. x11-toolkits/kf6-kxmlgui
  1012. x11-toolkits/libdecor
  1013. x11-toolkits/mygui-opengl
  1014. x11-toolkits/nanogui
  1015. x11-toolkits/otk
  1016. x11-toolkits/pangolin
  1017. x11-toolkits/plasma6-kdeplasma-addons
  1018. x11-toolkits/py-qt5-chart
  1019. x11-toolkits/py-qt6-chart
  1020. x11-toolkits/py-qt6-datavis3d
  1021. x11-toolkits/pythonqt
  1022. x11-toolkits/qhotkey
  1023. x11-toolkits/qml-box2d
  1024. x11-toolkits/qt5-declarative
  1025. x11-toolkits/qt5-declarative-test
  1026. x11-toolkits/qt5-gui
  1027. x11-toolkits/qt6-charts
  1028. x11-toolkits/qt6-datavis3d
  1029. x11-toolkits/qt6-declarative
  1030. x11-toolkits/qt6-graphs
  1031. x11-toolkits/qt6-quick3d
  1032. x11-toolkits/qt6-quicktimeline
  1033. x11-toolkits/qt6-shadertools
  1034. x11-toolkits/qt6-virtualkeyboard
  1035. x11-toolkits/qt6pas
  1036. x11-toolkits/qwt6
  1037. x11-toolkits/scenefx
  1038. x11-toolkits/soqt
  1039. x11-toolkits/swt
  1040. x11-toolkits/wlroots
  1041. x11-toolkits/wlroots-devel
  1042. x11-toolkits/wlroots-hyprland
  1043. x11-toolkits/wlroots015
  1044. x11-toolkits/wlroots016
  1045. x11-toolkits/wxgtk30
  1046. x11-toolkits/wxgtk32
  1047. x11-toolkits/xforms
  1048. x11-wm/compiz
  1049. x11-wm/compton
  1050. x11-wm/emerald
  1051. x11-wm/hyprland
  1052. x11-wm/magpie
  1053. x11-wm/muffin
  1054. x11-wm/mutter
  1055. x11-wm/phoc
  1056. x11-wm/plasma5-kwin
  1057. x11-wm/plasma6-kdecoration
  1058. x11-wm/plasma6-kwin
  1059. x11-wm/wayfire
  1060. x11-wm/wmanager
  1061. Collapse this list.

Deleted ports which required this port:

Expand this list of 114 deleted ports
  1. audio/clementine-player*
  2. audio/mixxx22*
  3. audio/nekobi-lv2*
  4. audio/stmp*
  5. cad/py-ocp*
  6. comms/py-qt5-sensors*
  7. comms/py-qt5-serialport*
  8. databases/py-qt5-sql*
  9. devel/clanlib*
  10. devel/clanlib1*
  11. devel/datovka*
  12. devel/electron12*
  13. devel/electron13*
  14. devel/electron17*
  15. devel/electron18*
  16. devel/electron19*
  17. devel/electron21*
  18. devel/electron22*
  19. devel/electron23*
  20. devel/electron24*
  21. devel/electron25*
  22. devel/electron26*
  23. devel/erlang-esdl*
  24. devel/geany-plugin-multiterm*
  25. devel/godot2*
  26. devel/godot2-tools*
  27. devel/py-qt5-designer*
  28. devel/py-qt5-designerplugin*
  29. devel/py-qt5-help*
  30. devel/py-qt5-location*
  31. devel/py-qt5-positioning*
  32. devel/py-qt5-remoteobjects*
  33. devel/py-qt5-test*
  34. devel/qbs*
  35. devel/sdl_gnat*
  36. editors/libreoffice6*
  37. emulators/mess*
  38. emulators/pcsxr*
  39. emulators/qemu41*
  40. emulators/qemu42*
  41. emulators/qemu5*
  42. emulators/qemu50*
  43. emulators/qemu6*
  44. emulators/qemu70*
  45. games/OpenDiablo2*
  46. games/critterding*
  47. games/fishfight*
  48. games/libretro-fbalpha*
  49. games/libretro-paralleln64*
  50. games/libretro-uae*
  51. games/pouetchess*
  52. games/residualvm*
  53. games/spring*
  54. graphics/blender-lts28*
  55. graphics/blender-lts29*
  56. graphics/darktable38*
  57. graphics/darktable40*
  58. graphics/darktable42*
  59. graphics/electricsheep*
  60. graphics/gltt*
  61. graphics/magnum-examples*
  62. graphics/magnum-extras*
  63. graphics/openscenegraph*
  64. graphics/py-qt5-svg*
  65. graphics/radiance*
  66. graphics/tiffgt*
  67. lang/py-qt5-qml*
  68. math/vtk6*
  69. misc/opensubdiv*
  70. misc/orion*
  71. multimedia/QtAV*
  72. multimedia/aegisub*
  73. multimedia/gmerlin*
  74. multimedia/libquicktime*
  75. multimedia/libva-glx*
  76. multimedia/mlt*
  77. multimedia/mlt6*
  78. multimedia/mpv034*
  79. multimedia/mythtv-frontend*
  80. multimedia/obs-scrab*
  81. multimedia/phonon-gstreamer*
  82. multimedia/py-qt5-multimedia*
  83. multimedia/py-qt5-multimediawidgets*
  84. multimedia/smtube*
  85. multimedia/vdr-plugin-xineliboutput*
  86. net/quiterss*
  87. net-im/diligent*
  88. net-im/gitterdone*
  89. net-im/teamwords*
  90. net-im/webinar*
  91. print/py-qt5-printsupport*
  92. sysutils/signon-qt5*
  93. www/kristall*
  94. www/py-qt5-webkit*
  95. www/py-qt5-webkitwidgets*
  96. x11/plasma5-kwayland-server*
  97. x11/py-qt5-opengl*
  98. x11/radare-cutter*
  99. x11-drivers/xf86-video-glint*
  100. x11-drivers/xf86-video-sunffb*
  101. x11-servers/xephyr*
  102. x11-servers/xorg-dmx*
  103. x11-servers/xorg-nestserver*
  104. x11-servers/xorg-vfbserver*
  105. x11-toolkits/fox14*
  106. x11-toolkits/gtkada3*
  107. x11-toolkits/py-qt5-gui*
  108. x11-toolkits/py-qt5-quick*
  109. x11-toolkits/py-qt5-quick3d*
  110. x11-toolkits/py-qt5-quickwidgets*
  111. x11-toolkits/py-qt5-widgets*
  112. x11-toolkits/wxgtk31*
  113. x11-wm/hyprland-devel*
  114. x11-wm/kwinft*
  115. Collapse this list of deleted ports.
for Run
  1. emulators/qmc2

Configuration Options:
===> The following configuration options are available for libglvnd-1.7.0: X11=on: X11 (graphics) support ===> Use 'make config' to modify these settings
Options name:
graphics_libglvnd
USES:
compiler:c++11-lib localbase meson pkgconfig xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.freedesktop.org/glvnd/libglvnd/uploads/c24806c283070dc70700234ca8ffacf8/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7.0
06 Mar 2024 07:49:00
commit hash: 374676d0293f0bffdcf344faf0f7420220a7891bcommit hash: 374676d0293f0bffdcf344faf0f7420220a7891bcommit hash: 374676d0293f0bffdcf344faf0f7420220a7891bcommit hash: 374676d0293f0bffdcf344faf0f7420220a7891b files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
graphics/libglvnd: Mark TESTING_UNSAFE
1.7.0
24 Nov 2023 17:21:15
commit hash: d5a5aa738fa54f093b2c3f42d5936139a9fab3bccommit hash: d5a5aa738fa54f093b2c3f42d5936139a9fab3bccommit hash: d5a5aa738fa54f093b2c3f42d5936139a9fab3bccommit hash: d5a5aa738fa54f093b2c3f42d5936139a9fab3bc files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
graphics/libglvnd: Update to 1.7.0

Switch to upstream release archive

Changelog:
https://gitlab.freedesktop.org/glvnd/libglvnd/-/releases/v1.7.0

PR:		274465
Approved by:	x11 (manu)
1.6.0_2
25 Aug 2023 09:02:32
commit hash: c997d3a7cd168df0b22ef0cb8c70ad641d09d97acommit hash: c997d3a7cd168df0b22ef0cb8c70ad641d09d97acommit hash: c997d3a7cd168df0b22ef0cb8c70ad641d09d97acommit hash: c997d3a7cd168df0b22ef0cb8c70ad641d09d97a files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/libglvnd: disable TLS on powerpc

libGLdispatch.so.0`___lldb_unnamed_symbol96:
->  0x51346dac <+4>:  .long  0x0005e290                ; unknown opcode
1.6.0_1
10 Aug 2023 20:02:26
commit hash: b03c787cbbd8e2e63229ac8568f29ede8c8e5216commit hash: b03c787cbbd8e2e63229ac8568f29ede8c8e5216commit hash: b03c787cbbd8e2e63229ac8568f29ede8c8e5216commit hash: b03c787cbbd8e2e63229ac8568f29ede8c8e5216 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/libglvnd: drop bfd and -O0 on powerpc64

Builds fine with 13.2-RELEASE.
1.6.0
03 Aug 2023 10:40:01
commit hash: f261e8169a226b8ecdf6157912ac6cd20e16a877commit hash: f261e8169a226b8ecdf6157912ac6cd20e16a877commit hash: f261e8169a226b8ecdf6157912ac6cd20e16a877commit hash: f261e8169a226b8ecdf6157912ac6cd20e16a877 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/libglvnd: remove stale powerpc64le workaround
1.6.0
12 Jul 2023 18:56:04
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
1.6.0
09 Jul 2023 07:10:06
commit hash: 97ab578fe9a0f27cb7682c9ce48a50a6a806bb37commit hash: 97ab578fe9a0f27cb7682c9ce48a50a6a806bb37commit hash: 97ab578fe9a0f27cb7682c9ce48a50a6a806bb37commit hash: 97ab578fe9a0f27cb7682c9ce48a50a6a806bb37 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
graphics/libglvnd: allow the port to build on RISC-V

Use the same treatment as on PowerPC:

  Program python3 found: YES (/usr/local/bin/python3.8)
  Program nm found: YES (/usr/bin/nm)
  Message: Host CPU family: riscv64
  Message: Host CPU: riscv64

  meson.build:82:4: ERROR: Problem encountered: No ASM
  available for freebsd (little endian)
1.6.0
02 Apr 2023 11:50:11
commit hash: 608a2f1ea90470d8e99eeb47090d97404f8d7c2bcommit hash: 608a2f1ea90470d8e99eeb47090d97404f8d7c2bcommit hash: 608a2f1ea90470d8e99eeb47090d97404f8d7c2bcommit hash: 608a2f1ea90470d8e99eeb47090d97404f8d7c2b files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/libglvnd: fix build on powerpc

meson.build:82:4: ERROR: Problem encountered: No ASM available for freebsd (big
endian)
1.6.0
28 Nov 2022 23:54:49
commit hash: e673f5e8c20ac4c8ad8c0b62f359f6f030dba651commit hash: e673f5e8c20ac4c8ad8c0b62f359f6f030dba651commit hash: e673f5e8c20ac4c8ad8c0b62f359f6f030dba651commit hash: e673f5e8c20ac4c8ad8c0b62f359f6f030dba651 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
graphics/libglvnd: update to 1.6.0

Changes:	https://gitlab.freedesktop.org/glvnd/libglvnd/-/releases/v1.6.0
PR:		267919
Reported by:	GitLab (notify releases), Repology
Exp-run by:	antoine
Approved by:	manu
1.5.0
07 Nov 2022 18:18:19
commit hash: 7116472e60b8fd30e8c9376f7da877de9efecc62commit hash: 7116472e60b8fd30e8c9376f7da877de9efecc62commit hash: 7116472e60b8fd30e8c9376f7da877de9efecc62commit hash: 7116472e60b8fd30e8c9376f7da877de9efecc62 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
graphics/libglvnd: update to 1.5.0

Changes:	https://gitlab.freedesktop.org/glvnd/libglvnd/-/releases/v1.5.0
PR:		267458
Reported by:	GitLab (notify releases), Repology
Exp-run by:	antoine
Approved by:	manu
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.4.0_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.4.0_2
03 Jun 2022 13:41:40
commit hash: 239ba7a240fd6fd611ac6a72986de6b26ab5da64commit hash: 239ba7a240fd6fd611ac6a72986de6b26ab5da64commit hash: 239ba7a240fd6fd611ac6a72986de6b26ab5da64commit hash: 239ba7a240fd6fd611ac6a72986de6b26ab5da64 files touched by this commit
Emmanuel Vadot (manu) search for other commits by this committer
Author: Robert Clausecker
graphics/libglvnd: fix on armv6/armv7

The .thumb_func directive does not switch to thumb mode in clang's
integrated assembler.  This causes the code to be miscompiled in that
it is generated as ARM code but the symbols are tagged as thumb.  The
resulting library is unusable.  Every call into it crashes.

Fix this issue by applying an upstream patch set to have the entry
stubs be in ARM mode instead of Thumb mode.

See also:	https://gitlab.freedesktop.org/glvnd/libglvnd/-/merge_requests/267
See also:	https://gitlab.freedesktop.org/glvnd/libglvnd/-/issues/232
PR:		263845
1.4.0_1
22 Feb 2022 08:33:42
commit hash: a8e4b7a7e4cdc67a920e8ce202aad724775af914commit hash: a8e4b7a7e4cdc67a920e8ce202aad724775af914commit hash: a8e4b7a7e4cdc67a920e8ce202aad724775af914commit hash: a8e4b7a7e4cdc67a920e8ce202aad724775af914 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/libglvnd: fix build on powerpc64

While the previous fix works on powerpc64le, it looks like on powerpc64
clang is misoptimizing the code, needing -O0:
cc -Isrc/util/libcJSON.a.p -Isrc/util -I../src/util -fvisibility=hidden
-fno-color-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O3
-DUSE_PPC64_ASM -DENABLE_EGL_X11 -DHAVE_TYPEOF -DGLDISPATCH_USE_TLS
-DUSE_DISPATCH_ASM -DUSE_ATTRIBUTE_CONSTRUCTOR -DHAVE_PTHREAD_RWLOCK
-DHAVE_SYNC_INTRINSICS -DHAVE_MINCORE -DHAVE_RTLD_NOLOAD -DHAVE_DIRENT_DTYPE
-DGLDISPATCH_ENABLE_PATCHING -DEGL_NO_X11 -O2 -pipe -no-integrated-as
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing
-isystem /usr/local/include -fPIC -MD -MQ src/util/libcJSON.a.p/cJSON.c.o -MF
src/util/libcJSON.a.p/cJSON.c.o.d -o src/util/libcJSON.a.p/cJSON.c.o -c
../src/util/cJSON.c
/tmp/cJSON-528d5f.s: Assembler messages:
/tmp/cJSON-528d5f.s:327: Error: unrecognized opcode: `vxor'
/tmp/cJSON-528d5f.s:337: Error: unrecognized opcode: `stvx'
/tmp/cJSON-528d5f.s:339: Error: unrecognized opcode: `stvx'
/tmp/cJSON-528d5f.s:340: Error: unrecognized opcode: `stvx'
/tmp/cJSON-528d5f.s:1507: Error: unrecognized opcode: `vxor'
/tmp/cJSON-528d5f.s:1515: Error: unrecognized opcode: `stvx'
/tmp/cJSON-528d5f.s:1517: Error: unrecognized opcode: `stvx'
/tmp/cJSON-528d5f.s:1519: Error: unrecognized opcode: `stvx'
/tmp/cJSON-528d5f.s:1520: Error: unrecognized opcode: `stvx'
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.4.0_1
21 Feb 2022 00:31:11
commit hash: f377e31e558d55dc4a25941fb4ca4919b7aee3a3commit hash: f377e31e558d55dc4a25941fb4ca4919b7aee3a3commit hash: f377e31e558d55dc4a25941fb4ca4919b7aee3a3commit hash: f377e31e558d55dc4a25941fb4ca4919b7aee3a3 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/libglvnd: move binutils dependency to powerpc64* block

While here, remove CXXFLAGS, only CFLAGS is necessary.

Reported by:	jbeich
1.4.0_1
20 Feb 2022 11:37:28
commit hash: 9341f0aca4ecea11124957da5ea6384640745e43commit hash: 9341f0aca4ecea11124957da5ea6384640745e43commit hash: 9341f0aca4ecea11124957da5ea6384640745e43commit hash: 9341f0aca4ecea11124957da5ea6384640745e43 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/libglvnd: reduce dependency on gcc for everyone on powerpc64* by using
binutils
1.4.0
23 Dec 2021 08:34:41
commit hash: 1c6c7a379bf89fdfbca528d95951d3238a2bf642commit hash: 1c6c7a379bf89fdfbca528d95951d3238a2bf642commit hash: 1c6c7a379bf89fdfbca528d95951d3238a2bf642commit hash: 1c6c7a379bf89fdfbca528d95951d3238a2bf642 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
graphics/libglvnd: update to 1.4.0

Changes:	https://gitlab.freedesktop.org/glvnd/libglvnd/-/releases/v1.4.0
PR:		260538
Exp-run by:	antoine
Approved by:	manu
1.3.4
17 Sep 2021 17:14:55
commit hash: 841c9c30cb0c72335ffcf1d42d82f3271de64d2fcommit hash: 841c9c30cb0c72335ffcf1d42d82f3271de64d2fcommit hash: 841c9c30cb0c72335ffcf1d42d82f3271de64d2fcommit hash: 841c9c30cb0c72335ffcf1d42d82f3271de64d2f files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
graphics/libglvnd: update to 1.3.4

- graphics/egl-wayland: drop libglvnd < 1.3.4 workaround
- x11-toolkits/wlroots: rebuild to enable EGL_EXT_device_persistent_id

Changes:	https://gitlab.freedesktop.org/glvnd/libglvnd/-/compare/v1.3.3...v1.3.4
PR:		258269
Exp-run by:	antoine
Approved by:	zeising
1.3.3
19 Jun 2021 20:18:14
commit hash: 402476799ca241154f70635feed3dd3acdd74d61commit hash: 402476799ca241154f70635feed3dd3acdd74d61commit hash: 402476799ca241154f70635feed3dd3acdd74d61commit hash: 402476799ca241154f70635feed3dd3acdd74d61 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
graphics/libglvnd: Update to 1.3.3

Changes https://gitlab.freedesktop.org/glvnd/libglvnd/-/compare/v1.3.2...v1.3.3

Reviewed by:	jbeich, manu
Tested by:	jbeich, kbowling
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30817
1.3.2
17 Jun 2021 04:25:27
commit hash: b44acc9409bd3bdd92e86e35c06d50e2134b02f2commit hash: b44acc9409bd3bdd92e86e35c06d50e2134b02f2commit hash: b44acc9409bd3bdd92e86e35c06d50e2134b02f2commit hash: b44acc9409bd3bdd92e86e35c06d50e2134b02f2 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
Author: Jan Beich
graphics/mesa-libs: enable libglvnd support

PR:		246767
Reviewed by:	kbowling
Tested by:	kbowling
Differential Revision:	https://reviews.freebsd.org/D25020
1.3.2
09 Apr 2021 18:44:23
commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
Regenerate all distfiles using gitlab as source.

This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628
1.3.2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.3.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.3.2
11 Jan 2021 19:29:34
Revision:561250Original commit files touched by this commit
pkubaj search for other commits by this committer
graphics/libglvnd: fix build on powerpc64le

Same issue as on powerpc64.
1.3.2
05 Jul 2020 19:29:10
Revision:541300Original commit files touched by this commit
jbeich search for other commits by this committer
graphics/libglvnd: update to 1.3.2

Changes:	https://gitlab.freedesktop.org/glvnd/libglvnd/-/compare/v1.3.1...v1.3.2
1.3.1
15 Jun 2020 14:32:08
Revision:538880Original commit files touched by this commit
pkubaj search for other commits by this committer
graphics/libglvnd: fix build on powerpc64 elfv2

Clang fails to build this port, use GCC for now.
1.3.1
27 May 2020 07:41:41
Revision:536673Original commit files touched by this commit
jbeich search for other commits by this committer
graphics/libglvnd: add new port

Submitted by:	Greg V <greg@unrelenting.technology>

libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls
between multiple vendors. It allows multiple drivers from different vendors to
coexist on the same filesystem, and determines which vendor to dispatch each
API call to at runtime.

Both GLX and EGL are supported, in any combination with OpenGL and OpenGL ES.

https://gitlab.freedesktop.org/glvnd/libglvnd

Number of commits found: 27