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.

non port: graphics/libepoxy/Makefile

Number of commits found: 21

Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 7 Sep 2022
21:10 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.

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 15 Aug 2021
21:34 Kevin Bowling (kbowling) search for other commits by this committer
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)
commit hash: 9d0a715765c5e723cc0fc872b6b1eab862dbcb73 commit hash: 9d0a715765c5e723cc0fc872b6b1eab862dbcb73 commit hash: 9d0a715765c5e723cc0fc872b6b1eab862dbcb73 commit hash: 9d0a715765c5e723cc0fc872b6b1eab862dbcb73 9d0a715
Tuesday, 22 Jun 2021
18:53 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
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Tuesday, 1 Jun 2021
09:49 Tobias C. Berner (tcberner) search for other commits by this committer Author: Daniel Engberg
graphics/libepoxy: update to 1.5.8

PR:		256071
Approved by:	x11 (zeising)
commit hash: 29e87cd021e8fb0ef77948bc5e049f1283e2a493 commit hash: 29e87cd021e8fb0ef77948bc5e049f1283e2a493 commit hash: 29e87cd021e8fb0ef77948bc5e049f1283e2a493 commit hash: 29e87cd021e8fb0ef77948bc5e049f1283e2a493 29e87cd
Thursday, 20 May 2021
14:45 Jan Beich (jbeich) search for other commits by this committer
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
commit hash: 36789996a45be766ef882af8c0e106334062f513 commit hash: 36789996a45be766ef882af8c0e106334062f513 commit hash: 36789996a45be766ef882af8c0e106334062f513 commit hash: 36789996a45be766ef882af8c0e106334062f513 3678999
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 14 Jun 2020
13:56 zeising search for other commits by this committer
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
Original commitRevision:538741 
Tuesday, 31 Mar 2020
20:24 zeising search for other commits by this committer
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
Original commitRevision:530011 
Sunday, 3 Nov 2019
21:56 zeising search for other commits by this committer
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
Original commitRevision:516607 
Thursday, 8 Nov 2018
20:31 zeising search for other commits by this committer
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)
Original commitRevision:484475 
Sunday, 30 Sep 2018
11:58 kwm search for other commits by this committer
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
Original commitRevision:480951 
Wednesday, 14 Jun 2017
12:04 kwm search for other commits by this committer
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.
Original commitRevision:443565 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Saturday, 4 Feb 2017
07:57 danfe search for other commits by this committer
- Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed)
Original commitRevision:433287 
Friday, 21 Oct 2016
15:21 mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Original commitRevision:424427 
Sunday, 29 Nov 2015
17:51 kwm search for other commits by this committer
Update libepoxy to 1.3.1.

Add LICENSE_FILES link.
Don't restrict to python3 only. It only needs a python to build.
Original commitRevision:402612 
Thursday, 7 May 2015
15:17 mat search for other commits by this committer
Update ports in the games category to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385633 
Saturday, 6 Dec 2014
18:22 danfe search for other commits by this committer
- 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)
Original commitRevision:374124 
Friday, 24 Oct 2014
11:10 kwm search for other commits by this committer
Add libepoxy.

Epoxy is a library for handling OpenGL function pointer management for you.
Original commitRevision:371433 

Number of commits found: 21