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/llvm40/Makefile

Number of commits found: 49

Friday, 7 Jun 2019
16:15 brooks search for other commits by this committer
Add an expiration date now that devel/llvm40 has not dependencies.
Original commitRevision:503636 
Wednesday, 15 May 2019
14:17 brooks search for other commits by this committer
Use GCC 7 instead of GCC 5 when the base system doesn't have libc++.
We'd use USE_GCC=yes, but GCC 8 doesn't like the obsolete C++ in this
obsolete codebase.

Requested by:	gerald
Original commitRevision:501709 
Thursday, 7 Mar 2019
17:25 brooks search for other commits by this committer
Apply upstream r291939 to fix lambda issues.

This fixes build with clang 8.0.0.

PR:		236193
Submitted by:	dim
Original commitRevision:494964 
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 
Tuesday, 2 Oct 2018
20:12 brooks search for other commits by this committer
Fix build on non-clang systems.[0]

Switch to shared LICENSE defintions.

Chase USE_GNOME changes.

PR:		231528 [0]
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> [0]
Sponsored by:	DARPA, AFRL
Original commitRevision:481132 
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 
Wednesday, 20 Jun 2018
08:37 amdmi3 search for other commits by this committer
- Switch to new test framework

Approved by:	portmgr blanket
Original commitRevision:472853 
Wednesday, 18 Apr 2018
21:06 brooks search for other commits by this committer
Remove a needless include of vm/pmap.h which broke the i386 build with
COMPILER_RT enabled on recent CURRENT.

Rename files as if EXTRA_PATCHS+=compiler-rt were used, but don't use it
due to compiler-rt's odd location in WRKDIR.

No functional change.
Original commitRevision:467737 
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 
Monday, 26 Feb 2018
22:31 sunpoet search for other commits by this committer
Simplify Makefile: use PY_ENUM34

With hat:	python
Original commitRevision:463074 
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
04:02 brooks search for other commits by this committer
Correct llvm-config40 output with shared libraries.

PR:		223191
Submitted by:	greg@unrelenting.technology
MFH:		2018Q1
Original commitRevision:458596 
Wednesday, 29 Nov 2017
23:40 brooks search for other commits by this committer
Enable RTTI to allow ports that need it to work.

Requested by:	danfe
Original commitRevision:455158 
Monday, 13 Nov 2017
01:45 brooks search for other commits by this committer
Merge from src and upstream LLVM:

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:454093 
Sunday, 15 Oct 2017
18:26 brooks search for other commits by this committer
Fix hardcoded version in clang-format. [0]

Run ccache-update-links on install and deinstall. [1]

PR:		220995 [0], 217572 [1]
Original commitRevision:452160 
Wednesday, 11 Oct 2017
17:15 brooks search for other commits by this committer
- add support for ARMv7
- according to r450176 pass CONFIGURE_TARGET as LLVM_DEFAULT_TARGET_TRIPLE
  and LLVM_HOST_TRIPLE
- for ARMv[67], use correct API when building CONFIGURE_TARGET

PR:		219779
Submitted by:	mmel
Original commitRevision:451764 
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 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Sunday, 25 Jun 2017
21:07 tcberner search for other commits by this committer
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
Original commitRevision:444324 
Friday, 23 Jun 2017
17:38 brooks search for other commits by this committer
Upgrade to 4.0.1 release.
Original commitRevision:444184 
Tuesday, 20 Jun 2017
00:10 brooks search for other commits by this committer
Fix build with CLANG disabled.

PR:		220142
Original commitRevision:443917 
Wednesday, 24 May 2017
22:42 brooks search for other commits by this committer
Bump rather than decrement PORTREVISION.

Reported by:	jkim
Original commitRevision:441626 
22:14 brooks search for other commits by this committer
Adapt to ino64 changes.[0]

Bump dependencies to allow python 3 support.[1]

PR:		219222 [1]
Submitted by:	kib [0], Daniel Ylitalo <daniel@blodan.se> [1]
Reviewed by:	emaste [0]
Differential Revision:	https://reviews.freebsd.org/D10797
Original commitRevision:441623 
Monday, 22 May 2017
17:39 bdrewery search for other commits by this committer
Fix build when LOCALBASE is not /usr/local.

Reviewed by:	brooks
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D10859
Original commitRevision:441483 
Monday, 8 May 2017
20:32 brooks search for other commits by this committer
Upgrade to 4.0.1rc1.

Fix build on powerpc.[0]

Submitted by:	rezny[0]
Differential Revision:	https://reviews.freebsd.org/D10630
Original commitRevision:440459 
Friday, 21 Apr 2017
15:03 brooks search for other commits by this committer
Fix SHEBANG_FILES when the EXTRAS option is disabled.

PR:		218719, 218775, 218776
Submitted by:	Helge Oldach <freebsd@oldach.net>, owen@easytarget.org
Original commitRevision:439084 
Monday, 17 Apr 2017
14:40 miwi search for other commits by this committer
- Fix Shebangs
Original commitRevision:438697 
00:30 brooks search for other commits by this committer
Fix build on armv6.

PR:		218685
Submitted by:	mmel
Original commitRevision:438674 
Sunday, 16 Apr 2017
19:30 brooks search for other commits by this committer
Add a patch for upstream r300404:

Use correct registers for "A" inline asm constraint

Summary:
In PR32594, inline assembly using the 'A' constraint on x86_64 causes
llvm to crash with a "Cannot select" stack trace.  This is because
`X86TargetLowering::getRegForInlineAsmConstraint` hardcodes that 'A'
means the EAX and EDX registers.

However, on x86_64 it means the RAX and RDX registers, and on 16-bit x86
(ia16?) it means the old AX and DX registers.

Add new register classes in `X86RegisterInfo.td` to support these cases,
and amend the logic in `getRegForInlineAsmConstraint` to cope with
different subtargets.  Also add a test case, derived from PR32594.

Submitted by:	dim
Original commitRevision:438668 
Saturday, 15 Apr 2017
14:11 linimon search for other commits by this committer
Remove the misspelled ONLY_FOR_ARCH definitions, which referred to an
arch we no longer support in any case.

Approved by:	portmgr (tier-2 blanket), "just fix it"
Original commitRevision:438584 
Wednesday, 5 Apr 2017
21:12 brooks search for other commits by this committer
The LLDB option requires CLANG so make it imply CLANG.

Attempt to reduce the size of WITH_DEBUG builds.  Reports suggest they
are still enormous.

Garbage collect some FreeBSD 9.x bits.
Original commitRevision:437835 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

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

PR:		216707
Original commitRevision:437439 
Wednesday, 29 Mar 2017
14:43 jbeich search for other commits by this committer
devel/openmp: link libomp.so against -lm for clang 3.6+

PR:		214258
Submitted by:	Yuta Satoh <nigoro.dev@gmail.com>
Approved by:	portmgr blanket
Original commitRevision:437204 
Tuesday, 21 Mar 2017
18:02 brooks search for other commits by this committer
Update to 4.0.0 RELEASE.
Original commitRevision:436626 
Saturday, 11 Mar 2017
01:57 brooks search for other commits by this committer
Update to RC4 (identical to final which will be released shortly).
Original commitRevision:435878 
Friday, 3 Mar 2017
01:27 brooks search for other commits by this committer
Update to rc3.

Sponsored by:	DARPA, AFRL
Original commitRevision:435298 
Friday, 17 Feb 2017
01:28 brooks search for other commits by this committer
Update to 4.0.0rc2.

Sponsored by:	DARPA, AFRL
Original commitRevision:434261 
Saturday, 11 Feb 2017
19:21 antoine search for other commits by this committer
Apply upstream r294806, remove struct_rtentry_sz on FreeBSD
This should fix build on head after _WANT_RTENTRY removal
Original commitRevision:433904 
Wednesday, 8 Feb 2017
21:24 brooks search for other commits by this committer
Allow build with EXTRAS disabled.

The plist change is a no-op except when it broke the build so not
bumping PORTREVISION.

PR:		216786
Reported by:	greenreaper@hotmail.com
Sponsored by:	DARPA, AFRL
Original commitRevision:433675 
Thursday, 26 Jan 2017
17:38 brooks search for other commits by this committer
Add LLVM 4.0.0rc1 copied form llvm39.

Adjust plist generation to be more copy friendly for future releases.
Original commitRevision:432520 

Number of commits found: 49