mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update the optional GCC bounds checking patch to the latest version which
again works with current GCC 3.3 sources (modulo a minor tweak to avoid a patch affecting a bison generated file). PR: 54587
This commit is contained in:
parent
4080742b15
commit
c6dfdef4fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86772
@ -32,7 +32,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.01.patch.bz2
|
||||
BCPATCH= bounds-checking-gcc-3.3.1-1.00.patch.bz2
|
||||
DISTFILES+= ${BCPATCH}:bc
|
||||
EXTRACT_ONLY= ${DISTFILES:S/${BCPATCH}:bc//}
|
||||
EXTRA_PATCHES= ${FILESDIR}/opt.patch-bc
|
||||
@ -133,6 +133,7 @@ pre-patch:
|
||||
cd ${_DISTDIR} ; \
|
||||
${BZCAT} ${BCPATCH} | \
|
||||
${SED} -e '/^--- .*ada/,/^diff/d' | \
|
||||
${SED} -e '/^--- .*parse.h/,/^diff/d' | \
|
||||
${PATCH} -d ${PATCH_WRKSRC} -E -p1 --quiet
|
||||
.endif
|
||||
|
||||
|
@ -4,3 +4,4 @@ MD5 (gcc-g77-3.3-20030804.tar.bz2) = 32691136dcf1c5241622108a28d368ea
|
||||
MD5 (gcc-java-3.3-20030804.tar.bz2) = 277ad624e85d926e09061e62fc784e4a
|
||||
MD5 (gcc-objc-3.3-20030804.tar.bz2) = 10694c78411ecf2e76ec906d66988c97
|
||||
MD5 (gcc-testsuite-3.3-20030804.tar.bz2) = c4776e62aafaa5e24da77c4f72463dca
|
||||
MD5 (bounds-checking-gcc-3.3.1-1.00.patch.bz2) = e14f935f9636cca2259799f21d63dc79
|
||||
|
Loading…
Reference in New Issue
Block a user