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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
clang C, Objective-C, and C++ compiler
3.2_4 lang Deleted on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.2_4Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Migrate to devel/clang32 or newer
Expired This port expired on: 2013-11-04
Maintainer: brooks@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-10-14 19:16:11
Last Update: 2013-12-22 19:25:21
SVN Revision: 337210
People watching this port, also watch:: llvm, oss, screen, openjdk8
Also Listed In: devel
License: not specified in port
WWW:
http://clang.llvm.org/
Description:
The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler. WWW: http://clang.llvm.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • clang>0:lang/clang
No installation instructions:
This port has been deleted.
PKGNAME: clang
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. llvm>=3.2 : devel/llvm
  2. python2.7 : lang/python27
  3. python : lang/python
  4. gmake : devel/gmake
  5. perl5.14.4 : lang/perl5.14
Runtime dependencies:
  1. llvm>=3.2 : devel/llvm
  2. python2.7 : lang/python27
  3. python : lang/python
  4. perl5.14.4 : lang/perl5.14
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/klee*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/klee*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for clang-3.2_4: ASSERTS=off: Enable assertions (thread unsafe) DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://llvm.org/releases/3.2/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2_4
22 Dec 2013 19:25:21
Revision:337210Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:
2013-11-04 lang/clang: Migrate to lang/clang32 or newer
3.2_4
21 Oct 2013 20:00:09
Revision:331180Original commit files touched by this commit
brooks search for other commits by this committer
Mark DEPRECATED in favor of non-conflicting devel/llvm32 and
lang/clang32.  Set an agressive expiration date to encourage migration
(actual removal will depend on the removal of dependencies.)
3.2_4
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
3.2_4
17 Sep 2013 06:51:04
Revision:327454Original commit files touched by this commit
bapt search for other commits by this committer
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure Refresh
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
3.2_4
23 May 2013 14:40:26
Revision:318874Original commit files touched by this commit
brooks search for other commits by this committer
Actually commit the changes listed in r318799.  Due to a wrong path
on the command line, only the Makefile was committed.

Correct a plist bug by listing clang-cpp.
3.2_3
22 May 2013 21:56:53
Revision:318799Original commit files touched by this commit
brooks search for other commits by this committer
Install a more complete set of intrinsics header files[0].

Add a couple upstream svn revs that have been comitted to base[1]:

r172354:
Refactor the x86 CPU name logic in the driver and pass -march and -mcpu
flag information down from the Clang driver into the Gold linker plugin
for LTO. This allows specifying -march on the linker commandline and
should hopefully have it pass all the way through to the LTO optimizer.

r175919:
Driver: Pass down the -march setting down to -cc1as on x86 too.

The assembler historically didn't make use of any target features, but this has
changed when support for old CPUs that don't support long nops was added.

Requested by:	dim[1], eadler[0]
3.2_2
22 May 2013 20:21:07
Revision:318794Original commit files touched by this commit
brooks search for other commits by this committer
Add a new option MANPAGES to allow man pages to be supressed. [0]

Remove USE_GCC=4.2+ as all supported versions have an acceptable version
of gcc by default.[0]

Remove the long unused MAINTAINER_MODE variable.

Submitted by:	tijl [0]
3.2_1
13 Mar 2013 15:40:34
Revision:314092Original commit files touched by this commit
brooks search for other commits by this committer
Fix stray file in bin/clang-check.

Reported by:	ale, Dominic Fandrey <kamikaze@bsdforen.de>
3.2
11 Mar 2013 18:32:06
Revision:313927Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade llvm-devel, clang-devel, and dragonegg-devel46 to r174891 (circa
Feb 27th).  Add FileCheck and llvm-lit binaries as some consumers need
them.
3.2
10 Jan 2013 16:34:44
Revision:310189Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade llvm and clang to the 3.2 release.
3.1_2
23 Aug 2012 21:02:09
Original commit files touched by this commit
jkim search for other commits by this committer
Pull in r159895 from upstream to match Clang in the FreeBSD 9.1 base system:

http://svnweb.freebsd.org/base?view=revision&revision=238554

Approved by:	brooks (maintainer)
3.1_1
04 Jul 2012 03:28:25
Original commit files touched by this commit
fluffy search for other commits by this committer
- Convert to OPTIONSng
- Add option to build clang with assertions (off by default to match llvm)

Approved by:    brooks
3.1
26 Jun 2012 10:10:40
Original commit files touched by this commit
fluffy search for other commits by this committer
- Update LLVM/Clang suite to 3.1 release

PR:             168921
Submitted by:   myself
Approved by:    brooks (via pav@, with timeout)
3.0
20 Jan 2012 21:29:57
Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade LLVM and Clang to 3.0.

Enable shared libraries in LLVM and build with REQUIRES_RTTI=1 as
requires by some consumers.

PR:             ports/164324, ports/164325
2.9
16 Jun 2011 15:07:40
Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade the LLVM and Clang -devel ports to r133062.

Update the conflicts lines in all the llvm and clang ports to conflict
with 3.x as well as 2.x and generally simplify the conflict definitions
following the example of llvm-etoile.
2.9
29 Apr 2011 15:04:30
Original commit files touched by this commit
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]
2.8_2
14 Oct 2010 19:29:23
Original commit files touched by this commit
brooks search for other commits by this committer
Move devel/clang to lang/clang since compilers typically live in lang.

PR:             ports/151340
2.8_2
14 Oct 2010 19:15:37
Original commit files touched by this commit
brooks search for other commits by this committer
Forced commit to record repocopy from devel/clang to lang/clang and
lang/clang-devel by marcus on 2010-10-11.

PR:             ports/151340

Number of commits found: 19