| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=431996
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412347
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=405891
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
Notes:
svn path=/head/; revision=404928
|
|
|
|
| |
Notes:
svn path=/head/; revision=403861
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387082
|
|
|
|
|
|
|
| |
Stop trying to remove striping from INSTALL_PROGRAM is DEBUG is set, the framework already does that
Notes:
svn path=/head/; revision=349112
|
|
|
|
|
|
|
| |
lang)
Notes:
svn path=/head/; revision=327741
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to OptionsNG
- Add Options for DEBUG
- Update pkg-descr and WWW:
- Trim Makefile headers
- Add USES= pkgconfig
- Remove shlib versions
- Update MAINTAINER to my FreeBSD address
PR: ports/175920
Submitted by: Po-Chien Lin <linpc _AT_ cs.nctu.edu.tw>
Approved by: beat (mentor)
Notes:
svn path=/head/; revision=316956
|
|
|
|
|
|
|
|
| |
PR: 164297
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> (maintainer)
Notes:
svn path=/head/; revision=289989
|
|
|
|
|
|
|
|
|
|
|
| |
patching fails.
PR: ports/159627
Submitted by: rdivacky
Approved by: maintainer (implicit)
Notes:
svn path=/head/; revision=279588
|
|
|
|
|
|
|
| |
Submitted by: rdivacky
Notes:
svn path=/head/; revision=279587
|
|
|
|
|
|
|
|
|
| |
PR: ports/159627
Submitted by: rdivacky
Approved by: Armin Pirkovitsch <armin@frozen-zone.org> (maintainer)
Notes:
svn path=/head/; revision=279580
|
|
|
|
|
|
|
|
|
|
| |
- Update lang/cparser to 0.9.12 and bump LIB_DEPENDS for libfirm
PR: ports/159627
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> (maintainer)
Notes:
svn path=/head/; revision=279562
|
|
|
|
| |
Notes:
svn path=/head/; revision=276987
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Pass maintainership to submitter (via IRC)
PR: ports/148723
Submitted by: Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by: beat (co-mentor)
Notes:
svn path=/head/; revision=258233
|
|
|
|
|
|
|
|
|
| |
to email.
Hat: portmgr
Notes:
svn path=/head/; revision=255864
|
|
|
|
|
|
|
|
|
| |
- Use SF macro
Submitted by: Christoph Mallon (maintainer via irc)
Notes:
svn path=/head/; revision=228393
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to MASTER_SITE_SOURCEFORGE
- Install man pages
- Fixup pkg-descr typos
PR: ports/129343
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=223698
|
|
some MSVC extensions. It also provides many useful analyses for warnings. It
uses libFIRM, which provides a SSA-based intermediate representation in form of
explicit dependency graphs, for optimization and code generation. Parsing is
done with a handwritten recursive descent parser. The AST representation is
straightforward, so it can be used for other purposes than code generation.
* fast recursive descent parser, parses C89 and C99
* handles most GCC extensions, f.e. __attribute__, inline assembler,
computed goto, statement expressions
* handles some MSVC extensions (like declspec)
* provides many useful warnings
* format string checker for char and wchar_t
* unreachable code analysis
* missing return statement check, which pinpoints exact location(s)
* write-only/-self variables detection
* missing and redundant forward declarations
* most warnings switches, which are available for GCC
* provides concise messages in case of error, for example when encountering
misspelled typenames
* compiler driver compatible with with GCC (-fxxx, -Wxxx, -M, ...)
* uses libFIRM for optimization and code generation (devel/libfirm)
WWW: http://www.libfirm.org
Submitted by: Christoph Mallon <christoph.mallon at gmx.de>
Notes:
svn path=/head/; revision=223322
|