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: lang/pocl/Makefile

Number of commits found: 33

Wednesday, 6 Sep 2023
20:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/pocl: Clean up USES=python

Approved by:	portmgr (blanket)
With hat:	python
commit hash: d1a08b153ca2a66c11c413251cea7b6a0eff64ed commit hash: d1a08b153ca2a66c11c413251cea7b6a0eff64ed commit hash: d1a08b153ca2a66c11c413251cea7b6a0eff64ed commit hash: d1a08b153ca2a66c11c413251cea7b6a0eff64ed d1a08b1
Thursday, 17 Aug 2023
08:24 Fernando Apesteguía (fernape) search for other commits by this committer Author: O. Hartmann
lang/pocl: Update to 4.0

PR:		273150
Reported by:	ohartmann@walstatt.org (maintainer)
commit hash: 098c8a7c21efdc84e10faf1be3014c72420c35a2 commit hash: 098c8a7c21efdc84e10faf1be3014c72420c35a2 commit hash: 098c8a7c21efdc84e10faf1be3014c72420c35a2 commit hash: 098c8a7c21efdc84e10faf1be3014c72420c35a2 098c8a7
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, 3 May 2023
08:01 Fernando Apesteguía (fernape) search for other commits by this committer Author: O. Hartmann
lang/pocl: Update to POCL 3.1

PR:		271159
Reported by:	ohartmann@walstatt.org (maintainer)
commit hash: be729ef9da645eb8edea50e3239ef8538306a757 commit hash: be729ef9da645eb8edea50e3239ef8538306a757 commit hash: be729ef9da645eb8edea50e3239ef8538306a757 commit hash: be729ef9da645eb8edea50e3239ef8538306a757 be729ef
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
Saturday, 16 Jul 2022
18:37 Yuri Victorovich (yuri) search for other commits by this committer
lang/pocl: Broken on i386

Reported by:	fallout
commit hash: 0f400d7bf7ab7c121da15ecba2ac54095fa62cf9 commit hash: 0f400d7bf7ab7c121da15ecba2ac54095fa62cf9 commit hash: 0f400d7bf7ab7c121da15ecba2ac54095fa62cf9 commit hash: 0f400d7bf7ab7c121da15ecba2ac54095fa62cf9 0f400d7
Wednesday, 17 Nov 2021
02:21 Alexey Dokuchaev (danfe) search for other commits by this committer
lang/pocl: drop pkg-message + minor style and whitespace fixes

- Do not hardcode architectures in ONLY_FOR_ARCHS_REASON, derive
  them from ONLY_FOR_ARCHS instead (this also takes care of the
  missing Oxford comma)
- Remove the pkg-message file since the issue it talks about had
  been fixed in 2015; it also had slightly incorrect wording and
  several EOL whitespace bugs
commit hash: e81afc20d81e70277a0b9a4ba1a5a26c1d0f8996 commit hash: e81afc20d81e70277a0b9a4ba1a5a26c1d0f8996 commit hash: e81afc20d81e70277a0b9a4ba1a5a26c1d0f8996 commit hash: e81afc20d81e70277a0b9a4ba1a5a26c1d0f8996 e81afc2
Tuesday, 16 Nov 2021
17:25 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/pocl: port to powerpc64le
commit hash: 58c1349a63e43308ef325ecddc873f3b499e4aa4 commit hash: 58c1349a63e43308ef325ecddc873f3b499e4aa4 commit hash: 58c1349a63e43308ef325ecddc873f3b499e4aa4 commit hash: 58c1349a63e43308ef325ecddc873f3b499e4aa4 58c1349
12:03 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/pocl: port to powerpc64
commit hash: a87cbe0b5e6ad85dd21908b7943f6b11e0fb44ef commit hash: a87cbe0b5e6ad85dd21908b7943f6b11e0fb44ef commit hash: a87cbe0b5e6ad85dd21908b7943f6b11e0fb44ef commit hash: a87cbe0b5e6ad85dd21908b7943f6b11e0fb44ef a87cbe0
Tuesday, 9 Nov 2021
17:56 Mikael Urankar (mikael) search for other commits by this committer
lang/pocl: Update to 1.8

PR:		257449
commit hash: d25b263de3bc36fcc18c42b706fd4cd77ccf097d commit hash: d25b263de3bc36fcc18c42b706fd4cd77ccf097d commit hash: d25b263de3bc36fcc18c42b706fd4cd77ccf097d commit hash: d25b263de3bc36fcc18c42b706fd4cd77ccf097d d25b263
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 Feb 2021
18:07 jwb search for other commits by this committer
lang/pocl: Reverse broken RUN_DEPENDS change from last commit

PR:             252522
Reported by:    cmt
Original commitRevision:565257 
13:04 jwb search for other commits by this committer
lang/pocl: Update hwloc dependency to hwloc2

hwloc and hwloc2 conflict, so all depdendents should be moved to hwloc2
if possible

PR:             252522
Original commitRevision:565224 
Friday, 15 Jan 2021
13:52 dbaio search for other commits by this committer
lang/pocl: Remove Python 2.7 support and PY_SPHINX

Approved by:	portmgr blanket
Original commitRevision:561641 
Saturday, 19 Dec 2020
17:56 jbeich search for other commits by this committer
lang/pocl: update to 1.6

Changes:	http://portablecl.org/pocl-1.6.html
PR:		251958
Submitted by:	O. Hartmann (maintainer)
Original commitRevision:558462 
Saturday, 12 Dec 2020
10:44 jbeich search for other commits by this committer
lang/pocl: unbreak runtime after r514525

PR:		241482
Submitted by:	Lars Herschke
Approved by:	maintainer timeout (2 months)
Original commitRevision:557808 
Monday, 30 Nov 2020
22:14 jbeich search for other commits by this committer
lang/pocl: update to 1.5

- Drop libltdl dependency after r514525 [1], see
  https://github.com/pocl/pocl/commit/fe65a6d44144

Changes:	http://portablecl.org/pocl-1.5.html
PR:		248535
Submitted by:	O. Hartmann (maintainer)
Reviewed by:	kevans
Submitted by:	Lars Herschke [1]
Original commitRevision:556683 
Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
Tuesday, 15 Oct 2019
20:42 swills search for other commits by this committer
Remove unneeded BROKEN_FreeBSD_10

Reported by:	rene
Pointyat to:	swills
Original commitRevision:514566 
13:41 swills search for other commits by this committer
lang/pocl: Update to POCL 1.4

PR:		241243
Submitted by:	O. Hartmann <ohartmann@walstatt.org> (maintainer)
Original commitRevision:514525 
Wednesday, 12 Jun 2019
19:57 brooks search for other commits by this committer
Correct plist file.

The previous entries stem from trusting over-zealous substitution in
check-plist output.

PR:		224584
Original commitRevision:504035 
Thursday, 6 Jun 2019
21:07 brooks search for other commits by this committer
Update to POCL 1.3.

PR:		224584
Submitted by:	ohartmann@walstatt.org (maintainer)
Original commitRevision:503602 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
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
Original commitRevision:483807 
Wednesday, 18 Apr 2018
20:54 yuri search for other commits by this committer
lang/pocl: Remove BROKEN=fails to package

It didn't fail to package for me on 11 amd64 and 12 amd64.

Port changes:
* Move BROKENxx and ONLY_FOR_ARCHS lines to a proper place.
* Order USExx section
* Change to cmake:outsource

Approved by:	portmgr blanket
Original commitRevision:467735 
Monday, 18 Dec 2017
21:53 antoine search for other commits by this committer
Mark BROKEN: fails to package

Reported by:	pkg-fallout
Original commitRevision:456680 
Friday, 12 May 2017
17:08 rezny search for other commits by this committer
Update to 0.14 and switch to llvm40 by default

PR:		218332
Reviewed by:	jbeich
Approved by:	swills (mentor), maintainer (timeout)
Differential Revision:	https://reviews.freebsd.org/D10508
Original commitRevision:440691 
Thursday, 16 Mar 2017
18:49 rezny search for other commits by this committer
Switch build to llvm38 to clear the last dependency on llvm37

PR:		217462
Approved by:	swills (mentor), maintainer (timeout)
Differential Revision:	https://reviews.freebsd.org/D10034
Original commitRevision:436289 
Thursday, 26 Jan 2017
18:48 marino search for other commits by this committer
lang/pocl: Fix PLIST for non-FreeBSD platforms

no-op for FreeBSD, it just removes hardcoding from pkg-plist

Approved by:	just-fix-it
Original commitRevision:432531 
Sunday, 1 Jan 2017
03:45 sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Original commitRevision:430235 
Monday, 21 Nov 2016
22:01 kwm search for other commits by this committer
Clean up commented lines, replace the custom do-test with TEST_TARGET= check

Submitted by:	mat@
Original commitRevision:426761 
14:36 kwm search for other commits by this committer
Add pocl.

Portable OpenCL aims to be an efficient open source (MIT-licensed)
implementation of the OpenCL 1.2 standard. pocl uses Clang as an
OpenCL C frontend and LLVM for the kernel compiler implementation,
and as a portability layer. Thus, if your desired target has an LLVM
backend, it should be able to get OpenCL support easily by using pocl.

PR:		171914
Submitted by:	O.Hartmann <ohartmann@walstatt.org> (based on)
Original commitRevision:426722 

Number of commits found: 33