FreeBSD Bugzilla – Attachment 186439 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]
updated patch file
lang_gcc4.patch (text/plain), 1.64 KB, created by
Yasuhiro Kimura
on 2017-09-16 21:41:03 UTC
(
hide
)
Description:
updated patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2017-09-16 21:41:03 UTC
Size:
1.64 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) >@@ -51,6 +51,10 @@ > > .include <bsd.port.pre.mk> > >+.if ${ARCH} != "sparc64" >+DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. >+.endif >+ > .if ${ARCH} == "amd64" > CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} > .endif
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