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 C, Objective-C, and (alpha-quality) C++ compiler
2.8_2 devel Deleted on this many watch lists=3 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 2.8_2Version of this port present on the latest quarterly branch.
Maintainer: brooks@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2009-10-24 23:31:03
Last Update: 2010-10-14 19:29:23
SVN Revision: UNKNOWN
People watching this port, also watch:: glib, sqlite3, sdl, llvm, cairo
Also Listed In: lang
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 - no subversion history for this port

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:devel/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>=2.8 : devel/llvm
  2. python2.6 : lang/python26
  3. gmake : devel/gmake
  4. perl5.8.9 : lang/perl5.8
Runtime dependencies:
  1. llvm>=2.8 : devel/llvm
  2. python2.6 : lang/python26
  3. perl5.8.9 : lang/perl5.8
There are no ports dependent upon this port

Configuration Options:
No options to configure
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/2.8/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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
10 Oct 2010 13:05:16
Original commit files touched by this commit
brooks search for other commits by this committer
Fix scan-build by actually replacing %%DATADIR%%.

PR:             ports/151344
Submitted by:   Matthias Andree <matthias.andree at gmx.de>
2.8_1
10 Oct 2010 12:54:12
Original commit files touched by this commit
brooks search for other commits by this committer
Fix build when older versions are installed.

Submitted by:   ports/151337
2.8
08 Oct 2010 14:00:32
Original commit files touched by this commit
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.
2.7_2
18 Aug 2010 18:59:56
Original commit files touched by this commit
mandree search for other commits by this committer
Fix regression in previous commit that broke NOPORTDOCS=yes installs.

Only remove /html/img if NOPORTDOCS is undefined.
2.7_2
18 Aug 2010 00:59:19
Original commit files touched by this commit
mandree search for other commits by this committer
Fix clang analyzer, and clean up port a bit. Adds dependencies.

- patch scan-view to use PYTHON_CMD
- also install c++-analyzer and scan-view
- also install ScanView.py and its dependencies into PYTHON_SITELIBDIR
- change USE_PERL5_BUILD to USE_PERL5, as scan-build needs it
  at run time
- add USE_PYTHON, as scan-view needs it
  (let's see to making these dependencies optional later)

- move EXTRACT_SUFX up to quiet portlint
- indent CONFLICTS value with TAB to quiet portlint
- add USE_LDCONFIG, found missing by portlint
- nuke empty $DOCSDIR/html/img that made deinstall complain

- amend to build-plist target
- rebuild pkg-plist
- bump PORTREVISION (changed pkg-plist)

The approval was a blanket approval under the condition that build-plist
was also updated, and was mailed to portmgr@ and yours truly
on 2010-08-10 by brooks@ in reference to the PR mentioned below.

Approved by:    brooks (maintainer)
PR:             ports/147434
2.7_1
04 May 2010 20:45:59
Original commit files touched by this commit
brooks search for other commits by this committer
By popular depend, fix the installation of the clang.1 manpage when
NOPORTDOCS is set.
2.7
30 Apr 2010 16:43:50
Original commit files touched by this commit
brooks search for other commits by this committer
Actually add the patch that makes the previous commt work.
2.7
30 Apr 2010 16:33:57
Original commit files touched by this commit
brooks search for other commits by this committer
Actually don't install the documentation in the NOPORTDOCS case.  The
manpage is also not installed in that case.

Reported by:    QAT
2.7
28 Apr 2010 21:05:03
Original commit files touched by this commit
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)
2.6_3
16 Feb 2010 18:27:16
Original commit files touched by this commit
brooks search for other commits by this committer
Only install compiler headers we don't provide as part of the BSD base.
This should fix some compilation problems and we've been doing it in
devel/llvm-devel for ages.

Feature safe:   yes
Reported by:    rdivacky
2.6_2
04 Nov 2009 22:11:59
Original commit files touched by this commit
brooks search for other commits by this committer
Fix plist (missing DATADIR).

Add conflicts for llvm-devel and the forthcoming clang-devel.

Add USE_GCC=4.2+ in hopes of fixing 6.x builds.

Reported by:    pointhat
2.6_1
31 Oct 2009 11:16:51
Original commit files touched by this commit
erwin search for other commits by this committer
Fix pkg-plist

Submitted by:   pointyhat
Approved by:    maintainer timeout
Pointyhat:      brooks
2.6
24 Oct 2009 23:30:19
Original commit files touched by this commit
brooks search for other commits by this committer
Add a port of the clang C, Objective-C, and (soon) C++ compiler version
2.6.

NOTE: this port is slightly evil and both depends on llvm and builds all
of it.  We hope to find the correct make string to fix this, but wanted
make clang available now.

Number of commits found: 14