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.

Port details
clang-devel C, Objective-C, and C++ compiler (use devel/llvm-devel)
7.0.d20180119 lang Deleted on this many watch lists=5 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 7.0.d20180119Version of this port present on the latest quarterly branch.
Maintainer: brooks@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-10-14 19:16:11
Last Update: 2019-01-18 22:42:03
SVN Revision: 490677
People watching this port, also watch:: gcc, llvm-devel
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. This is a meta port. The Clang compiler is installed by the devel/llvm-devel port. 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-devel>0:lang/clang-devel
No installation instructions:
This port has been deleted.
PKGNAME: clang-devel
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.
Runtime dependencies:
  1. clang-devel : devel/llvm-devel
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. net/libcmis03*
  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:
No options to configure
Options name:
N/A
USES:
metaport
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.

Number of commits found: 63

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.0.d20180119
18 Jan 2019 22:42:03
Revision:490677Original commit files touched by this commit
brooks search for other commits by this committer
Remove metaport for clang-devel.

Once upon a time I made lang/clang* metaports to go with devel/llvm* ports.
I stopped several years ago and this is the only one left.  It doesn't
serve much purpose so remove it.
7.0.d20180119
19 Jan 2018 23:30:47
Revision:459483Original commit files touched by this commit
brooks search for other commits by this committer
Update to a new snapshot, now on the 7.0 line. [0]

Depend explicitly on python2.7. [1]

Install clang headers as they are now believed to work properly with
FreeBSD headers.

PR:		225315 [0], 225144 [1]
Submitted by:	sunpoet [1]
Differential Revision:	https://reviews.freebsd.org/D13984
4.0.d20161207_1
14 Dec 2016 18:38:06
Revision:428585Original commit files touched by this commit
brooks search for other commits by this committer
Get PORTVERSION from llvm-devel automatically.

PR:		215305
3.8.d20150720_1
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
3.8.d20150720_1
04 Sep 2015 23:42:56
Revision:396152Original commit files touched by this commit
brooks search for other commits by this committer
Remove stray distinfo from clang and lldb metaports.

Reported by:	pluknet
3.8.d20150720
24 Jul 2015 23:40:10
Revision:392851Original commit files touched by this commit
brooks search for other commits by this committer
Mostly complete redo to the build of -devel LLVM ports:
 - Switch to cmake.
 - Combine all builds into devel/llvm-devel.
   - Remove devel/libiomp5-devel
   - Make lang/clang-devel a metaport so people can still find it.

Upgrade a snapshot shortly after the 3.7 branch point.

Sponsored by:	DARPA, AFRL
3.7.r236894
22 May 2015 20:34:29
Revision:387082Original commit files touched by this commit
mat search for other commits by this committer
Remove $FreeBSD$ from patches files everywhere.

With hat:	portmgr
Sponsored by:	Absolight
3.7.r236894
19 May 2015 14:18:31
Revision:386779Original commit files touched by this commit
marino search for other commits by this committer
lang/clang3*, lang/clang-devel: set environment during build

The clang ports override the default build target, but the new targets
fail to set the environment like the default target does.  This patch
passes MAKE_ENV to environment.

It also combines compounds to a single make cmd and unsuppresses the
commands so the output shows on the build logs.

PR:		199500
Submitted by:	marino
Approved by:	brooks (maintainer)
3.7.r236894
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
3.7.r236894
13 May 2015 14:54:53
Revision:386221Original commit files touched by this commit
brooks search for other commits by this committer
Use svnlite in the maintainer BOOTSTRAP target.

Requested by:	xmj
3.7.r236894
08 May 2015 21:30:26
Revision:385836Original commit files touched by this commit
brooks search for other commits by this committer
Update clang-devel and llvm-devel to r236894.

Add a port of the Intel/LLVM OpenMP runtime library.

Sponsored by:	DARPA, AFRL
3.7.r234164
06 Apr 2015 21:51:35
Revision:383482Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade to r234164.

PR:		197908 (seems to build with gcc 4.9)
3.6.r225991
31 Mar 2015 14:33:34
Revision:382825Original commit files touched by this commit
brooks search for other commits by this committer
Catch the set of host platforms up to the set in llvm ports.

To revision bump as it only effects building the port on platforms that
would fail before.
3.6.r225991
15 Jan 2015 19:04:51
Revision:377138Original commit files touched by this commit
brooks search for other commits by this committer
Update to r225991 (the 3.6 branch point).
3.6.r224537_1
18 Dec 2014 22:42:58
Revision:374928Original commit files touched by this commit
brooks search for other commits by this committer
Make default target triple match base clang.

PR:		194487
Submitted by:	Jan Beich <jbeich@vfemail.net>
3.6.r224537
18 Dec 2014 20:46:36
Revision:374919Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade to r224537.

Add support for -fformat-exentions as a no-op in clang. [0]

Submitted by:	lightside@gmx.com [0]
3.6.r222267
18 Nov 2014 23:29:39
Revision:372755Original commit files touched by this commit
brooks search for other commits by this committer
Update clang-devel and llvm-devel to r222267.
3.6.r218451_1
27 Oct 2014 15:23:31
Revision:371587Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
3.6.r218451_1
26 Sep 2014 20:05:54
Revision:369336Original commit files touched by this commit
brooks search for other commits by this committer
Install scan-view support files under LLVM_PREFIX and alter
llvm-wrapper to support this.

PR:		193955
3.6.r218451
25 Sep 2014 19:10:19
Revision:369283Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade to r218451.

USES=python

Give llvm a chance to build on arm* and powerpc64 systems. [0]

PR:		191996 [0]
Submitted by:	direct727@gmail.com [0]
Sponsored by:	DARPA, AFRL
3.6.r216160_1
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
3.6.r216160
21 Aug 2014 12:43:41
Revision:365552Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade to 3.6.r216160.
3.5.r211638
15 Aug 2014 15:42:35
Revision:364982Original commit files touched by this commit
brooks search for other commits by this committer
Add patch missed in r364981.

No version bump as clang won't compile without this change.
3.5.r211638
15 Aug 2014 15:41:53
Revision:364981Original commit files touched by this commit
brooks search for other commits by this committer
Update to r211638.
3.5.r203994
29 Jul 2014 18:41:17
Revision:363371Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
3.5.r203994
25 Jun 2014 05:35:32
Revision:359185Original commit files touched by this commit
bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
3.5.r203994
28 Mar 2014 14:07:47
Revision:349423Original commit files touched by this commit
brooks search for other commits by this committer
The configure scripts require a C++11 standard library as well as a
C++11 compiler.

Reported by	Andrzej Tobola <ato@iem.pw.edu.pl>
3.5.r203994
27 Mar 2014 22:37:31
Revision:349369Original commit files touched by this commit
brooks search for other commits by this committer
Hopefully fix builds on systems where cc isn't a C++11 compiler.
3.5.r203994
15 Mar 2014 06:45:41
Revision:348290Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade to r203994.
3.4.r193887_1
28 Feb 2014 22:02:14
Revision:346579Original commit files touched by this commit
brooks search for other commits by this committer
Recent versions of clang should work find on sparc64 and arm so mark
them not broken.  We'll patch if it turns out they have issues.

Requested by:	rdivacky (sparc64)
3.4.r193887_1
13 Nov 2013 02:38:26
Revision:333647Original commit files touched by this commit
brooks search for other commits by this committer
Include altivec.h and cpuid.h in the set of installed headers.

PR:		ports/183799
Submitted by:	Philippe Michel <philippe.michel7@sfr.fr>
Sponsored by:	DARPA/AFRL
3.4.r193887
06 Nov 2013 00:13:02
Revision:332935Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade the llvm development ports to r193887.  We're about two weeks
from the LLVM 3.4 branch starting.

Apply the clang portion of r255321 from base switching the default C++
library to libc++ on 10+.

Correct clang's notion of the underlying type of (u)intmax_t on MIPS64.
3.4.r191854
16 Oct 2013 17:34:22
Revision:330523Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade to 3.4.r191854.

STAGIFY

Mark dragonegg IGNORE on systems where the default compiler defaults to
libc++ on the grounds the the clang/llvm ports are likely linked with it
and thus won't work with gcc and libstdc++.
3.4.r189172
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)
17 Sep 2013 06:40:21
Revision:327452Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
3.4.r189172
04 Sep 2013 15:57:36
Revision:326289Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade clang, dragonegg, and llvm -devel ports to r182968.
3.4.r182968
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
3.4.r182968
31 May 2013 20:49:05
Revision:319542Original commit files touched by this commit
brooks search for other commits by this committer
Update clang/dragonegg/llvm-devel to subversion rev r182968.
3.4.r181598_3
23 May 2013 14:29:09
Revision:318873Original commit files touched by this commit
brooks search for other commits by this committer
Correct plist by adding the new clang-format command and @dirrmtry
entries for Python library directories.
3.4.r181598_2
22 May 2013 19:31:40
Revision:318790Original 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.4.r181598_1
14 May 2013 22:32:05
Revision:318207Original commit files touched by this commit
brooks search for other commits by this committer
Add missing mm3dnow.h and mm_malloc.h files.
3.4.r181598
14 May 2013 22:10:59
Revision:318206Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade LLVM, Clang, and Dragonegg to svn rev r181598.

Install all *intrin*.h files.
3.3.r176188
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.3.r174891
11 Feb 2013 19:02:00
Revision:312075Original commit files touched by this commit Sanity Test Failure
brooks search for other commits by this committer
Upgrade llvm-devel and related ports to 3.3.r174891.

Install .cmake files for devel/llvm-devel so projects that use cmake can
build against the installed copy.
3.3.r172076
10 Jan 2013 18:01:29
Revision:310192Original commit files touched by this commit
brooks search for other commits by this committer
Update the develoment version of the llvm, clang and dragonegg ports to
3.3.r172076.
3.2.r163622_2
14 Sep 2012 21:03:34
Revision:304297Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade to svn rev r163622.  Several fixes to FreeBSD support for -pie and
mips as well as reported improvements to the MIPS backend.
3.2.r162438_2
30 Aug 2012 09:05:30
Revision:303365Original commit files touched by this commit
brooks search for other commits by this committer
Fix a missing plist entry.

Submitted by:	QAT (beat)
3.2.r162438_1
27 Aug 2012 16:18:53
Original commit files touched by this commit
brooks search for other commits by this committer
Fix creation of position independent executables (-fPIE -pie).

There were two bugs here.  First, -pie was not passed to ld.  Second,
non-relocatable versions of three *crt*.o archives were used in the pie
case.

Additionally, link with crtbeginT.o in the -static case.

Shift style towards that of the Linux code since much of the new login was
cribbed from it.

Reported by:	jonathan
3.2.r162438
23 Aug 2012 21:04:17
Original commit files touched by this commit
brooks search for other commits by this committer
Update LLVM and Clang to r162438 plus a couple patchs to make it possible
to target MIPS with FreeBSD's base binutils.
3.2.r160283_2
31 Jul 2012 18:49:18
Original commit files touched by this commit
brooks search for other commits by this committer
Fix build in the !DOCS case.

Reported by:	avg
3.2.r160283_2
30 Jul 2012 18:41:17
Original commit files touched by this commit
brooks search for other commits by this committer
Install manpages even when docs are off.

Depend on devel/binutils on older OS versions which are missing a
require option

PR:		ports/170049, ports/170036
3.2.r160283_1
25 Jul 2012 21:19:50
Original commit files touched by this commit
brooks search for other commits by this committer
Correct a plist error reported by QAT.
3.2.r160283
16 Jul 2012 22:55:45
Original commit files touched by this commit
brooks search for other commits by this committer
Update to a 3.2 snapshot.  OPTIONSng-ify.  Reduce diffs with non-devel
ports.
3.1.r154687
13 Apr 2012 22:52:38
Original commit files touched by this commit
brooks search for other commits by this committer
Update to LLVM and Clang 3.1.r154687, unless specific issues are found
that need to be fixed to support testing, this is likely the last -devel
update before 3.1 is released.
3.1.r150242
22 Feb 2012 23:19:27
Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade to llvm/clang r150242.

Enable installation of the shared libaray in LLVM.

Add preliminary support for building and installing the gold linker
plugin.  No option is avaiable to turn it on (use -DWITH_LTOPLUGIN)
because devel/binutils does not yet build the gold linker.
3.0.r141985
17 Oct 2011 20:08:21
Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade to r141985.  The is contemporary with the creation of the 3.0
branch.  Please test and report bugs to the llvm developers to make 3.0
a good release.
3.0.r133062
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.r126497
25 Feb 2011 18:53:15
Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade to r126497 and in particulr pick up r126226 which fixes stack
alignment.
2.9.r126079
24 Feb 2011 21:54:36
Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade to LLVM and Clang r126079 to match the version in HEAD.

Add support to the LLVM makefile to set SVN_REV externally to make
upgrading to a specific version easier.
2.9.r121368
10 Dec 2010 15:09:00
Original commit files touched by this commit
brooks search for other commits by this committer
Rather than relying on some hackish patches use thre --disable-docs
configure option in the NOPORTDOCS case.

This should result in no changes to packages.
2.9.r121368
09 Dec 2010 19:29:42
Original commit files touched by this commit
brooks search for other commits by this committer
Update to r121368.

Reduce diff between llvm/Makefile and llvm-devel/Makefile.

Hopefully fix NOPORTDOCS case.  Currently this bogusly disables
manpages.
2.9.r116582
15 Oct 2010 19:39:35
Original commit files touched by this commit
brooks search for other commits by this committer
Upgrade LLVM and Clang to r116582 and bump the overall version to 2.9
since 2.8 has shipped.

Split out the clang portion of devel/llvm-devel into lang/clang-devel.
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: 63