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/llvm-gcc4/distinfo

Number of commits found: 10

Friday, 29 Apr 2011
15:04 brooks search for other commits by this committer
Upgrade LLVM, Clang, and llvm-gcc to 2.9.

Add a number of bug fixes from our base gcc to llvm-gcc.[0]

PR:             ports/154927 [0]
Submitted by:   Pedro Giffuni <giffunip at tutopia com> [0]
Original commit
Friday, 8 Oct 2010
14:00 brooks search for other commits by this committer
Upgrade LLVM, Clang, and llvm-gcc to 2.8 release.

The Clang port has now been updated to avoid building LLVM twice.
Original commit
Wednesday, 28 Apr 2010
21:05 brooks search for other commits by this committer
Upgrade llvm, clang, and llvm-gcc to the 2.7 release.

Submitted by:   mm (llvm and clang)
Original commit
Tuesday, 8 Dec 2009
22:42 brooks search for other commits by this committer
Upgrade to the 2.6 release of llvm-gcc.

This version depends on the binutils port due to lack of functionality
in our current base version as documented in LLVM bug 5004.
http://llvm.org/bugs/show_bug.cgi?id=5004
Original commit
Wednesday, 4 Mar 2009
21:01 brooks search for other commits by this committer
Upgrade llvm and llvm-gcc to the 2.5 release.

See the release notes for details:
http://www.llvm.org/releases/2.5/docs/ReleaseNotes.html
Original commit
Sunday, 16 Nov 2008
19:43 brooks search for other commits by this committer
Upgrade llvm and llvm-gcc4 ports to the 2.4 release.

PR:             ports/128806, ports/128814
Original commit
Thursday, 12 Jun 2008
16:17 brooks search for other commits by this committer
Upgrade to LLVM GCC release 2.3.

Take maintainership since this needs to be updated with devel/llvm.

General Makefile cleanup.
Original commit
Monday, 24 Mar 2008
22:48 brooks search for other commits by this committer
Upgrade devel/llvm and lang/llvm-gcc4 to LLVM 2.2.

Switch llvm-gcc4 from the deprecated gcc 4.0 based version to a new gcc
4.2 based release.

See the release notes for details:
http://www.llvm.org/releases/2.2/docs/ReleaseNotes.html
Original commit
Tuesday, 16 Oct 2007
04:17 fjoe search for other commits by this committer
- Update to 2.1

PR:             117011
Submitted by:   Emil Mikulic
Original commit
Wednesday, 25 Jul 2007
18:56 fjoe search for other commits by this committer
New port: llvm-gcc4

lvm-gcc is the LLVM C front end. It is a modified version of gcc
that compiles C/C++/ObjC programs into native objects, LLVM bitcode or
LLVM assembly language, depending upon the options.

By default, llvm-gcc compiles to native objects just like GCC does.
If the -emit-llvm option is given then it will generate LLVM bitcode
files instead. If -S (assembly) is also given, then it will generate
LLVM assembly.

Being derived from the GNU Compiler Collection, llvm-gcc has many of
gcc's features and accepts most of gcc's options. It handles a number
of gcc's extensions to the C programming language.
Original commit

Number of commits found: 10