| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The ccc script has been removed and is entierly superceded by the clang
binary.
Notes:
svn path=/head/; revision=233320
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
...
Notes:
svn path=/head/; revision=231396
|
|
|
|
|
|
|
| |
Also enable make -j.
Notes:
svn path=/head/; revision=231129
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=231116
|
|
|
|
|
|
|
|
|
| |
Avoid installing more conflicting headers.
Tested with: porttools port test :)
Notes:
svn path=/head/; revision=229481
|
|
|
|
|
|
|
|
|
| |
previous update.
Reported by: QAT
Notes:
svn path=/head/; revision=229438
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=229434
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=229362
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=229303
|
|
|
|
|
|
|
|
| |
Switch to using svn revision numbers instead of date based snapshots,
fortunatly X.r[0-9]* > X.s[0-9]* in our version scheme.
Notes:
svn path=/head/; revision=229120
|
|
|
|
|
|
|
|
|
| |
switch from #!/usr/bin/env p* to actually specifying the path.
Reported by: Pawel Worach
Notes:
svn path=/head/; revision=229060
|
|
|
|
|
|
|
|
|
| |
Install a missing piece of scan-build. [1]
Submitted by: Pawel Worach <pawel dot worach at gmail dot com> [1]
Notes:
svn path=/head/; revision=229049
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=229001
|
|
|
|
|
|
|
| |
Requested by: rdivacky
Notes:
svn path=/head/; revision=228934
|
|
|
|
|
|
|
|
|
| |
x86_64 in triples.
Reported by: Michael Reifenberger <mike at reifenberger dot com>
Notes:
svn path=/head/; revision=228736
|
|
|
|
|
|
|
|
|
| |
kernel.
Submitted by: rdivacky
Notes:
svn path=/head/; revision=228648
|
|
|
|
| |
Notes:
svn path=/head/; revision=228528
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=224062
|
|
|
|
|
|
|
|
| |
Reported by: Stuart Henderson <stu at spacehopper dot org>
Pointy hat: brooks
Notes:
svn path=/head/; revision=223346
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=222869
|
|
|
|
| |
Notes:
svn path=/head/; revision=222477
|
|
|
|
| |
Notes:
svn path=/head/; revision=221185
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=220411
|
|
|
|
|
|
|
|
|
| |
"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).
Notes:
svn path=/head/; revision=218957
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=218928
|
|
2008-08-05.
Notes:
svn path=/head/; revision=218773
|