FreeBSD Bugzilla – Attachment 186435 Details for
Bug 222373
lang/gcc46, lang/gcc47, lang/gcc48, lang/gcc49: Mark DEPRECATED and set EXPIRATION_DATE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
lang_gcc4.patch (text/plain), 1.65 KB, created by
Yasuhiro Kimura
on 2017-09-16 18:57:25 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2017-09-16 18:57:25 UTC
Size:
1.65 KB
patch
obsolete
>Index: lang/gcc46/Makefile >=================================================================== >--- lang/gcc46/Makefile (revision 449896) >+++ lang/gcc46/Makefile (working copy) >@@ -15,6 +15,9 @@ > LICENSE= GPLv3 GPLv3RLE > LICENSE_COMB= multi > >+DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. >+EXPIRATION_DATE= 2018-03-31 >+ > LIB_DEPENDS= libgmp.so:math/gmp \ > libmpfr.so:math/mpfr \ > libmpc.so:math/mpc >Index: lang/gcc47/Makefile >=================================================================== >--- lang/gcc47/Makefile (revision 449896) >+++ lang/gcc47/Makefile (working copy) >@@ -15,6 +15,9 @@ > LICENSE= GPLv3 GPLv3RLE > LICENSE_COMB= multi > >+DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. >+EXPIRATION_DATE= 2018-03-31 >+ > LIB_DEPENDS= libgmp.so:math/gmp \ > libmpfr.so:math/mpfr \ > libmpc.so:math/mpc >Index: lang/gcc48/Makefile >=================================================================== >--- lang/gcc48/Makefile (revision 449896) >+++ lang/gcc48/Makefile (working copy) >@@ -14,6 +14,9 @@ > LICENSE= GPLv3 GPLv3RLE > LICENSE_COMB= multi > >+DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. >+EXPIRATION_DATE= 2018-03-31 >+ > LIB_DEPENDS= libgmp.so:math/gmp \ > libmpfr.so:math/mpfr \ > libmpc.so:math/mpc >Index: lang/gcc49/Makefile >=================================================================== >--- lang/gcc49/Makefile (revision 449896) >+++ lang/gcc49/Makefile (working copy) >@@ -14,6 +14,9 @@ > LICENSE= GPLv3 GPLv3RLE > LICENSE_COMB= multi > >+DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. >+EXPIRATION_DATE= 2018-03-31 >+ > LIB_DEPENDS= libgmp.so:math/gmp \ > libmpfr.so:math/mpfr \ > libmpc.so:math/mpc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222373
:
186435
|
186439