non port: graphics/libepoxy/Makefile |
Number of commits found: 24 |
Wednesday, 12 Mar 2025
|
16:36 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
ff70d31 |
Sunday, 14 Jul 2024
|
12:09 Gleb Popov (arrowd)
graphics/libepoxy: Style fixes
Reported by: jbeich
37f881b |
Saturday, 13 Jul 2024
|
12:28 Gleb Popov (arrowd) Author: Жунёва Мария Михайловна
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
7843e8c4 |
Tuesday, 27 Jun 2023
|
19:34 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>
3d9a815 |
Wednesday, 7 Sep 2022
|
21:10 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)
b7f0544 |
Sunday, 15 Aug 2021
|
21:34 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)
9d0a715 |
Tuesday, 22 Jun 2021
|
18:53 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
da3162c |
Tuesday, 1 Jun 2021
|
09:49 Tobias C. Berner (tcberner) Author: Daniel Engberg
graphics/libepoxy: update to 1.5.8
PR: 256071
Approved by: x11 (zeising)
29e87cd |
Thursday, 20 May 2021
|
14:45 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
3678999 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 14 Jun 2020
|
13:56 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
 |
Tuesday, 31 Mar 2020
|
20:24 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
 |
Sunday, 3 Nov 2019
|
21:56 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
 |
Thursday, 8 Nov 2018
|
20:31 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)
 |
Sunday, 30 Sep 2018
|
11:58 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
 |
Wednesday, 14 Jun 2017
|
12:04 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.
 |
Tuesday, 23 May 2017
|
05:03 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
 |
Saturday, 4 Feb 2017
|
07:57 danfe
- Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed)
 |
Friday, 21 Oct 2016
|
15:21 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
 |
Sunday, 29 Nov 2015
|
17:51 kwm
Update libepoxy to 1.3.1.
Add LICENSE_FILES link.
Don't restrict to python3 only. It only needs a python to build.
 |
Thursday, 7 May 2015
|
15:17 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
 |
Saturday, 6 Dec 2014
|
18:22 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)
 |
Friday, 24 Oct 2014
|
11:10 kwm
Add libepoxy.
Epoxy is a library for handling OpenGL function pointer management for you.
 |
Number of commits found: 24 |