aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm-devel
Commit message (Collapse)AuthorAgeFilesLines
* Install manpages in the NOPORTDOCS case.Brooks Davis2010-12-101-7/+14
| | | | | | | | | | Don't depend on PYTHON since it's only needed by clang which is a seperate port. Minor cleanup and diff reduction relative to devel/llvm Notes: svn path=/head/; revision=266005
* Hopefully really fix the NOPORTDOCS case by using the --disable-docsBrooks Davis2010-12-092-261/+2
| | | | | | | option I just found for configure. Notes: svn path=/head/; revision=265946
* Add patch missed in previous commit. Only effects the NOPORTDOCS case.Brooks Davis2010-12-091-0/+256
| | | | Notes: svn path=/head/; revision=265940
* Update to r121368.Brooks Davis2010-12-094-55/+67
| | | | | | | | | | Reduce diff between llvm/Makefile and llvm-devel/Makefile. Hopefully fix NOPORTDOCS case. Currently this bogusly disables manpages. Notes: svn path=/head/; revision=265934
* Upgrade LLVM and Clang to r116582 and bump the overall version to 2.9Brooks Davis2010-10-159-673/+151
| | | | | | | | | since 2.8 has shipped. Split out the clang portion of devel/llvm-devel into lang/clang-devel. Notes: svn path=/head/; revision=263055
* Actually add the patch to FormatString.h.Brooks Davis2010-08-311-0/+16
| | | | | | | | PR: ports/149746 (in error) Reported by: Volodymyr Kostyrko <c.kworr@gmail.com> Notes: svn path=/head/; revision=260299
* Upgrade to r112486.Brooks Davis2010-08-307-79/+123
| | | | | | | | | | Disable asserts by default as they break threading programs.[1] PR: ports/149746 [1] Submitted by: avilla Notes: svn path=/head/; revision=260222
* Upgrade to r104832 (the version in head.)Brooks Davis2010-06-175-25/+17
| | | | Notes: svn path=/head/; revision=256627
* Don't install pre-patch versions of clang header files.Brooks Davis2010-05-063-1/+15
| | | | | | | Reported by: jkim Notes: svn path=/head/; revision=253849
* Update to r103179.Brooks Davis2010-05-067-20/+117
| | | | | | | | | | | Start calling this 2.8.r* since 2.7 has shipped. Add support for FreeBSD printf format extensions.[0] Submitted by: rdivacky [0] Notes: svn path=/head/; revision=253830
* Update to r102038.Brooks Davis2010-04-224-6/+18
| | | | | | | On i386, force compliation with -O2 to avoid a -O3 bug in the base gcc. Notes: svn path=/head/; revision=253039
* Upgrade to r100430.Brooks Davis2010-04-053-5/+10
| | | | Notes: svn path=/head/; revision=252252
* Upgrade to r98833.Brooks Davis2010-03-184-29/+31
| | | | | | | | Revert the previous addition of debugging info. It made the program too big to package reliably. Notes: svn path=/head/; revision=251220
* - Instead of BROKEN, mark it MANUAL_PACKAGE_BUILD:Pav Lucistnik2010-03-171-1/+1
| | | | | | | | | -rwxr-xr-x 0 root wheel 498732122 Mar 17 18:55 bin/clang Reported by: brucec/EFnet Notes: svn path=/head/; revision=251186
* - Mark BROKEN: fails to packagePav Lucistnik2010-03-171-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=251183
* Fix plist.Brooks Davis2010-03-032-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250542
* Update to 97654.Brooks Davis2010-03-033-6/+6
| | | | | | | | | Switch to using the new llvm test framework (lit). Tests now pass. Feature safe: yes Notes: svn path=/head/; revision=250541
* Update to r97497.Brooks Davis2010-03-024-20/+32
| | | | | | | | | Enable debugging symbols as suggested by the packaging guide. Feature safe: yes Notes: svn path=/head/; revision=250485
* Fix a plist bug. Since the previous version build and installed, butBrooks Davis2010-02-162-2/+1
| | | | | | | | | | didn't package, bump PORTREVISION. Reported by: QAT Feature safe: yes Notes: svn path=/head/; revision=249971
* Update to r96348.Brooks Davis2010-02-165-86/+86
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=249959
* graphics/opengtl doesn't require that LLVM assertions be disabled soBrooks Davis2010-01-081-1/+1
| | | | | | | | | | don't claim it does in the OPTIONS description. PR: ports/141783 Submitted by: Alberto Villa <villa dot alberto at gmail dot com> Notes: svn path=/head/; revision=247424
* Fix -DBOOTSTRAP with LANG!=C.Brooks Davis2009-12-081-0/+1
| | | | | | | Submitted by: Frederic Chardon <chardon dot frederic at gmail com> Notes: svn path=/head/; revision=245419
* Update to r90769.Brooks Davis2009-12-085-30/+62
| | | | | | | | | | Build with -fPIC on amd64 and ia64. Allow the user to disable asserts. PR: ports/127718, ports/139207 Notes: svn path=/head/; revision=245415
* Upgrade to r86028.Brooks Davis2009-11-044-12/+24
| | | | | | | | | Reduce the complexity of CONFLICTS. Chase plist changes. Notes: svn path=/head/; revision=243793
* correct plistBrooks Davis2009-10-301-22/+0
| | | | Notes: svn path=/head/; revision=243521
* Upgrade to rev 85018.Brooks Davis2009-10-254-13/+292
| | | | Notes: svn path=/head/; revision=243303
* Upgrade to r83443 which contains some FreeBSD specific fixes.Brooks Davis2009-10-074-13/+5
| | | | | | | | | Add USE_GCC=4.2+ to hopefully allow 6.x systems to build this. Prodded by: rdivacky Notes: svn path=/head/; revision=242531
* Upgrade to llvm trunk r83078. Bump the major version to 2.7 since 2.6Brooks Davis2009-10-034-6/+7
| | | | | | | has been branced and the release will happen shortly. Notes: svn path=/head/; revision=242414
* Upgrade to r82217.Brooks Davis2009-09-276-111/+166
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=242183
* Upgrade to svn rev 71086Brooks Davis2009-05-064-34/+21
| | | | | | | | The ccc script has been removed and is entierly superceded by the clang binary. Notes: svn path=/head/; revision=233320
* Upgrade to r68053. Should fix problems with scan-build not findingBrooks Davis2009-03-314-9/+15
| | | | | | | | | | | | | | 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
* Upgrade to 67853 which reportedly fixes a regression building sh.Brooks Davis2009-03-272-4/+5
| | | | | | | Also enable make -j. Notes: svn path=/head/; revision=231129
* Upgrade to r67766.Brooks Davis2009-03-273-10/+10
| | | | | | | | | 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
* Upgrade to r65948 which fixes a few key optimizer bugs.Brooks Davis2009-03-044-10/+5
| | | | | | | | | Avoid installing more conflicting headers. Tested with: porttools port test :) Notes: svn path=/head/; revision=229481
* Catch a few files and directories I should have noticed during theBrooks Davis2009-03-032-25/+36
| | | | | | | | | previous update. Reported by: QAT Notes: svn path=/head/; revision=229438
* Update to r65948.Brooks Davis2009-03-037-22/+61
| | | | | | | | | | | | 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
* Add missing libLTO.so to the plist.Brooks Davis2009-03-022-1/+4
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=229362
* Upgrade to a snapshot of svn rev r65789.Brooks Davis2009-03-014-14/+38
| | | | | | | | | | 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
* Update to llvm as of r65584 which includes wchar support.Brooks Davis2009-02-273-15/+9
| | | | | | | | 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
* Correctly have run depends on perl and python so clang works.Brooks Davis2009-02-261-2/+8
| | | | | | | | | switch from #!/usr/bin/env p* to actually specifying the path. Reported by: Pawel Worach Notes: svn path=/head/; revision=229060
* Update to a new snapshot.Brooks Davis2009-02-254-4/+15
| | | | | | | | | 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
* Remove some plist bogons that crept in during late (incorrect) testing.Brooks Davis2009-02-242-11/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=229001
* Update to a snapshot from yesterday.Brooks Davis2009-02-234-19/+16
| | | | | | | Requested by: rdivacky Notes: svn path=/head/; revision=228934
* Patch the clang target selection code to support amd64 in addition toBrooks Davis2009-02-202-1/+15
| | | | | | | | | x86_64 in triples. Reported by: Michael Reifenberger <mike at reifenberger dot com> Notes: svn path=/head/; revision=228736
* Support %b in printf-like functions as required to compile the FreeBSDBrooks Davis2009-02-192-0/+14
| | | | | | | | | kernel. Submitted by: rdivacky Notes: svn path=/head/; revision=228648
* Upgrade to a snapshot from yesterday (just pre 2.5).Brooks Davis2009-02-174-35/+123
| | | | Notes: svn path=/head/; revision=228528
* Mark as broken on sparc64.Mark Linimon2008-12-101-0/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224062
* Actually bump the PORTREVISION variable rather than misspelling it.Brooks Davis2008-11-241-1/+1
| | | | | | | | Reported by: Stuart Henderson <stu at spacehopper dot org> Pointy hat: brooks Notes: svn path=/head/; revision=223346
* Fix a plist bug.Brooks Davis2008-11-152-0/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=222869
* Update a November 5th snapshot, fix the plist.Brooks Davis2008-11-064-15/+27
| | | | Notes: svn path=/head/; revision=222477