8b4c FreshPorts -- lang/clang-devel
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
clang-devel 3.4.r181598_1 lang on this many watch lists=2 search for ports that depend on this port
C, Objective-C, and C++ compiler
Maintained by: brooks@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 Oct 2010 19:16:11
Also Listed In: devel
License: not specified in port


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/llvm-devel
  2. lang/python27
  3. devel/gmake
  4. lang/perl5.14
Required To Run:
  1. devel/llvm-devel
  2. lang/python27
  3. devel/binutils
  4. lang/perl5.14

This port is required by:

for Build

To install the port: cd /usr/ports/lang/clang-devel/ && make install clean
To add the package: pkg_add -r clang-devel


Configuration Options
===> The following configuration options are available for clang-devel-3.4.r181598_1:
     ASSERTS=off: Enable assertions (thread unsafe)
     DOCS=on: Build and/or install documentation
     MIPS_FPHACK=off: MIPS long double hack (breaks ABI)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/brooks/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/brooks/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/brooks/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/brooks/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/brooks/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/brooks/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/brooks/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/brooks/

Number of commits found: 23

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
14 May 2013 22:32:05
Original commit files touched by this commit  3.4.r181598_1
brooks search for other commits by this committer
Add missing mm3dnow.h and mm_malloc.h files.
14 May 2013 22:10:59
Original commit files touched by this commit  3.4.r181598
brooks search for other commits by this committer
Upgrade LLVM, Clang, and Dragonegg to svn rev r181598.

Install all *intrin*.h files.
11 Mar 2013 18:32:06
Original commit files touched by this commit  3.3.r176188
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.
11 Feb 2013 19:02:00
Refresh Original 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.
10 Jan 2013 18:01:29
Original commit files touched by this commit  3.3.r172076
brooks search for other commits by this committer
Update the develoment version of the llvm, clang and dragonegg ports to
3.3.r172076.
14 Sep 2012 21:03:34
Original commit files touched by this commit  3.2.r163622_2
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.
30 Aug 2012 09:05:30
Original commit files touched by this commit  3.2.r162438_2
brooks search for other commits by this committer
Fix a missing plist entry.

Submitted by:	QAT (beat)
27 Aug 2012 16:18:53
Original commit files touched by this commit  3.2.r162438_1
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
23 Aug 2012 21:04:17
Original commit files touched by this commit  3.2.r162438
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.
31 Jul 2012 18:49:18
Original commit files touched by this commit  3.2.r160283_2
brooks search for other commits by this committer
Fix build in the !DOCS case.

Reported by:	avg
30 Jul 2012 18:41:17
Original commit files touched by this commit  3.2.r160283_2
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
25 Jul 2012 21:19:50
Original commit files touched by this commit  3.2.r160283_1
brooks search for other commits by this committer
Correct a plist error reported by QAT.
16 Jul 2012 22:55:45
Original commit files touched by this commit  3.2.r160283
brooks search for other commits by this committer
Update to a 3.2 snapshot.  OPTIONSng-ify.  Reduce diffs with non-devel
ports.
13 Apr 2012 22:52:38
Original commit files touched by this commit  3.1.r154687
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.
22 Feb 2012 23:19:27
Original commit files touched by this commit  3.1.r150242
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.
17 Oct 2011 20:08:21
Original commit files touched by this commit  3.0.r141985
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.
16 Jun 2011 15:07:40
Original commit files touched by this commit  3.0.r133062
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.
25 Feb 2011 18:53:15
Original commit files touched by this commit  2.9.r126497
brooks search for other commits by this committer
Upgrade to r126497 and in particulr pick up r126226 which fixes stack
alignment.
24 Feb 2011 21:54:36
Original commit files touched by this commit  2.9.r126079
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.
10 Dec 2010 15:09:00
Original commit files touched by this commit  2.9.r121368
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.
09 Dec 2010 19:29:42
Original commit files touched by this commit  2.9.r121368
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.
15 Oct 2010 19:39:35
Original commit files touched by this commit  2.9.r116582
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.
14 Oct 2010 19:15:37
Original commit files touched by this commit  2.8_2
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: 23

2835
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24527
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days28
new fortnight57
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0