aboutsummaryrefslogtreecommitdiff
path: root/lang/etoile-languagekit/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - mark BROKEN, this needs llvm 2.6 which is not availible any more in the portsDirk Meyer2009-11-141-0/+2
| | | | Notes: svn path=/head/; revision=244274
* - cleanup ADDITIONAL_LIB_DIRSDirk Meyer2009-07-051-1/+0
| | | | Notes: svn path=/head/; revision=237172
* - fix buildwith custom LOCALBASEDirk Meyer2009-06-041-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=235172
* - need newer llvm to build on amd64Dirk Meyer2009-03-291-3/+2
| | | | Notes: svn path=/head/; revision=231261
* - udpate to 0.4.1Dirk Meyer2009-03-201-2/+4
| | | | Notes: svn path=/head/; revision=230468
* - mark ONLY_FOR_ARCHS i386Dirk Meyer2008-12-191-3/+3
| | | | Notes: svn path=/head/; revision=224454
* - fix build for amd64Dirk Meyer2008-12-191-0/+3
| | | | Notes: svn path=/head/; revision=224446
* - record dependency of perl, needed by llvm-configDirk Meyer2008-12-191-3/+1
| | | | | | | Spotted by: pav Notes: svn path=/head/; revision=224444
* - Mark BROKEN: does not compilePav Lucistnik2008-12-191-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=224431
* - make sure llvm-config is in the pathDirk Meyer2008-11-261-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=223424
* LanguageKit is a compiler kit built on top of LLVM for creating dynamicDirk Meyer2008-11-261-0/+35
language implementations using an Objective-C runtime for the object model. This is used by SmalltalkKit, implementing Etoile's Pragmatic Smalltalk, a Smalltalk JIT compiler which generates code binary-compatible with Objective-C, allowing classes to be written in a mixture of Smalltalk and Objective-C. WWW: http://www.etoile-project.org/ Notes: svn path=/head/; revision=223421