Commit graph

15 commits

Author SHA1 Message Date
Joseph Koshy
c00baaf5b0 - Fix Perl paths to allow "bin/cilly" to work. [1]
- Enable this port on FreeBSD/amd64.

PR:		ports/101312	[1]
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
2006-08-05 13:00:16 +00:00
Joseph Koshy
4f978e6349 Upgrade to v1.3.5.
Upstream changes include:
 - A new module "Cfg" for computing control-flow graphs.
 - Several new analyses: reaching definitions, liveness analysis,
   available expressions, dead code elimination.
 - New flag '--noInsertImplictCasts'.
 - Support for C struct layouts used by microcontroller compilers.
 - A rewrite of module ext/callgraph.
 - Support for many GCC builtin functions.
 - Many bug fixes.
2006-07-10 05:59:33 +00:00
Joseph Koshy
0b0a8361b2 - Upgrade to v1.3.4. This release has:
- a new command line option --forceRLArgEval for forcing right to left
    evaluation of function arguments,
  - support for many more gcc builtins,
  - numerous bug fixes.
- Make the port NOPORTDOCS clean.
- Remove a few portlint warnings.
- Take over as port maintainer.

Approved by:	netchild [MAINTAINER]
2006-05-05 16:44:34 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Alexander Leidinger
6d350a99ca Update to 1.3.3.
Prodded by:	jkoshy
2005-06-25 12:34:48 +00:00
Alexander Leidinger
97ac4212af Update to 1.3.1. 2005-01-09 12:25:49 +00:00
Kris Kennaway
ae26427c63 BROKEN on 5.x: Does not build
Approved by:    portmgr (self)
2004-09-18 07:44:19 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Kris Kennaway
1716e01c06 Mark IGNORE for perl < 5.6.1 2004-02-23 00:19:59 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Alexander Leidinger
d8cde0c676 - update to 1.2.3 (this fixes the configure error on bento [1])
- fix SITE_PERL part of the plist in the PREFIX != LOCALBASE case

Noticed by:	kris
2004-01-25 09:50:45 +00:00
Trevor Johnson
439b8a040c Use the CPIO macro defined in bsd.port.mk. 2004-01-22 12:18:43 +00:00
Alexander Leidinger
ba7347f869 Only for i386.
Noticed by:	kris/bento
2003-10-20 15:02:18 +00:00
Alexander Leidinger
c5d23adc22 Infrastructure for C Program Analysis and Transformation
CIL (C Intermediate Language) is a high-level representation along
with a set of tools that permit easy analysis and source-to-source
transformation of C programs.

CIL is both lower-level than abstract-syntax trees, by clarifying
ambiguous constructs and removing redundant ones, and also higher-level
than typical intermediate languages designed for compilation, by
maintaining types and a close relationship with the source program.
2003-10-11 19:36:13 +00:00