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
glad Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL loader-generator
0.1.36 graphics on this many watch lists=0 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 0.1.36Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-06-09 17:02:10
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: MIT
WWW:
https://glad.dav1d.de/
Description:
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
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 (14 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/glad-0.1.36/catalog.mk
  3. /usr/local/share/licenses/glad-0.1.36/LICENSE
  4. /usr/local/share/licenses/glad-0.1.36/MIT
  5. include/KHR/khrplatform.h
  6. include/glad/glad.h
  7. lib/cmake/glad/gladConfig.cmake
  8. lib/cmake/glad/gladConfigVersion.cmake
  9. lib/cmake/glad/gladTargets-release.cmake
  10. lib/cmake/glad/gladTargets.cmake
  11. lib/libglad.so
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • glad>0:graphics/glad
Conflicts:
CONFLICTS_INSTALL:
  • libglvnd
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/graphics/glad/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/glad
  • pkg install glad
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: glad
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1641579946 SHA256 (Dav1dde-glad-v0.1.36_GH0.tar.gz) = 8470ed1b0e9fbe88e10c34770505c8a1dc8ccb78cadcf673331aaf5224f963d2 SIZE (Dav1dde-glad-v0.1.36_GH0.tar.gz) = 323892

Packages (timestamps in pop-ups are UTC):
glad
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.360.1.360.1.340.1.360.1.36-0.1.34-
FreeBSD:13:quarterly0.1.360.1.360.1.360.1.360.1.360.1.360.1.360.1.36
FreeBSD:14:latest0.1.360.1.360.1.360.1.360.1.360.1.36-0.1.36
FreeBSD:14:quarterly0.1.360.1.36-0.1.360.1.360.1.360.1.360.1.36
FreeBSD:15:latest0.1.360.1.36n/a0.1.36n/a0.1.360.1.360.1.36
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
graphics_glad
USES:
cmake python:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/Dav1dde/glad/tar.gz/v0.1.36?dummy=/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
0.1.36
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)
0.1.36
07 Jan 2022 18:57:48
commit hash: 0cdff66a918bfb06426d125bdb4b57f42f1b1c92commit hash: 0cdff66a918bfb06426d125bdb4b57f42f1b1c92commit hash: 0cdff66a918bfb06426d125bdb4b57f42f1b1c92commit hash: 0cdff66a918bfb06426d125bdb4b57f42f1b1c92 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/glad: Update 0.1.34 -> 0.1.36

Reported by:	portscout
0.1.34_1
22 Jun 2021 18:53:08
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
0.1.34
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
0.1.34
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
0.1.34
07 Apr 2021 04:19:52
commit hash: 1930871df37d21d1c4773227c1b237b5682c1233commit hash: 1930871df37d21d1c4773227c1b237b5682c1233commit hash: 1930871df37d21d1c4773227c1b237b5682c1233commit hash: 1930871df37d21d1c4773227c1b237b5682c1233 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
graphics/glad: Add explicit Python build dependency (D29353)

This unbreaks the build when using devel/samurai.

It previously got it through ninja which has a run dependency on
Python.

[  0% 1/3] cd /wrkdirs/usr/ports/graphics/glad/work/glad-0.1.34 &&
_Python_EXECUTABLE-NOTFOUND -m glad --profile=compatibility
--out-path=/wrkdirs/usr/ports/graphics/glad/work/.build --api= --generator=c
--extensions= --spec=gl --reproducible
samu: job failed: cd /wrkdirs/usr/ports/graphics/glad/work/glad-0.1.34 &&
_Python_EXECUTABLE-NOTFOUND -m glad --profile=compatibility
--out-path=/wrkdirs/usr/ports/graphics/glad/work/.build --api= --generator=c
--extensions= --spec=gl --reproducible
/bin/sh: _Python_EXECUTABLE-NOTFOUND: not found
samu: subcommand failed

http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/glad-0.1.34.log

PR:		254678
0.1.34
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.
0.1.34
07 Nov 2020 23:10:49
Revision:554425Original commit files touched by this commit
yuri search for other commits by this committer
graphics/glad: Update 0.1.33 -> 0.1.34

Reported by:	portscout
0.1.33
28 Mar 2020 19:57:38
Revision:529759Original commit files touched by this commit
yuri search for other commits by this committer
graphics/glad: Conflicts with mesa-libs

Reported by:	Ka Ho Ng <khng300@gmail.com>
0.1.33
04 Aug 2019 08:02:13
Revision:508073Original commit files touched by this commit
yuri search for other commits by this committer
graphics/glad: Update 0.1.32 -> 0.1.33

Reported by:	portscout
0.1.32
03 Aug 2019 20:06:57
Revision:507993Original commit files touched by this commit
yuri search for other commits by this committer
graphics/glad: Update 0.1.31 -> 0.1.32

Reported by:	portscout
0.1.31
08 Jul 2019 08:31:21
Revision:506207Original commit files touched by this commit
yuri search for other commits by this committer
graphics/glad: Update 0.1.30 -> 0.1.31

Reported by:	portscout
0.1.30
09 Jun 2019 17:01:54
Revision:503845Original commit files touched by this commit
yuri search for other commits by this committer
New port: graphics/glad: Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL
loader-generator

Number of commits found: 14