summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-25 17:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-25 17:06:03 +0000
commit458d3d20d3a9f7b3744411bbec2ba53e15b09816 (patch)
tree21f74c8c195930c448f2cfc9c153b097336a6027 /devel
parent. Add diablo-jdk13 and diablo-jre13. (diff)
- Fix gcc33 problems within comments
Notes
Notes: svn path=/head/; revision=87676
Diffstat (limited to 'devel')
-rw-r--r--devel/m6811-gcc/Makefile1
-rw-r--r--devel/m6811-gcc/files/patch-gcc-ch-loop.c13
2 files changed, 14 insertions, 0 deletions
diff --git a/devel/m6811-gcc/Makefile b/devel/m6811-gcc/Makefile
index dc54f8578b49..958771d83691 100644
--- a/devel/m6811-gcc/Makefile
+++ b/devel/m6811-gcc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gcc
PORTVERSION= 2.95.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gcc
diff --git a/devel/m6811-gcc/files/patch-gcc-ch-loop.c b/devel/m6811-gcc/files/patch-gcc-ch-loop.c
new file mode 100644
index 000000000000..e44619746abb
--- /dev/null
+++ b/devel/m6811-gcc/files/patch-gcc-ch-loop.c
@@ -0,0 +1,13 @@
+--- gcc/ch/loop.c.orig Mon Jan 11 14:17:29 1999
++++ gcc/ch/loop.c Mon Aug 25 18:56:36 2003
+@@ -318,8 +318,8 @@
+ (associated with all iterators).
+
+ NOTE: Z.200, section 10.1 says that a block is ...
+- "the actions statement list in a do action, including any
+- loop counter and while control". This means that an exp-
++ ;the actions statement list in a do action, including any
++ loop counter and while control;. This means that an exp-
+ ression in a WHILE control can include references to the
+ loop counters created for the loop''s exclusive use.
+ Example: