summaryrefslogtreecommitdiff
path: root/devel/codeblocks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with gcc 4.XMartin Wilke2006-12-215-0/+71
| | | | | PR: ports/107048 Submitted by: Matthias Sund<m.sund@arcor.de> (maintainer)
* - Depend on and link against wxgtk26-unicode instead of the ANSI version. [1]Stefan Walter2006-10-062-37/+38
| | | | | | | | - s/INSTALLS_SHLIB/USE_LDCONFIG/ PR: 103756 [1] Submitted by: Michael Neumann <mneuma2s@smail.inf.fh-brs.de> [1] Approved by: maintainer [1]
* - Fix build on 64-bitsPav Lucistnik2006-01-292-111/+61
| | | | | | | - Mark BROKEN on 4.X PR: ports/91826 Submitted by: Matthias Sund <m.sund@arcor.de> (maintainer)
* new port: devel/codeblocks, an open source, cross-platform and freeEdwin Groothuis2005-12-2711-0/+3543
C/C++ IDE Code::Blocks is an open source, cross-platform and free C/C++ IDE. It is build using the wxWidgets GUI library. The WEB site states: "Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable." WWW: http://www.codeblocks.org/ PR: ports/89297 Submitted by: Matthias Sund <m.sund@arcor.de>