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

Number of commits found: 51

Wednesday, 20 Mar 2019
23:09 brooks search for other commits by this committer
Set an expiration date of next Saturday.

I'd like this port gone before the 2019Q2 branch is created.  The last
dependency (security/klee) has a patch to switch to llvm60.

PR:		230468
Original commitRevision:496394 
Friday, 18 Jan 2019
22:57 brooks search for other commits by this committer
Remove obsolete conflicts entries referencing clang-devel.
Original commitRevision:490680 
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, 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 
Friday, 17 Aug 2018
18:19 brooks search for other commits by this committer
Switch from ninja to Makefiles to work around bugs in generated ninja code.

The Makefile code generates broken installs for sanatizer bits so
remove the COMPILER_RT option as this port exists entierly to support
devel/gps and devel/klee and they can live without the sanatizers.

Submitted by:	arrowd (in concept)
Sponsored by:	DARPA, AFRL
Original commitRevision:477441 
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 
Monday, 16 Apr 2018
08:33 amdmi3 search for other commits by this committer
- Switch to new test framework

Approved by:	portmgr blanket
Original commitRevision:467466 
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:463072 
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, 20 Dec 2017
15:18 bapt search for other commits by this committer
switch to swig 3.0
Original commitRevision:456833 
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 
Tuesday, 30 May 2017
18:14 brooks search for other commits by this committer
Apply ino64 patches.

PR:		219601
Original commitRevision:442109 
Friday, 26 May 2017
20:02 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "???".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441814 
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 
Saturday, 29 Apr 2017
06:32 linimon search for other commits by this committer
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:439720 
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 
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 
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 
Tuesday, 31 Jan 2017
06:41 linimon search for other commits by this committer
Remove stray .else.  While here, pet portlint.

Approved by:	maintainer
Original commitRevision:432901 
Friday, 9 Dec 2016
11:41 tcberner search for other commits by this committer
Update devel/cmake* to 3.7.1 [1]

Due to an upstream commit [2] we need now to pass
CMAKE_INSTALL_MANDIR:PATH="share/man" in the
devel/llvm-* ports, and fix the plist of net/remmina.
Further add an upstream patch to  math/plplot to
fix the build with 3.7.1.

[1] https://cmake.org/cmake/help/v3.7/release/3.7.html
[2] https://github.com/kitware/cmake/commit/956054

PR:		214975
Approved by:	rakuco (mentor)
Exp-run by:	antoine
Original commitRevision:428179 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Thursday, 6 Oct 2016
18:08 brooks search for other commits by this committer
Look for ld.gold under LOCALBASE to fix DragonFly builds.

Submitted by:	marino
Original commitRevision:423430 
Friday, 2 Sep 2016
21:33 brooks search for other commits by this committer
Add a hack to make -fopenmp work inspired by a submission from
Johannes Dieterich <dieterich@ogolem.org>.

This differs from the submission in that it adds the library directly
to the linker command line.  I chose not to add the llvm library to the
search path because that would (e.g.) make it hard to link something
that uses a different version of llvm.
Original commitRevision:421277 
Thursday, 1 Sep 2016
22:06 brooks search for other commits by this committer
Attempt to fix build on platforms that don't support COMPILER_RT.

Make GOLD an amd64-only option (not belived to be a functional change).

PR:		212312
Original commitRevision:421246 
Tuesday, 30 Aug 2016
21:04 brooks search for other commits by this committer
Actually install sanatizers in the right place.

PR:		208900, 212252
Original commitRevision:421134 
Saturday, 27 Aug 2016
17:32 brooks search for other commits by this committer
Only enable the GOLD option by defult on amd64.

It's known to be broken on i386.
Original commitRevision:420988 
00:09 brooks search for other commits by this committer
Put santizers where clang expects to find them.

Thanks to Mikael Simonsson <m@mikaelsimonsson.com> for suggestions and
testing.

PR:		208900
Original commitRevision:420953 
Tuesday, 19 Jul 2016
15:47 brooks search for other commits by this committer
Upgrade to LLVM 3.8.1.
Original commitRevision:418807 
Tuesday, 3 May 2016
20:47 brooks search for other commits by this committer
Only apply the no-m32 patch on amd64 as it breaks i386.
Original commitRevision:414556 
Monday, 2 May 2016
22:55 brooks search for other commits by this committer
Remove builds of i386 sanitizers on amd64.

The cmake build system would attempt to check if -m32 builds worked and
then add those files.  There are an infinite number of reasons why -m32
might not work on a given system so rip out the test to ensure a
consistant build.

PR:		209029
Original commitRevision:414485 
Sunday, 24 Apr 2016
17:44 brooks search for other commits by this committer
Build compiler-rt on i386 and amd64.

It should be possible to enable on other other architectures, but I have no
way to build the PLIST_FILES variables.

PR:		208900, 208923
Original commitRevision:413953 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Tuesday, 29 Mar 2016
09:26 tijl search for other commits by this committer
Don't delete /bin/rmdir.

PR:		208375
Submitted by:	Aleksander Alekseev <afiskon@devzen.ru>
Original commitRevision:412098 
Friday, 25 Mar 2016
18:18 brooks search for other commits by this committer
Fix a plist issue without DOCS.

Reported by:	marino
Original commitRevision:411880 
Friday, 18 Mar 2016
21:15 brooks search for other commits by this committer
Use more correct perl in ccc-analyzer.

PR:		208052, 20706
Submitted by:	Aleksander Alekseev <afiskon@devzen.ru>
Original commitRevision:411371 
Thursday, 10 Mar 2016
02:23 brooks search for other commits by this committer
Upgrade to 3.8.0 release.
Original commitRevision:410740 
Saturday, 5 Mar 2016
12:35 brooks search for other commits by this committer
Update to 3.8.0 RC3.

Update the version in the clang-format patch. [0]

Attempt make ccc-analyzer have a usable default. [1]

PR:		207065 [1]
Submitted by:	kpneal@pobox.com [0]
Original commitRevision:410173 
Monday, 22 Feb 2016
19:20 brooks search for other commits by this committer
Fix a number of plist issues and add LLD to the list of things not to
build on older systems without clang.
Original commitRevision:409364 
Tuesday, 9 Feb 2016
16:01 brooks search for other commits by this committer
Update to rc2.

Hopefully fix build on 9.x by disabling extra-clang-tools when the compiler
isn't clang on FreeBSD.
Original commitRevision:408575 
Wednesday, 27 Jan 2016
04:46 brooks search for other commits by this committer
Add a port of llvm 3.8.0rc1.

clang and lldb metaports to follow along with a new compiler-rt78 port.

LLDB builds with shared libraries are currently broken so I've disabled
shared library builds.  Tools should start faster, but the package are
much larger.
Original commitRevision:407336 

Number of commits found: 51