non port: devel/libclc/Makefile |
SVNWeb
|
Number of commits found: 35 |
Mon, 5 Dec 2022
|
[ 14:03 Emmanuel Vadot (manu) ] 855947e (Only the first 10 of 21 ports in this commit are shown above. )
graphics/mesa: Update to 22.3
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-November/000695.html
On top of the release notes it seems that Gallium XVMC is also removed, see
https://gitlab.freedesktop.org/mesa/mesa/-/commit/8cc766d8f7eac26b7c029a2fac1bdfdba4776c29
for
more info.
Bump LLVM_DEFAULT to llvm15 so LTO works.
Also update libclc to track the one from llvm15.
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D37580
|
Thu, 20 Oct 2022
|
[ 09:35 Emmanuel Vadot (manu) ] a567eb8
devel/libclc: Update to llvm13
This should be in sync with clover.
Sponsored by: Beckhoff Automation GmbH & Co. KG
MFH: 2022Q4
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Sun, 7 Nov 2021
|
[ 09:01 Emmanuel Vadot (manu) ] 7268d3b
devel/libclc: Update to 12.0.1
Use llvm releases of libclc
Force llvm12 as it is what's used for mesa/clover
Use the llvm12 flavor of spirv-llvm-translator
Differential Revision: https://reviews.freebsd.org/D31290
|
Wed, 26 May 2021
|
[ 15:05 Dmitry Marakasov (amdmi3) ] 3f06d27
devel/libclc: drop dependency on python2.7
It builds fine with python3, produced package contents are identical
Approved by: portmgr blanket
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
[ 12:05 Piotr Kubaj (pkubaj) ] bd7a217
devel/libclc: unbreak on powerpc64
Builds fine.
|
Mon, 12 Oct 2020
|
[ 08:30 manu ] (Only the first 10 of 58 ports in this commit are shown above. )
graphics/mesa*: Update to 20.2
Update to 20.2
Move graphics/libxatracker to graphics/mesa-gallium-xa
Remove VAAPI and VDPAU options in mesa-libs in favor of
two new ports : mesa-gallium-va and mesa-gallium-vdpau
Bump needed llvm to llvm10
Change a lot of meson option from false to disabled as it's
deprecated.
Remove the drm and surfaceless platform from mesa* as it's always
enabled now.
Add zstd option, used for shader cache.
Reviewed by: x11 (zeising@)
Differential Revision: https://reviews.freebsd.org/D26682
|
Mon, 11 May 2020
|
[ 20:11 jbeich ]
Adapt LLVM_DEFAULT downgrades to the new version scheme in devel/llvm10
$ DEFAULT_VERSIONS=llvm=90 make -V LLVM_DEFAULT -C graphics/mesa-dri
80
$ DEFAULT_VERSIONS=llvm=10 make -V LLVM_DEFAULT -C graphics/mesa-dri
10
PR: 245178
Reported by: mi
Approved by: x11 (zeising), maintainer timeout (2 months)
MFH: 2020Q2 (for llvm10 users)
Differential Revision: https://reviews.freebsd.org/D24222
|
Sun, 10 Nov 2019
|
[ 05:33 linimon ]
Mark BROKEN on powerpc64.
This port has been failing to build since 20180919 and I have not yet
been able to fix it.
Approved by: portmgr (tier-2 blanket)
|
Sun, 22 Sep 2019
|
[ 16:55 jbeich ]
devel/libclc: revert to llvm80 as lang/clover isn't ready
Both ports need to use the same LLVM version for OpenCL to work.
Reported by: Vasily Postnicov (on x11@ list)
Approved by: portmgr blanket
|
Fri, 20 Sep 2019
|
[ 19:58 jbeich ] (Only the first 10 of 44 ports in this commit are shown above. )
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172
|
Sun, 8 Sep 2019
|
[ 00:07 jmd ]
devel/libclc: update libclc to 0.4.0
This brings support for AMD Vega.
Reviewed by: zeising (x11)
Approved by: zeising (x11)
Differential Revision: https://reviews.freebsd.org/D21019
|
Sun, 30 Jun 2019
|
[ 14:56 zeising ] (Only the first 10 of 11 ports in this commit are shown above. )
Switch mesa and related ports to llvm80
Switch mesa over to use llvm80 instead of llvm60. Make it use the
global LLVM_DEFAULT instead of deciding for ourself which llvm version
to use. [1]
Fix build of lang/beginet [1]
Add patch from upstream to fix build of devel/libclc. The patch is taken
from the git mirror of devel/libclc rather than the SVN repo, for
convenience.
Add a patch from mesa upstream preventing certain error messages when using
amdgpu [2]
(Only the first 15 lines of the commit message are shown above )
|
Mon, 4 Mar 2019
|
[ 10:56 jbeich ]
graphics/mesa-dri: back out r494579
Landed by mistake. x11@ is immune to maintainer timeout nowadays.
PR: 230789
|
[ 10:42 jbeich ]
graphics/mesa-dri: switch to llvm70
PR: 230789
Approved by: maintainer timeout (2 weeks)
|
Mon, 28 May 2018
|
[ 20:22 zeising ]
devel/libclc: Update to the latest snapshot.
Obtained
from: https://github.com/myfreeweb/freebsd-ports-dank/commit/9ac407a1f415145139788aa457afbb947452109f
|
Fri, 27 Apr 2018
|
[ 23:10 jbeich ]
graphics/mesa-dri: switch to llvm60
PR: 227682
|
Mon, 25 Dec 2017
|
[ 23:23 rezny ]
Update to the current snapshot and switch to LLVM5 by default
|
Sat, 7 Oct 2017
|
[ 00:19 jmd ]
devel/libclc: update to more recent snapshot. Includes int64 atomics, popcnt,
and recip among smaller changes from the last 6+ months of development.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D12522
|
Mon, 3 Apr 2017
|
[ 15:11 rezny ]
Update to latest snapshot and obey MESA_LLVM_VER if set (only 40 is valid)
PR: 218195
Reviewed by: jmd
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10248
|
Thu, 30 Mar 2017
|
[ 02:46 jmd ]
Update devel/libclc to a later git tag. It now requires devel/llvm40 and brings
support for logb and expm1. License changes to BSD3 and MIT (dual).
Reviewed by: swills (mentor), rene (mentor), kwm (x11)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9394
|
Mon, 16 Jan 2017
|
[ 23:44 bapt ]
Update to 20160915 snapshot
The new snapshot is necessary for mesa updates and is the latest snapshot which
is compatible with llvm 3.9 (next are on llvm 4.0)
PR: 214883
Submitted by: matthew@reztek.cz
|
Sun, 1 Jan 2017
|
[ 03:45 sunpoet ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Fri, 9 Sep 2016
|
[ 19:25 amdmi3 ]
- Fix configure: this is not really a GNU configure
Fixes build with --disable-silent-rules
PR: 212412
Submitted by: amdmi3
Approved by: portmgr
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 25 Mar 2016
|
[ 14:08 kwm ]
Assign to x11@
|
[ 14:07 kwm ]
Update libclc to 0.2.0.20151006.
Switch to llvm 3.7.
Obtained from: graphics team develoment repo.
|
Sat, 30 Jan 2016
|
[ 12:39 marino ]
devel/libclc: Use ports libedit (build dependency)
The LLVM_TOOL_LINK builds a helper tool named utils/prepare-builtins that
requires libedit which in turn pulls in libtinfo (part of libncurses).
In order to support builds on platforms without base ncurses (e.g. DF),
require base libedit. This requires an additional -L LDFLAGS to search
${LOCALBASE}/lib for the needed libs. (prepare-builtins is not installed)
Approved by: kwm (maintainer)
|
Thu, 8 Oct 2015
|
[ 15:11 olgeni ] (Only the first 10 of 75 ports in this commit are shown above. )
Remove trailing whitespace from Makefiles, A-L.
|
Thu, 17 Sep 2015
|
[ 15:26 kwm ]
Update libclc to 0.1.0, snapshot from 20150710.
- Switch to the llvm github mirror, remove code to roll a custom
tarball from svn.
- Remove 8.x IGNORE and convert 9.x IGNORE to BROKEN_FreeBSD_9,
do away with pre.mk/post.mk.
- Bump llvm version to 3.6. to stay in sync with mesa, which will
use it in the near future.
|
Fri, 16 Jan 2015
|
[ 10:01 kwm ]
Replace a python command with python2.7 so it can actualy run the required
commands. This fixes the build in poudriere because lang/python isn't installed.
|
Wed, 14 Jan 2015
|
[ 16:00 kwm ]
Update libclc to revision 222830.
Use 0.0.1 as portversion because upstream uses it.
Switch to llvm/clang 3.5.
Mark ignore on 8.x due lack of llvm 3.5 and 9.x due to missing C++ header.
Switch the J and f option around in the tar command in the do-fetch block,
so we don't create a 'J' tar file.
|
Fri, 19 Sep 2014
|
[ 11:40 kwm ]
Add libclc.
Llvm libclc implements the library requirements of the OpenCL C programming
language, as specified by the OpenCL 1.1 spec.
|
Number of commits found: 35 |