summaryrefslogtreecommitdiff
path: root/devel/cil
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2006-07-10 05:59:33 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2006-07-10 05:59:33 +0000
commit4f978e6349d4e8aeb85d166db8c396ca43b8f602 (patch)
tree98d4cd0dff7df105d60a2398aa5f4992793c4030 /devel/cil
parentUpdate to 2.4.8, while I'm there, turn share/gnome/stardict into (diff)
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.
Notes
Notes: svn path=/head/; revision=167337
Diffstat (limited to 'devel/cil')
-rw-r--r--devel/cil/Makefile2
-rw-r--r--devel/cil/distinfo6
-rw-r--r--devel/cil/files/patch-Makefile.in11
-rw-r--r--devel/cil/pkg-plist30
4 files changed, 39 insertions, 10 deletions
diff --git a/devel/cil/Makefile b/devel/cil/Makefile
index 2e5e8fc9eeb6..dbdb112e876b 100644
--- a/devel/cil/Makefile
+++ b/devel/cil/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cil
-PORTVERSION= 1.3.4
+PORTVERSION= 1.3.5
CATEGORIES= devel lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://manju.cs.berkeley.edu/cil/distrib/
diff --git a/devel/cil/distinfo b/devel/cil/distinfo
index 590dbfed241e..294d34128906 100644
--- a/devel/cil/distinfo
+++ b/devel/cil/distinfo
@@ -1,3 +1,3 @@
-MD5 (cil-1.3.4.tar.gz) = a7fa54f19844a20562efd37f67c391da
-SHA256 (cil-1.3.4.tar.gz) = ed540d0b8ed13c7832593e08117380c1e3dd4cdc23acad5188c607778194c860
-SIZE (cil-1.3.4.tar.gz) = 1059905
+MD5 (cil-1.3.5.tar.gz) = 626fdcfa311c31262fd2c6825f08111f
+SHA256 (cil-1.3.5.tar.gz) = 7f06debdac7b72b2c7aecce5cc69a46f1e45df9723a7b92c574e834b4de81069
+SIZE (cil-1.3.5.tar.gz) = 1139611
diff --git a/devel/cil/files/patch-Makefile.in b/devel/cil/files/patch-Makefile.in
new file mode 100644
index 000000000000..ace8b0834923
--- /dev/null
+++ b/devel/cil/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Sun May 21 09:44:15 2006
++++ Makefile.in Mon Jul 10 10:17:48 2006
+@@ -243,7 +243,7 @@
+ echo " Zrapp.feature;" >> $@
+ endif
+ # Now the extra features, with the first letter capitalized
+- echo -ne \
++ echo -e \
+ $(foreach f,@EXTRAFEATURES@, \
+ `echo $f | cut -c 1 | tr "[a-z]" "[A-Z]"``echo $f | cut -c 2-`".feature;\n") >> $@
+ echo "]" >>$@
diff --git a/devel/cil/pkg-plist b/devel/cil/pkg-plist
index e66889a43c6f..4805d9f25d66 100644
--- a/devel/cil/pkg-plist
+++ b/devel/cil/pkg-plist
@@ -6,16 +6,25 @@ libexec/cil/machdep.exe
%%PORTDOCS%%%%DOCSDIR%%/CIL-API.pdf
%%PORTDOCS%%%%DOCSDIR%%/CIL.pdf
%%PORTDOCS%%%%DOCSDIR%%/api/Alpha.html
+%%PORTDOCS%%%%DOCSDIR%%/api/Cfg.html
%%PORTDOCS%%%%DOCSDIR%%/api/Cil.cilPrinter.html
%%PORTDOCS%%%%DOCSDIR%%/api/Cil.cilVisitor.html
%%PORTDOCS%%%%DOCSDIR%%/api/Cil.defaultCilPrinterClass.html
%%PORTDOCS%%%%DOCSDIR%%/api/Cil.html
%%PORTDOCS%%%%DOCSDIR%%/api/Cil.nopCilVisitor.html
%%PORTDOCS%%%%DOCSDIR%%/api/Cil.plainCilPrinterClass.html
+%%PORTDOCS%%%%DOCSDIR%%/api/Cillower.html
%%PORTDOCS%%%%DOCSDIR%%/api/Clist.html
+%%PORTDOCS%%%%DOCSDIR%%/api/Dataflow.BackwardsDataFlow.html
+%%PORTDOCS%%%%DOCSDIR%%/api/Dataflow.BackwardsTransfer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/Dataflow.ForwardsDataFlow.html
+%%PORTDOCS%%%%DOCSDIR%%/api/Dataflow.ForwardsTransfer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/Dataflow.html
+%%PORTDOCS%%%%DOCSDIR%%/api/Dominators.html
%%PORTDOCS%%%%DOCSDIR%%/api/Errormsg.html
%%PORTDOCS%%%%DOCSDIR%%/api/Formatcil.html
%%PORTDOCS%%%%DOCSDIR%%/api/Pretty.MakeMapPrinter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/Pretty.MakeSetPrinter.html
%%PORTDOCS%%%%DOCSDIR%%/api/Pretty.html
%%PORTDOCS%%%%DOCSDIR%%/api/Stats.html
%%PORTDOCS%%%%DOCSDIR%%/api/index.html
@@ -30,19 +39,28 @@ libexec/cil/machdep.exe
%%PORTDOCS%%%%DOCSDIR%%/api/index_values.html
%%PORTDOCS%%%%DOCSDIR%%/api/style.css
%%PORTDOCS%%%%DOCSDIR%%/api/type_Alpha.html
+%%PORTDOCS%%%%DOCSDIR%%/api/type_Cfg.html
%%PORTDOCS%%%%DOCSDIR%%/api/type_Cil.cilPrinter.html
%%PORTDOCS%%%%DOCSDIR%%/api/type_Cil.cilVisitor.html
%%PORTDOCS%%%%DOCSDIR%%/api/type_Cil.defaultCilPrinterClass.html
%%PORTDOCS%%%%DOCSDIR%%/api/type_Cil.html
%%PORTDOCS%%%%DOCSDIR%%/api/type_Cil.nopCilVisitor.html
%%PORTDOCS%%%%DOCSDIR%%/api/type_Cil.plainCilPrinterClass.html
+%%PORTDOCS%%%%DOCSDIR%%/api/type_Cillower.html
%%PORTDOCS%%%%DOCSDIR%%/api/type_Clist.html
+%%PORTDOCS%%%%DOCSDIR%%/api/type_Dataflow.BackwardsDataFlow.html
+%%PORTDOCS%%%%DOCSDIR%%/api/type_Dataflow.BackwardsTransfer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/type_Dataflow.ForwardsDataFlow.html
+%%PORTDOCS%%%%DOCSDIR%%/api/type_Dataflow.ForwardsTransfer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/type_Dataflow.html
+%%PORTDOCS%%%%DOCSDIR%%/api/type_Dominators.html
%%PORTDOCS%%%%DOCSDIR%%/api/type_Errormsg.html
%%PORTDOCS%%%%DOCSDIR%%/api/type_Formatcil.html
%%PORTDOCS%%%%DOCSDIR%%/api/type_Pretty.MakeMapPrinter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/type_Pretty.MakeSetPrinter.html
%%PORTDOCS%%%%DOCSDIR%%/api/type_Pretty.html
%%PORTDOCS%%%%DOCSDIR%%/api/type_Stats.html
-%%PORTDOCS%%%%DOCSDIR%%/attributes.html
+%%PORTDOCS%%%%DOCSDIR%%/changes.html
%%PORTDOCS%%%%DOCSDIR%%/cil.css
%%PORTDOCS%%%%DOCSDIR%%/cil.html
%%PORTDOCS%%%%DOCSDIR%%/cil.version.tex
@@ -50,20 +68,17 @@ libexec/cil/machdep.exe
%%PORTDOCS%%%%DOCSDIR%%/cil002.html
%%PORTDOCS%%%%DOCSDIR%%/cil003.html
%%PORTDOCS%%%%DOCSDIR%%/cil004.html
-%%PORTDOCS%%%%DOCSDIR%%/cil005.html
%%PORTDOCS%%%%DOCSDIR%%/cil006.html
+%%PORTDOCS%%%%DOCSDIR%%/cil007.html
%%PORTDOCS%%%%DOCSDIR%%/cil009.html
%%PORTDOCS%%%%DOCSDIR%%/cil010.html
%%PORTDOCS%%%%DOCSDIR%%/cil011.html
%%PORTDOCS%%%%DOCSDIR%%/cil012.html
-%%PORTDOCS%%%%DOCSDIR%%/cil013.html
+%%PORTDOCS%%%%DOCSDIR%%/cil015.html
%%PORTDOCS%%%%DOCSDIR%%/cil016.html
%%PORTDOCS%%%%DOCSDIR%%/cil017.html
%%PORTDOCS%%%%DOCSDIR%%/cil018.html
%%PORTDOCS%%%%DOCSDIR%%/cil019.html
-%%PORTDOCS%%%%DOCSDIR%%/cil020.html
-%%PORTDOCS%%%%DOCSDIR%%/cil021.html
-%%PORTDOCS%%%%DOCSDIR%%/cilheader.html
%%PORTDOCS%%%%DOCSDIR%%/cilly.html
%%PORTDOCS%%%%DOCSDIR%%/cilpp.haux
%%PORTDOCS%%%%DOCSDIR%%/cilpp.htoc
@@ -110,11 +125,14 @@ libexec/cil/machdep.exe
%%PORTDOCS%%%%DOCSDIR%%/examples/ex44.txt
%%PORTDOCS%%%%DOCSDIR%%/examples/ex45.txt
%%PORTDOCS%%%%DOCSDIR%%/examples/ex46.txt
+%%PORTDOCS%%%%DOCSDIR%%/examples/ex47.txt
%%PORTDOCS%%%%DOCSDIR%%/examples/ex5.txt
%%PORTDOCS%%%%DOCSDIR%%/examples/ex6.txt
%%PORTDOCS%%%%DOCSDIR%%/examples/ex7.txt
%%PORTDOCS%%%%DOCSDIR%%/examples/ex8.txt
%%PORTDOCS%%%%DOCSDIR%%/examples/ex9.txt
+%%PORTDOCS%%%%DOCSDIR%%/ext.html
+%%PORTDOCS%%%%DOCSDIR%%/header.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/merger.html
%%PORTDOCS%%%%DOCSDIR%%/next_motif.gif