notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/oclgrind/Makefile
SVNWeb

Number of commits found: 24

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 19 Jan 2022
[ 11:04 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:65d22e337b24d93b905df48fabce173fec80a430  commit hash:65d22e337b24d93b905df48fabce173fec80a430  commit hash:65d22e337b24d93b905df48fabce173fec80a430  65d22e3 
devel/oclgrind: fix build on riscv64

ld: error: testCCompiler.c:(.text+0x0): relocation R_RISCV_ALIGN requires
unimplemented linker relaxation; recompile with -mno-relax
Wed, 1 Dec 2021
[ 14:49 Johannes M Dieterich (jmd) search for other commits by this committer ]    commit hash:793bb9ca82977fc2d6e5633e04a2af9a793ff45c  commit hash:793bb9ca82977fc2d6e5633e04a2af9a793ff45c  commit hash:793bb9ca82977fc2d6e5633e04a2af9a793ff45c  793bb9c 
devel/oclgrind: increment PORTEPOCH

Due to the version change to abbreviated years (21.10) we'd otherwise go
backwards.
Tue, 30 Nov 2021
[ 18:53 Johannes M Dieterich (jmd) search for other commits by this committer ]    commit hash:31637dc81773fce2b313ec59036a546d5d22edae  commit hash:31637dc81773fce2b313ec59036a546d5d22edae  commit hash:31637dc81773fce2b313ec59036a546d5d22edae  31637dc 
devel/oclgrind: update to 21.10

Changelog: https://github.com/jrprice/Oclgrind/releases/tag/v21.10

Update LLVM dependency to LLVM12 - minimum LLVM11 is required upstream.

Remove powerpc special casing in-line with comment (LLVM >9)

Add pkg-message that procfs(5) is required.

Clean pkg-descr whitespace.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 5 Jul 2020
[ 20:01 pkubaj search for other commits by this committer ] Original commit   Revision:541305
devel/oclgrind: fix build on powerpc64 elfv2

LLVM 8 works by default in elfv1 mode, which doesn't really work on FreeBSD with
our gcc 4.2, but supports switching to elfv2. Since it build properly on elfv2,
hardcode it until the port switches to newer LLVM.
Mon, 11 May 2020
[ 20:11 jbeich search for other commits by this committer ] Original commit   Revision:534936
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
Fri, 20 Sep 2019
[ 19:58 jbeich search for other commits by this committer ] Original commit   Revision:512440 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Switch default devel/llvm* to 90

PR:		239682
Reviewed by:	tobik
Differential Revision:	https://reviews.freebsd.org/D21172
Sun, 8 Sep 2019
[ 06:26 antoine search for other commits by this committer ] Original commit   Revision:511550
Remove unneeded USES=compiler
[ 00:01 jmd search for other commits by this committer ] Original commit   Revision:511525
devel/oclgrind: always compile with CXX/CC from LLVM_DEFAULT

This will fix issues when switching LLVM_DEFAULT to 9.0 on releases with
older base compilers.

PR:		239682
Sat, 7 Sep 2019
[ 23:22 jmd search for other commits by this committer ] Original commit   Revision:511523
devel/oclgrind: respect LLVM_DEFAULT.

Was introduced in r495460, it seems.

While there, update to the latest snapshot which fixes a bug in rect command
types.

PR:		239719
Reported by:	jbeich
Wed, 7 Aug 2019
[ 21:14 jmd search for other commits by this committer ] Original commit   Revision:508351
devel/oclgrind: update to tip of repository

Most notably fixes a bunch of memory leaks.
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 20 Mar 2019
[ 12:23 jbeich search for other commits by this committer ] Original commit   Revision:496337 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Switch to devel/llvm80 for DEFAULT_VERSIONS

PR:		235215
Tue, 12 Mar 2019
[ 15:33 brooks search for other commits by this committer ] Original commit   Revision:495460
Upgrade to the latest version on github.

Switch to using LLVM_DEFAULT instead of a hard-coded dependency on
llvm50.

PR:		236469
Approved by:	jmd (maintainer)
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Fri, 2 Nov 2018
[ 13:32 rene search for other commits by this committer ] Original commit   Revision:483807 (Only the first 10 of 243 ports in this commit are shown above. View all ports for this commit)
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Mon, 11 Jun 2018
[ 01:44 linimon search for other commits by this committer ] Original commit   Revision:472160 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.

For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).

Tested for no-harm on amd64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Wed, 3 Jan 2018
[ 02:20 jmd search for other commits by this committer ] Original commit   Revision:457941
devel/oclgrind: Update LLVM dependency to LLVM5 to stay in lockstep with the
other OpenCL ports (see PR). In my testing, this also requires a newer
development snapshot for runtime stability - so update to latest snapshot.

PR:		224652
Submitted by:	jbeich (for the LLVM update)
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D13726
Thu, 28 Sep 2017
[ 02:44 jmd search for other commits by this committer ] Original commit   Revision:450800
Upgrade oclgrind to catch up with 8 months of development. Among the changes:
int64 atomics support, more parts of OpenCL 2.0, and usage of clang's builtin
OpenCL headers.

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D12523
Sat, 11 Feb 2017
[ 01:58 sunpoet search for other commits by this committer ] Original commit   Revision:433831
Update MAINTAINER: use @FreeBSD.org
Fri, 10 Feb 2017
[ 00:23 jmd search for other commits by this committer ] Original commit   Revision:433780
Add oclgrind port. Oclgrind is the OpenCL equivalent of valgrind and useful to
debug OpenCL kernels and OpenCL enabled codes.

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9467

Number of commits found: 24