libepoxy 1.5.10
graphics/libepoxy
Library to handle OpenGL function pointer management
Description
Epoxy is a library for handling OpenGL function pointer management for you.
Dependencies
- build devel/meson
- build devel/ninja
- build devel/pkgconf
- build lang/python311
- build x11/libX11
- build x11/xorgproto
- lib graphics/libglvnd
- run graphics/libglvnd
- run x11/libX11
Commit History
may be incomplete — full history at freebsd-ports on GitHub
| Commit | Credits | Log message |
|---|---|---|
|
1.5.10
a0ce779c88
files touched
|
Olivier Duchateau (duchateau.olivier) |
Mk/bsd.sites.mk: Simplify MASTER_SITES= GNOME
Since GNOME changes their numbering, in some Makefile MASTER_SITES= GNOME is more complex. This patch simplify for users. Differential Revision: https://reviews.freebsd.org/D43183 |
|
1.5.10
ff70d3153f
files touched
|
Baptiste Daroussin (bapt) |
graphics/libepoxy: add run dependency on libegl
libexpoxy does not technically link to libegl, but has a dependency on it via its pkgconf file, in the future we will stop tracking LIB_DEPENDS as RUN_DEPENDS, anticipate this change and enforce egl.pc as a RUN_DEPENDS |
|
1.5.10
37f881b395
files touched
|
Gleb Popov (arrowd) |
graphics/libepoxy: Style fixes
Reported by: jbeich |
|
1.5.10
7843e8c44a
files touched
|
Жунёва Мария Михайловна (zhunyova) |
graphics/libepoxy: update to 1.5.10
Changes: https://github.com/anholt/libepoxy/releases/tag/1.5.10 Reviewed by: diizzy, jbeich Tested by: arrowd Pull Request: https://github.com/freebsd/freebsd-ports/pull/273 Sponsored by: Serenity Cybersecurity, LLC |
|
1.5.9
3d9a815d9c
files touched
|
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
|
1.5.9
fb16dfecae
files touched
|
Stefan Eßer (se) |
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.5.9
b7f05445c0
files touched
|
Stefan Eßer (se) |
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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner) |
|
1.5.9
9d0a715765
files touched
|
Kevin Bowling (kbowling) |
graphics/libepoxy: Update to 1.5.9
There is one change which fixes a regression with libOpenGL: "Allow libopengl.so to be used when GLX_LIB is missing" PR: 256388 Approved by: x11 (zeising) |
|
1.5.8
da3162c7c9
files touched
|
Kevin Bowling (kbowling) |
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 |
|
1.5.8
29e87cd021
files touched
|
Daniel Engberg (daniel.engberg.lists) |
graphics/libepoxy: update to 1.5.8
PR: 256071 Approved by: x11 (zeising) |
|
1.5.7
36789996a4
files touched
|
Jan Beich (jbeich) |
graphics/libepoxy: update to 1.5.7
Changes: https://github.com/anholt/libepoxy/releases/tag/1.5.5 Changes: https://github.com/anholt/libepoxy/releases/tag/1.5.6 Changes: https://github.com/anholt/libepoxy/releases/tag/1.5.7 PR: 254350 Reported by: portscout Submitted by: Evgeniy Khramtsov <2khramtsov@gmail.com> (based on) Approved by: zeising |
|
1.5.4
cf118ccf87
files touched
|
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday. Reported by: lwhsu
|
|
1.5.4
305f148f48
files touched
|
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles.
|
|
1.5.4
dfd13f9f98
files touched
|
Niclas Zeising (zeising) |
graphics/libepoxy: Make x11 support an option
Make X11 support in graphics/libepoxy an option, default to on. This makes it possible to build libepoxy with only wayland support. PR: 245510 Submitted by: Greg V (with minor changes) Reviewed by: jbiech |
|
1.5.4
99a732e794
files touched
|
Niclas Zeising (zeising) |
graphics/libepoxy: Update to 1.5.4
Update graphics/libepoxy to 1.5.4 Change to USE_GITHUB to pull distfiles straight from github. ChangeLog: https://github.com/anholt/libepoxy/releases/tag/1.5.3 https://github.com/anholt/libepoxy/releases/tag/1.5.4 |
|
1.5.2
c32f72e68d
files touched
|
Niclas Zeising (zeising) |
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT Add USES=xorg and USES=gl as needed to x11@ ports |
|
1.5.2
a245eb7b5a
files touched
|
Niclas Zeising (zeising) |
Enable libEGL for all platforms
Enable libEGL build for all platforms, even those without llvm. Previously it was disabled on those platforms. This has been tested on sparc64. Remove the EGL option completely. PR: 232729 Submitted by: jbeich Tested by: Yoshihiko Iwama (sparc64 support) |
|
1.5.2
951c1f5d1c
files touched
|
Koop Mast (kwm) |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761 |
|
1.4.3
14394a78e3
files touched
|
Koop Mast (kwm) |
Update libepoxy to 1.4.3.
* Switch to meson build system * This release makes EGL support switchable. Make it a option and disable it on mips and sparc64, due to not having libEGL in mesa-libs. |
|
1.3.1
b760897dde
files touched
|
Matthew Rezny (rezny) |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 |
|
1.3.1
a83aa892bb
files touched
|
Alexey Dokuchaev (danfe) |
- Spell `LICENSE_FILE' variable correctly - Fix some nearby bogosities (when noticed)
|
|
1.3.1
a0bcd2cf68
files touched
|
Mathieu Arnold (mat) |
Use USES=pathfix where applicable.
PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 |
|
1.3.1
8e918ec1df
files touched
|
Koop Mast (kwm) |
Update libepoxy to 1.3.1.
Add LICENSE_FILES link. Don't restrict to python3 only. It only needs a python to build. |
|
1.2
02415c68f5
files touched
|
Mathieu Arnold (mat) |
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight |
|
1.2
fe5adf90f2
files touched
|
Alexey Dokuchaev (danfe) |
- Replace continuous spaces with tabs - Drop needless GH_PROJECT, link GH_TAGNAME to PORTVERSION - Fix a typo in COMMENT and reword it; beautify pkg-descr - Merge two USE_XORG's into one
Approved by: kwm (timeout since Oct 24) |
|
1.2
1bc98bdc34
files touched
|
Koop Mast (kwm) |
Add libepoxy.
Epoxy is a library for handling OpenGL function pointer management for you. |