FreshPorts -- The Place For Ports Sat, 4 Feb 2012 3:23 AM GMT
Port details
llvm 3.0 devel on this many watch lists=7 search for ports that depend on this port
Low Level Virtual Machine
Maintained by: brooks@FreeBSD.org search for ports maintained by this maintainer
Port Added: 24 Dec 2005 16:20:01
Also Listed In: lang
License: not specified in port


Low Level Virtual Machine (LLVM) is:
- A compilation strategy designed to enable effective program
  optimization across the entire lifetime of a program.
- A virtual instruction set.
- A compiler infrastructure.
- LLVM does not imply things that you would expect from a high-level
  virtual machine. It does not require garbage collection or run-time
  code generation.

WWW:	http://llvm.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake, lang/perl5.8
Required To Run: lang/perl5.8
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for llvm-3.0:
     ASSERTS=off (default) "Enable assertions (thread unsafe)"
===> Use 'make config' to modify these settings

Master Sites:
http://llvm.org/releases/3.0/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 48

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Jan 2012 21:29:57
Original commit files touched by this commit  3.0
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
16 Jun 2011 15:07:40
Original commit files touched by this commit  2.9
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.
29 Apr 2011 15:04:30
Original commit files touched by this commit  2.9
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]
07 Apr 2011 18:36:05
Original commit files touched by this commit  2.8_3
dinoex search for other commits by this committer
- add CONFLICTS
25 Feb 2011 17:24:54
Original commit files touched by this commit  2.8_3
brooks search for other commits by this committer
Update WWW: line.

PR:             ports/155016
Submitted by:   mandree
23 Feb 2011 15:11:40
Original commit files touched by this commit  2.8_3
garga search for other commits by this committer
- Add perl as a RUN dependency since llvm-config is a perl script
- Bump PORTREVISION

PR:             ports/154964
Submitted by:   garga@
Approved by:    brooks@ (maintainer)
16 Dec 2010 00:47:13
Original commit files touched by this commit  2.8_2
brooks search for other commits by this committer
Regression tests no longer require dejagnu but do require python and
bash.  Add depends in the PACKAGE_BUILDING case.
10 Dec 2010 17:49:44
Original commit files touched by this commit  2.8_2
brooks search for other commits by this committer
Fix the long standing issue of manpages not being installed in the
NOPORTDOCS case by manually building and installing them.

General makefile maintenance.
07 Dec 2010 23:00:44
Original commit files touched by this commit  2.8_1
brooks search for other commits by this committer
Fix LLVM Bug 8381 - Incorrect x86/SSE code generation involving
<<8 x i16>> vector

PR:             ports/152814
08 Oct 2010 14:00:32
Original commit files touched by this commit  2.8
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.
06 Sep 2010 22:28:56
Original commit files touched by this commit  2.7_1
avilla search for other commits by this committer
- Disable asserts by default as they break threading programs.
- Bump PORTREVISION.

PR:             ports/149746
Submitted by:   avilla
Approved by:    brooks (maintainer), tabthorpe (mentor, implicit)
28 Apr 2010 21:05:03
Original commit files touched by this commit  2.7
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)
08 Jan 2010 22:21:20
Original commit files touched by this commit  2.6_2
brooks search for other commits by this committer
graphics/opengtl doesn't require that LLVM assertions be disabled so
don't claim it does in the OPTIONS description.

PR:             ports/141783
Submitted by:   Alberto Villa <villa dot alberto at gmail dot com>
04 Jan 2010 19:56:17
Original commit files touched by this commit  2.6_2
brooks search for other commits by this committer
Build fails on ia64 with:

/work/a/ports/devel/llvm/work/llvm-2.6/Release/lib/libLLVMJIT.a(JIT.o)(.text+0x1231):
In function `llvm::JIT::JIT(llvm::ModuleProvider*, llvm::TargetMachine&,
llvm::TargetJITInfo&, llvm::JITMemoryManager*, llvm::CodeGenOpt::Level, bool)'::
undefined reference to `__register_frame'

Given the lack of a backend for IA64, I can't give fixing it a real high
priority.
08 Dec 2009 20:52:43
Original commit files touched by this commit  2.6_2
brooks search for other commits by this committer
Add USE_GCC=4.2+ to fix the build on 6.x.

Reported by:    glarkin
07 Dec 2009 19:03:42
Original commit files touched by this commit  2.6_2
brooks search for other commits by this committer
Compile with -fPIC on amd64 and ia64.

Add an option to disable assertions which is required for a future
opengtl port.

PR:             ports/127718, ports/139207
05 Nov 2009 00:42:12
Original commit files touched by this commit  2.6_1
brooks search for other commits by this committer
Manpages currently aren't installed when NOPORTDOCS is set so don't
declare that they are.

Reported by:    QAT
04 Nov 2009 18:25:22
Original commit files touched by this commit  2.6_1
brooks search for other commits by this committer
Correct CONFLICTS to it matches llvm-devel intead of llvm
30 Oct 2009 16:10:12
Original commit files touched by this commit  2.6
brooks search for other commits by this committer
Don't attempt to build ocmal bindings.
24 Oct 2009 23:03:59
Original commit files touched by this commit  2.6
brooks search for other commits by this committer
Upgrade to LLVM 2.6.
04 Mar 2009 21:01:10
Original commit files touched by this commit  2.5
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
03 Feb 2009 05:35:12
Original commit files touched by this commit  2.4
linimon search for other commits by this committer
Broken on sparc64.
16 Nov 2008 19:43:07
Original commit files touched by this commit  2.4
brooks search for other commits by this committer
Upgrade llvm and llvm-gcc4 ports to the 2.4 release.

PR:             ports/128806, ports/128814
01 Jul 2008 20:48:43
Original commit files touched by this commit  2.3_2
brooks search for other commits by this committer
Don't install docs other than manpages in the NOPORTDOCS case.

Requested by:   obrien
20 Jun 2008 03:50:58
Original commit files touched by this commit  2.3_1
brooks search for other commits by this committer
Depend on dejagnu if either PACKAGE_BUILDING or MAINTAINER_MODE are set so
the regression tests get run on the package cluster.  Make regression-test
depend on build.  Remove an extra blank line.

Submitted by:   pfgshield dash freebsd at yahoo dot com
13 Jun 2008 19:29:45
Original commit files touched by this commit  2.3_1
brooks search for other commits by this committer
Use CONFIGURE_ARGS, not the non-existant CONFIGURE_FLAGS. [0]

Order directories correctly so include/llvm-c is removed. [1]

Reported by:    Pedro Giffuni <pfgshield dash freebsd at yahoo dot com> [0]
                itetcu, erwin (from pointy hat) [1]
12 Jun 2008 16:16:42
Original commit files touched by this commit  2.3
brooks search for other commits by this committer
Upgrade LLVM to release 2.3.

In theory this should build on every architecture so remove the
no-sparc64 bit.

Add a MAINTAINER_MODE option to allow debug (very slow) versions to be built
and a regression-test target. [1]

Submitted by:   Pedro Giffuni <pfgshield dash freebsd at yahoo dot com> [1]
PR:             ports/124068
24 Mar 2008 22:48:36
Original commit files touched by this commit  2.2
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
28 Sep 2007 20:37:12
Original commit files touched by this commit  2.1
brooks search for other commits by this committer
LLVM is believed to build on sparc64 on 6.x.  I suspect a gcc 4.2 bug so mark
broken for sparc64 on -CURRENT after the gcc 4.2.0 import.
28 Sep 2007 20:10:29
Original commit files touched by this commit  2.1
brooks search for other commits by this committer
Mark BROKEN on sparc64.

Reported by:    linimon
28 Sep 2007 15:24:14
Original commit files touched by this commit  2.1
brooks search for other commits by this committer
Upgrade to LLVM 2.1, the latest release.

A couple patchs are included from HEAD that didn't make the release, but
fix use-after-free bugs.

Submitted by:   Emil Mikulic <emil at cs dot rmit dot edu dot au>
23 Jul 2007 19:24:55
Original commit files touched by this commit  2.0
brooks search for other commits by this committer
Add a missing plist entry.

Reported by:    pointyhat (via pav)
18 Jul 2007 14:53:39
Original commit files touched by this commit  2.0
brooks search for other commits by this committer
Upgrade to LLVM 2.0.

From the release notes: "This is the first LLVM release to correctly
compile and optimize major software like LLVM itself, Mozilla/Seamonkey,
Qt 4.3rc1, kOffice, etc out of the box on linux/x86"

For details on the changes to LLVM see:

http://llvm.org/releases/2.0/docs/ReleaseNotes.html

Submitted by:   se
PR:             ports/114169
18 Jul 2007 05:58:55
Original commit files touched by this commit  1.9
linimon search for other commits by this committer
With portmgr hat, reassign to brooks@ who is interested in maintaining
this port.  perky missed the previous PR and a current one.
03 Jan 2007 19:43:35
Original commit files touched by this commit  1.9
erwin search for other commits by this committer
Update to 1.9

PR:             105715
Submitted by:   Emil Mikulic <emil@cs.rmit.edu.au> (maintainer)
Approved by:    maintainer timeout
12 Aug 2006 03:11:44
Original commit files touched by this commit  1.8a
perky search for other commits by this committer
Update to 1.8a
10 Aug 2006 03:07:26
Original commit files touched by this commit  1.8
perky search for other commits by this committer
Update to 1.8
08 Aug 2006 13:21:17
Original commit files touched by this commit  1.7
perky search for other commits by this committer
Fix build on 4-STABLE.
23 May 2006 10:50:37
Original commit files touched by this commit  1.7
perky search for other commits by this committer
Remove dummy .dir files in ${PREFIX}/{bin,lib}/ after installation.
This may remove even though other port installed such file.  But..
:-)
20 May 2006 06:59:17
Original commit files touched by this commit  1.7
perky search for other commits by this committer
This port requires GCC 3.3+ to build.  This unbreaks build in 4-STABLE.
18 May 2006 14:05:38
Original commit files touched by this commit  1.7
perky search for other commits by this committer
Add a dependency on perl which is used to build man pages.
16 May 2006 05:33:50
Original commit files touched by this commit  1.7
perky search for other commits by this committer
Update to 1.7
04 May 2006 21:41:12
Original commit files touched by this commit  1.6_1
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
12 Feb 2006 22:11:38
Original commit files touched by this commit  1.6_1
kris search for other commits by this committer
BROKEN: Does not build
30 Jan 2006 03:41:38
Original commit files touched by this commit  1.6_1
perky search for other commits by this committer
Add missing dependency on bison and unmark BROKEN.

Spotted by:     kris
14 Jan 2006 09:21:01
Original commit files touched by this commit  1.6_1
kris search for other commits by this committer
BROKEN: Configure fails
24 Dec 2005 16:45:20
Original commit files touched by this commit  1.6_1
perky search for other commits by this committer
Fix to install documentations into the standard path.
24 Dec 2005 16:19:24
Original commit files touched by this commit  1.6
perky search for other commits by this committer
Add a new port for llvm 1.6, the Low Level Virtual Machine.

WWW:    http://llvm.cs.uiuc.edu/

Number of commits found: 48

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01
thunderbirdFeb 01
thunderbird3Feb 01
apache2Jan 31
apache20Jan 31
apache21Jan 31
apache22Jan 31
apache22-prefork-mpmJan 31
sudo*Jan 31

17 vulnerabilities affecting 41 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 23097
Broken 192
Deprecated 94
Ignore 728
Forbidden 2
Restricted 329
No CDROM 108
Vulnerable 0
Expired 7
Set to expire 92
Interactive 62
new 24 hours 5
new 48 hours6
new 7 days27
new fortnight59
new month112

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.224 seconds.