mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Add in the bounds checking patch from XXX Haj Ten Brugge if
"WANT_BOUNDS_CHECKING" is defined.
This commit is contained in:
parent
e7217baede
commit
d428f0d4c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34963
@ -12,6 +12,11 @@ CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= gcc
|
||||
|
||||
.if defined(WANT_BOUNDS_CHECKING)
|
||||
PATCH_SITES= http://web.inter.nl.net/hcc/Haj.Ten.Brugge/
|
||||
PATCHFILES= bounds-checking-2.8.1-1.01.tar.gz
|
||||
.endif
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
NO_CDROM= 'old version, not worth the cost in real estate'
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (gcc-2.8.1.tar.gz) = 311829e9c36080fb54b0145285746a9e
|
||||
MD5 (bounds-checking-2.8.1-1.01.tar.gz) = 33967fc0b6cb609df06ae5d7ad5c680a
|
||||
|
Loading…
Reference in New Issue
Block a user