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: devel/llvm50/Makefile

Number of commits found: 33

Monday, 25 Mar 2019
23:59 brooks search for other commits by this committer
Deprecate and slap an expiriation date on llvm50.
Original commitRevision:496861 
Monday, 18 Feb 2019
21:52 brooks search for other commits by this committer
Don't override the compiler on armv7.

The base system compiler is now sufficent to build and link.

No version bump.  While technically required for armv7, forcing everyone
to rebuild for this minor change that doesn't effect actual use is not
justifiable.

PR:		235282
Submitted by:	jbeich
Original commitRevision:493328 
Friday, 18 Jan 2019
22:57 brooks search for other commits by this committer
Remove obsolete conflicts entries referencing clang-devel.
Original commitRevision:490680 
Thursday, 17 Jan 2019
23:29 brooks search for other commits by this committer
More throughly disable assertions.  This works around USES=cmake
overriding the CFLAGS used to build. [0]

devel/llvm[45]0: Fix build on GCC systems. [1]

devel/llvm[456]: Avoid realpath calls where possible in the wrapper
script. [2]

PR:		233506 [0], 234647 [1], 234937 [1]
Submitted by:	greg@unrelenting.technology [0], pkubaj@anongoth.pl [1],
		bdrewery [2]
Differential Revision:	https://reviews.freebsd.org/D17990
Original commitRevision:490610 
Tuesday, 8 Jan 2019
09:06 tobik search for other commits by this committer
Do not set OPTIONS_SUB twice
Original commitRevision:489658 
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 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
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 
Tuesday, 21 Aug 2018
20:29 brooks search for other commits by this committer
Limit LLVM builds to linking a single binary at a time.

Regular builds can requires multiple gigabytes of memory at Debug builds
can exceed 100GB.  This should help low-memory systems such as
Raspberry-Pis and VMs.

Submitted by:	dim
Original commitRevision:477756 
Wednesday, 15 Aug 2018
22:40 brooks search for other commits by this committer
Fix build with clang 7.0.

PR:		230463
Submitted by:	dim
Original commitRevision:477293 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Thursday, 5 Jul 2018
09:02 jbeich search for other commits by this committer
devel/llvm*: apply r447281 and enable OPENMP on i386

PR:		229521
Approved by:	brooks (maintainer)
MFH:		2018Q3
Original commitRevision:473956 
Thursday, 21 Jun 2018
08:37 amdmi3 search for other commits by this committer
- Switch to new test framework

Approved by:	portmgr blanket
Original commitRevision:472966 
Wednesday, 23 May 2018
23:24 sunpoet search for other commits by this committer
Simplify Makefile: use PY_ENUM34

With hat:	python
Original commitRevision:470741 
Tuesday, 22 May 2018
13:15 mat search for other commits by this committer
Add PY_FLAVOR to Python module dependencies.

Sponsored by:	Absolight
Original commitRevision:470610 
Thursday, 3 May 2018
23:33 brooks search for other commits by this committer
Update to LLVM 5.0.2.

This release includes Spectre mitigations.

Sponsored by:	DARPA, AFRL
Original commitRevision:468997 
Saturday, 31 Mar 2018
03:28 tobik search for other commits by this committer
devel/llvm*: Fix wrapper scripts to support symlinking to them

The wrapper scripts currently do not resolve the real path to $0:

$ install -l rs /usr/local/bin/clang50 gcc
$ ./gcc
./gcc: /usr/local/llvm50/bin/gcc: not found

Here /usr/local/llvm50/bin/clang should be called not
/usr/local/llvm50/bin/gcc.

Approved by:		brooks (maintainer)
Differential Revision:	https://reviews.freebsd.org/D14727
Original commitRevision:466018 
Wednesday, 21 Mar 2018
03:45 bdrewery search for other commits by this committer
Fix CCACHE_BUILD support.
Original commitRevision:465145 
Friday, 19 Jan 2018
23:38 brooks search for other commits by this committer
Fix python dependency: restrict to python 2.7.

No PORTREVISON bump as build would fail without python 2.7

PR:		225144
Submitted by:	sunpoet
Original commitRevision:459485 
Wednesday, 10 Jan 2018
19:21 brooks search for other commits by this committer
Upgrade to 5.0.1.

Add a local distfile backup while LLVM sorts out mirror issues.

Correct shared linkage with llvm-config50.[0]

PR:		223191 [0]
Submitted by:	greg@unrelenting.technology [0]
MFH:		2018Q1
Original commitRevision:458680 
06:57 antoine search for other commits by this committer
Revert r458590, it's unfetchable

With hat:	portmgr
Original commitRevision:458612 
01:43 brooks search for other commits by this committer
Upgrade to 5.0.1.

Correct shared linkage with llvm-config50.[0]

PR:		223191 [0]
Submitted by:	greg@unrelenting.technology
MFH:		2008Q1
Original commitRevision:458590 
Tuesday, 28 Nov 2017
17:13 brooks search for other commits by this committer
Enable RTTI to allow ports such as `graphics/openshadinglanguage' and
`graphics/appleseed' to link with LLVM.

Requested by:	danfe
Original commitRevision:455066 
Sunday, 12 Nov 2017
09:09 brooks search for other commits by this committer
Merge from src:

lld: accept EINVAL to indicate posix_fallocate is unsupported

As of r325320 posix_fallocate on a ZFS filesystem returns EINVAL to
indicate that the operation is not supported. (I think this is a strange
choice of errno on the part of POSIX.)

PR:		223383, 223440
Reported by:	Mark Millard
Original commitRevision:454025 
Saturday, 14 Oct 2017
23:38 brooks search for other commits by this committer
Put openmp in the right place so it is built and installed.

PR:		222727
Original commitRevision:452094 
18:54 brooks search for other commits by this committer
Fix build without EXTRAS (clangd is part of EXTRAS, not CLANG). [0]

Update ccache links on install/deinstall. [1]

PR:		222964 [0], 217572 [1]
Original commitRevision:452079 
Thursday, 12 Oct 2017
18:16 brooks search for other commits by this committer
- add support for ARMv7
- for ARMv[67], use correct API when building CONFIGURE_TARGET

PR:		219779
Submitted by:	Sylvain Garrigues <sylvain@sylvaingarrigues.com>
Original commitRevision:451923 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Wednesday, 20 Sep 2017
16:05 brooks search for other commits by this committer
Spell PORTREVISION correctly.

Reported by:	"Matthew D. Fuller" <fullermd@over-yonder.net>
Original commitRevision:450206 
01:33 brooks search for other commits by this committer
Don't install a wrapper for the not installed pp-trace program.

GC an obsolete patch.

PR:		222380
Original commitRevision:450183 
Tuesday, 19 Sep 2017
23:44 brooks search for other commits by this committer
Disable LLDB builds on 10.x as they don't link.

Attempt to correct default targets. [0]

Fix more references to clang-format50 and use a more future proof
patching approach. [1]

Build and install pp-trace with the EXTRAS target.

PR:		219779 [0], 220995 [1], 222380 [2]
Original commitRevision:450176 
Monday, 18 Sep 2017
19:24 brooks search for other commits by this committer
Fix builds without COMPILER_RT.
Original commitRevision:450073 
Thursday, 14 Sep 2017
19:30 brooks search for other commits by this committer
Add a port of LLVM 5.0.0 release.

Sponsored by:	DARPA, AFRL
Original commitRevision:449851 

Number of commits found: 33