FreshPorts -- The Place For Ports Tue, 9 Feb 2010 7:28 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
llvm-gcc4 2.6 lang on this many watch lists=1 search for ports that depend on this port
A gcc4 frontend for LLVM
Maintained by: brooks@FreeBSD.org search for ports maintained by this maintainer
Port Added: 25 Jul 2007 19:56:46
Also Listed In: devel


llvm-gcc is the LLVM C front end. It is a modified version of gcc
that compiles C/C++/ObjC programs into native objects, LLVM bitcode or
LLVM assembly language, depending upon the options.

By default, llvm-gcc compiles to native objects just like GCC does.
If the -emit-llvm option is given then it will generate LLVM bitcode
files instead. If -S (assembly) is also given, then it will generate
LLVM assembly.

Being derived from the GNU Compiler Collection, llvm-gcc has many of
gcc's features and accepts most of gcc's options. It handles a number
of gcc's extensions to the C programming language.

WWW:	http://llvm.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/llvm, devel/binutils, devel/gmake, devel/bison, lang/perl5.8
Required To Run: devel/binutils
Required Libraries: converters/libiconv

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


Configuration Options
     No options to configure

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

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
08 Dec 2009 22:42:02
Original commit files touched by this commit  2.6
brooks search for other commits by this committer
Upgrade to the 2.6 release of llvm-gcc.

This version depends on the binutils port due to lack of functionality
in our current base version as documented in LLVM bug 5004.
http://llvm.org/bugs/show_bug.cgi?id=5004
06 Nov 2009 21:17:34
Original commit files touched by this commit  2.5
pav search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    pointyhat
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
09 Dec 2008 10:48:33
Original commit files touched by this commit  2.4
linimon search for other commits by this committer
Does not yet configure on sparc64.

Hat:    portmgr
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
18 Jun 2008 18:51:55
Original commit files touched by this commit  2.3
brooks search for other commits by this committer
Fix the build in 6.x by requiring GCC 4.2+.  This may not be exactly the right
string, but half an hour of searching around the gcc source and website sheds
no light on when -Wno-variadic-macros was added.
12 Jun 2008 17:17:54
Original commit files touched by this commit  2.3
brooks search for other commits by this committer
Upgrade to LLVM GCC release 2.3.

Take maintainership since this needs to be updated with devel/llvm.

General Makefile cleanup.
28 Mar 2008 23:23:34
Original commit files touched by this commit  2.2_1
brooks search for other commits by this committer
Record (and thus remove on deinstall) libgomp.info.

Reported by:    erwin
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
22 Dec 2007 17:16:25
Original commit files touched by this commit  2.1_1
pav search for other commits by this committer
- Fix build on FreeBSD 8.x

Submitted by:   Wesley Shields <wxs@atarininja.org>
17 Oct 2007 11:13:01
Original commit files touched by this commit  2.1_1
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
16 Oct 2007 17:32:23
Original commit files touched by this commit  2.1
fjoe search for other commits by this committer
Assign maintainership to Emil Mikulic.
16 Oct 2007 05:17:21
Original commit files touched by this commit  2.1
fjoe search for other commits by this committer
- Update to 2.1

PR:             117011
Submitted by:   Emil Mikulic
22 Sep 2007 10:11:59
Original commit files touched by this commit  2.0_1
fjoe search for other commits by this committer
Only for i386 and amd64.
01 Aug 2007 15:58:44
Original commit files touched by this commit  2.0_1
fjoe search for other commits by this committer
Remove fsf-funding.7, gfdl.7 and gpl.7 manpages (as all other gcc* ports do).
31 Jul 2007 11:57:12
Original commit files touched by this commit  2.0_1
pav search for other commits by this committer
- Package man pages

Reported by:    pointyhat
26 Jul 2007 04:26:48
Original commit files touched by this commit  2.0
fjoe search for other commits by this committer
Reorder CATEGORIES so that PKGORIGIN is generated correctly.
25 Jul 2007 21:17:36
Original commit files touched by this commit  2.0
fjoe search for other commits by this committer
Fix build on EMT64T: add --disable-shared for this platform as recommended
in README.LLVM.
25 Jul 2007 20:08:15
Original commit files touched by this commit  2.0
fjoe search for other commits by this committer
- Add missing dependency on llvm
- Remove debugging garbage
25 Jul 2007 19:56:38
Original commit files touched by this commit  2.0
fjoe search for other commits by this committer
New port: llvm-gcc4

lvm-gcc is the LLVM C front end. It is a modified version of gcc
that compiles C/C++/ObjC programs into native objects, LLVM bitcode or
LLVM assembly language, depending upon the options.

By default, llvm-gcc compiles to native objects just like GCC does.
If the -emit-llvm option is given then it will generate LLVM bitcode
files instead. If -S (assembly) is also given, then it will generate
LLVM assembly.

Being derived from the GNU Compiler Collection, llvm-gcc has many of
gcc's features and accepts most of gcc's options. It handles a number
of gcc's extensions to the C programming language.

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

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

Add tab to Netscape 6

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