| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
|
|
| |
silenced the warning with clang 2.9 but still generated broken code.
- Bump PORTREVISION for devel/cxxtools and also for www/tntnet that
depends on cxxtools.
Notes:
svn path=/head/; revision=276376
|
|
|
|
| |
Notes:
svn path=/head/; revision=276086
|
|
|
|
| |
Notes:
svn path=/head/; revision=275104
|
|
|
|
| |
Notes:
svn path=/head/; revision=272099
|
|
for C++. To create webapplications Tntnet has a template-language called
ecpp similar to php, jsp or mason, where you can embed c++-code inside a
html-page to generate active content. The ecpp-files are precompiled to
c++-classes called components and compiled and linked into a shared
library. This process is done at compiletime.
WWW: http://www.tntnet.org/index.html
Notes:
svn path=/head/; revision=271796
|