Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.10 14 Jul 2024 12:09:42 |
Gleb Popov (arrowd) |
graphics/libepoxy: Style fixes
Reported by: jbeich |
1.5.10 13 Jul 2024 12:28:46 |
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 |
1.5.9 27 Jun 2023 19:34: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> |
07 Sep 2022 21:58:51 |
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 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.5.9 15 Aug 2021 21:34:45 |
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_1 22 Jun 2021 18:53:08 |
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 01 Jun 2021 09:49:48 |
Tobias C. Berner (tcberner) Author: Daniel Engberg |
graphics/libepoxy: update to 1.5.8
PR: 256071
Approved by: x11 (zeising) |
1.5.7 20 May 2021 14:45:00 |
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 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.5.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.4 14 Jun 2020 13:56:58 |
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 31 Mar 2020 20:24:05 |
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 03 Nov 2019 21:56:38 |
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 08 Nov 2018 20:31:08 |
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 30 Sep 2018 11:58:31 |
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 14 Jun 2017 12:04:11 |
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_1 23 May 2017 05:03:16 |
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 04 Feb 2017 07:57:42 |
danfe |
- Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed) |
1.3.1 21 Oct 2016 15:21:13 |
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 29 Nov 2015 17:51:03 |
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 07 May 2015 15:17:33 |
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 06 Dec 2014 18:22:04 |
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 24 Oct 2014 11:10:31 |
kwm |
Add libepoxy.
Epoxy is a library for handling OpenGL function pointer management for you. |