non port: devel/llvm-devel/Makefile |
Number of commits found: 340 (showing only 40 on this page) |
Wednesday, 17 Mar 2010
|
18:42 pav
- Mark BROKEN: fails to package
Reported by: pointyhat
 |
Wednesday, 3 Mar 2010
|
20:38 brooks
Fix plist.
Feature safe: yes
 |
20:11 brooks
Update to 97654.
Switch to using the new llvm test framework (lit). Tests now pass.
Feature safe: yes
 |
Tuesday, 2 Mar 2010
|
03:58 brooks
Update to r97497.
Enable debugging symbols as suggested by the packaging guide.
Feature safe: yes
 |
Tuesday, 16 Feb 2010
|
20:14 brooks
Fix a plist bug. Since the previous version build and installed, but
didn't package, bump PORTREVISION.
Reported by: QAT
Feature safe: yes
 |
17:58 brooks
Update to r96348.
This update is reported to be self hosting with -O2.
This update contains a hack of setting REQUIRES_RTTI=1 globaly which
isn't optimal, but works around a problem a people have seen in
testing.
Feature safe: yes
 |
Friday, 8 Jan 2010
|
22:21 brooks
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>
 |
Tuesday, 8 Dec 2009
|
17:25 brooks
Fix -DBOOTSTRAP with LANG!=C.
Submitted by: Frederic Chardon <chardon dot frederic at gmail com>
 |
16:08 brooks
Update to r90769.
Build with -fPIC on amd64 and ia64.
Allow the user to disable asserts.
PR: ports/127718, ports/139207
 |
Wednesday, 4 Nov 2009
|
18:02 brooks
Upgrade to r86028.
Reduce the complexity of CONFLICTS.
Chase plist changes.
 |
Sunday, 25 Oct 2009
|
17:43 brooks
Upgrade to rev 85018.
 |
Wednesday, 7 Oct 2009
|
02:31 brooks
Upgrade to r83443 which contains some FreeBSD specific fixes.
Add USE_GCC=4.2+ to hopefully allow 6.x systems to build this.
Prodded by: rdivacky
 |
Saturday, 3 Oct 2009
|
17:58 brooks
Upgrade to llvm trunk r83078. Bump the major version to 2.7 since 2.6
has been branced and the release will happen shortly.
 |
Sunday, 27 Sep 2009
|
21:43 brooks
Upgrade to r82217.
Feature safe: yes
 |
Wednesday, 6 May 2009
|
20:20 brooks
Upgrade to svn rev 71086
The ccc script has been removed and is entierly superceded by the clang
binary.
 |
Tuesday, 31 Mar 2009
|
16:51 brooks
Upgrade to r68053. Should fix problems with scan-build not finding
clang-cc.
Move the svn revision out into it's own file to allow do-fetch to update
it in the -DBOOTSTRAP case. This makes it easier to do:
make -DBOOTSTRAP makesum
make
...
 |
Friday, 27 Mar 2009
|
18:44 brooks
Upgrade to 67853 which reportedly fixes a regression building sh.
Also enable make -j.
 |
13:52 brooks
Upgrade to r67766.
The most visiable change is that what was bin/clang is now installed as
libexec/clang-cc and bin/clang is the new C++ driver which will
eventually replace ccc.
 |
Wednesday, 4 Mar 2009
|
17:00 brooks
Upgrade to r65948 which fixes a few key optimizer bugs.
Avoid installing more conflicting headers.
Tested with: porttools port test :)
 |
Tuesday, 3 Mar 2009
|
21:05 brooks
Catch a few files and directories I should have noticed during the
previous update.
Reported by: QAT
 |
18:12 brooks
Update to r65948.
Add printf0 support. [1]
Install the clang C headers (excluding std*.h since we have our own) now
that the installer puts them somewhere sane.
Submitted by: ed
 |
Monday, 2 Mar 2009
|
19:52 brooks
Add missing libLTO.so to the plist.
Reported by: QAT
 |
Sunday, 1 Mar 2009
|
22:45 brooks
Upgrade to a snapshot of svn rev r65789.
Improve the patch for format string checking. [1]
Correctly refect that this is a 2.6 snapshot since 2.5 has been branched.
Submitted by: ed [1]
 |
Friday, 27 Feb 2009
|
01:34 brooks
Update to llvm as of r65584 which includes wchar support.
Switch to using svn revision numbers instead of date based snapshots,
fortunatly X.r[0-9]* > X.s[0-9]* in our version scheme.
 |
Thursday, 26 Feb 2009
|
00:04 brooks
Correctly have run depends on perl and python so clang works.
switch from #!/usr/bin/env p* to actually specifying the path.
Reported by: Pawel Worach
 |
Wednesday, 25 Feb 2009
|
20:49 brooks
Update to a new snapshot.
Install a missing piece of scan-build. [1]
Submitted by: Pawel Worach <pawel dot worach at gmail dot com> [1]
 |
Tuesday, 24 Feb 2009
|
17:00 brooks
Remove some plist bogons that crept in during late (incorrect) testing.
Reported by: QAT
 |
Monday, 23 Feb 2009
|
19:15 brooks
Update to a snapshot from yesterday.
Requested by: rdivacky
 |
Friday, 20 Feb 2009
|
16:39 brooks
Patch the clang target selection code to support amd64 in addition to
x86_64 in triples.
Reported by: Michael Reifenberger <mike at reifenberger dot com>
 |
Thursday, 19 Feb 2009
|
14:56 brooks
Support %b in printf-like functions as required to compile the FreeBSD
kernel.
Submitted by: rdivacky
 |
Tuesday, 17 Feb 2009
|
02:15 brooks
Upgrade to a snapshot from yesterday (just pre 2.5).
 |
Wednesday, 10 Dec 2008
|
07:35 linimon
Mark as broken on sparc64.
Hat: portmgr
 |
Monday, 24 Nov 2008
|
21:59 brooks
Actually bump the PORTREVISION variable rather than misspelling it.
Reported by: Stuart Henderson <stu at spacehopper dot org>
Pointy hat: brooks
 |
Saturday, 15 Nov 2008
|
18:46 brooks
Fix a plist bug.
Reported by: QAT
 |
Thursday, 6 Nov 2008
|
23:07 brooks
Update a November 5th snapshot, fix the plist.
 |
Saturday, 4 Oct 2008
|
05:44 brooks
Upgrade to a snapshot from October 2nd.
 |
Tuesday, 16 Sep 2008
|
22:15 pav
- Mark BROKEN on amd64/6: does not compile
Reported by: pointyhat
Approved by: portmgr (self)
 |
Thursday, 21 Aug 2008
|
14:54 brooks
Update to a new 8/19 snapshot that passes the regression tests.
"Fix" the regression tests by running them as nobody if the regression-test
target is run by root. Remove the .if defined(MAINTAINER_MODE) guards so
the package cluster will run the tests (they pass correctly on i386).
 |
Wednesday, 20 Aug 2008
|
22:31 brooks
Upgrade to a snapshot from 8/17.
Temporarily put the regression-test target under if
defined(MAINTAINER_MODE) because it eats /dev/null if run as root and
the package cluster runs it as root.
 |
Monday, 18 Aug 2008
|
15:41 brooks
Add an llvm snapshot port including clang. The current snapshot is as of
2008-08-05.
 |
Number of commits found: 340 (showing only 40 on this page) |