diff options
author | gerald <gerald@FreeBSD.org> | 2003-10-22 01:20:57 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-10-22 01:20:57 +0000 |
commit | cdd9f45bb5f5a9434dc8226a153cd744577053df (patch) | |
tree | 89558486ab548625ce5a4880b1902ddcf8f7eb9e /lang | |
parent | 0e460f9c77b01c97c281192cff935f0d1dbe7892 (diff) | |
download | FreeBSD-ports-cdd9f45bb5f5a9434dc8226a153cd744577053df.zip FreeBSD-ports-cdd9f45bb5f5a9434dc8226a153cd744577053df.tar.gz |
Use an updated version of the bounds checking patch which applies w/o
problems.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc33/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc33/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index 5b12edf..e007b4a 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -29,7 +29,7 @@ COMMENT?= GNU Compiler Collection 3.3 .if defined (WITH_BOUNDSCHECKING) # Fetch another file, but don't extract it. Also add another patchfile. -BCPATCH= bounds-checking-gcc-3.3.1-1.01.patch.bz2 +BCPATCH= bounds-checking-gcc-3.3.2-1.00.patch.bz2 DISTFILES+= ${BCPATCH}:bc EXTRACT_ONLY= ${DISTFILES:S/${BCPATCH}:bc//} EXTRA_PATCHES= ${FILESDIR}/opt.patch-bc diff --git a/lang/gcc33/distinfo b/lang/gcc33/distinfo index cce5a04..fdc51af 100644 --- a/lang/gcc33/distinfo +++ b/lang/gcc33/distinfo @@ -4,4 +4,4 @@ MD5 (gcc-g77-3.3.2.tar.bz2) = 29a10486d5001c62f4566f1424fe9451 MD5 (gcc-java-3.3.2.tar.bz2) = 0224c79e40ecf22506a4012618a1f6e7 MD5 (gcc-objc-3.3.2.tar.bz2) = 2334af72a63c8bae6d00b52febfdf3ae MD5 (gcc-testsuite-3.3.2.tar.bz2) = d0d0b003be65c6b79c7655c5fd64b18f -MD5 (bounds-checking-gcc-3.3.1-1.01.patch.bz2) = 6a25a018520e998457d0bc81f412a7a9 +MD5 (bounds-checking-gcc-3.3.2-1.00.patch.bz2) = 991e7bed74a324a15a0d80e27c0e1249 |