non port: Mk/Uses/gl.mk |
SVNWeb
|
Number of commits found: 14 |
Sun, 24 Apr 2022
|
[ 10:00 Tobias C. Berner (tcberner) ] aa25396 (Only the first 10 of 118 ports in this commit are shown above. )
framework: cleanup conditional-indentations in Mk/
Run Tools/scripts/indent_make_if.pl on all of Mk.
These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible
Differential Revision: https://reviews.freebsd.org/D35024
Reviewed by: portmgr (rene, bapt)
|
Wed, 17 Nov 2021
|
[ 09:20 Baptiste Daroussin (bapt) ] fca1356
bsd.port.mk: clean up DEV_WARNINGS about migrations that are over
|
Thu, 15 Jul 2021
|
[ 19:48 Kevin Bowling (kbowling) ] 5343f55
Mk/bsd.default-versions: Remove libglvnd optionality
glvnd is becoming increasingly required by mesa and various FreeBSD
Ports implementation decisions. Remove the tuple to avoid unexpected
and unsupported combinations.
Reviewed by: x11 (manu, zeising)
Differential Revision: https://reviews.freebsd.org/D30930
|
Tue, 29 Jun 2021
|
[ 01:23 Kevin Bowling (kbowling) ] 7091486
graphics/libGLU: Update to 9.0.2
PR: 241568
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30869
|
Thu, 17 Jun 2021
|
[ 04:25 Kevin Bowling (kbowling) Author: Jan Beich ] b44acc9
graphics/mesa-libs: enable libglvnd support
PR: 246767
Reviewed by: kbowling
Tested by: kbowling
Differential Revision: https://reviews.freebsd.org/D25020
|
Tue, 6 Apr 2021
|
[ 14:27 Mathieu Arnold (mat) ] 5d33e04 (Only the first 10 of 224 ports in this commit are shown above. )
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
|
Sat, 19 Sep 2020
|
[ 09:34 manu ]
mesa-libs: Add glesv1 lib
There is no real reason to disable glesv1 so add it to the build.
While here add a USE_GL for it.
Reviewed by: zeising
Approved by: x11 (zeising@)
Differential Revision: https://reviews.freebsd.org/D26461
|
Thu, 7 Nov 2019
|
[ 18:49 zeising ]
Add comment about USES+=xorg in mk files
Add a comment clarifying why USES+=xorg is used in a couple of Mk/Uses/*
files, even though it does not provide any immediate functionality.
|
Wed, 6 Nov 2019
|
[ 19:02 zeising ]
Mk/Uses: Add USES+=xorg when including xorg.mk
Add USES+=xorg to the places where MK/Uses/xorg.mk is included from other
files in the Uses infrastructure. This is done to silence an erroneous
warning about USES=xorg not being set when using USES=gl, motif or xorg-cat,
even when it's included from the framework.
This is a different proposal than what was originally suggested in pr 241627
and https://reviews.freebsd.org/D22210 .
PR: 238988, 241627
Discussed with: mat
MFH: 2019Q4
Differential Revision: https://reviews.freebsd.org/D22210
|
Fri, 1 Nov 2019
|
[ 14:28 zeising ]
graphics/libGLw: Remove deprecated port
Remove graphics/libGLw, since it is deprecated.
Dependent ports have already been resolved.
Unhook it from the infrastructure in Mk/Uses/gl.mk
|
Mon, 26 Aug 2019
|
[ 10:32 zeising ]
Fix typo
Reported by: madpilot
|
[ 09:45 zeising ] (Only the first 10 of 11 ports in this commit are shown above. )
Change bsd.xorg.mk to USES=xorg and USES=xorg-cat
Change the handling of xorg dependencies to use the USES framework instead
of bsd.xorg.mk. bsd.xorg.mk is split into two parts:
* USES=xorg for ports depending on xorg ports with USE_XORG
* USES=xorg-cat for xorg ports with XORG_CAT
USES=xorg is fairly straight forward. The components needed are specified
with USE_XORG, and USES=xorg is needed to pull in this part of the
framework.
USES=xorg-cat requires that the category, previously specified with
XORG_CAT, now be passed as an argument to xorg-cat, like this
USES=xorg-cat:category. Not specifying a category is an error.
Further, it is also possible to specify which build system to use. The (Only the first 15 lines of the commit message are shown above )
|
Tue, 11 Sep 2018
|
[ 18:52 zeising ]
Sort alphabetically
|
Mon, 10 Sep 2018
|
[ 19:56 zeising ]
Change USE_GL to become USES=gl.
Change USE_GL to become USES=gl. You still need to specify USE_GL as well,
to specify which gl components you need, such as egl glesv2 glut glu glw gl.
Only specifying USE_GL is supported for now, to ease in transition. It is
however deprecated, and will be removed eventually.
Specifying USES=gl without USE_GL is an error.
USE_GL=yes is also deprecated, but supported for now. It implies USE_GL=glu.
Fix fallout from this change.
PR: 230692
Approved by: portmgr (antoine)
exp-run by: antoine
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16774
|
Number of commits found: 14 |