View | Details | Raw Unified | Return to bug 222373 | Differences between
and this patch

Collapse All | Expand All

(-)lang/gcc46/Makefile (+3 lines)
Lines 15-20 Link Here
15
LICENSE=	GPLv3 GPLv3RLE
15
LICENSE=	GPLv3 GPLv3RLE
16
LICENSE_COMB=	multi
16
LICENSE_COMB=	multi
17
17
18
DEPRECATED=	Unsupported by upstream. Use GCC 5 or newer instead.
19
EXPIRATION_DATE=	2018-03-31
20
18
LIB_DEPENDS=	libgmp.so:math/gmp \
21
LIB_DEPENDS=	libgmp.so:math/gmp \
19
		libmpfr.so:math/mpfr \
22
		libmpfr.so:math/mpfr \
20
		libmpc.so:math/mpc
23
		libmpc.so:math/mpc
(-)lang/gcc47/Makefile (+3 lines)
Lines 15-20 Link Here
15
LICENSE=	GPLv3 GPLv3RLE
15
LICENSE=	GPLv3 GPLv3RLE
16
LICENSE_COMB=	multi
16
LICENSE_COMB=	multi
17
17
18
DEPRECATED=	Unsupported by upstream. Use GCC 5 or newer instead.
19
EXPIRATION_DATE=	2018-03-31
20
18
LIB_DEPENDS=	libgmp.so:math/gmp \
21
LIB_DEPENDS=	libgmp.so:math/gmp \
19
		libmpfr.so:math/mpfr \
22
		libmpfr.so:math/mpfr \
20
		libmpc.so:math/mpc
23
		libmpc.so:math/mpc
(-)lang/gcc48/Makefile (+3 lines)
Lines 14-19 Link Here
14
LICENSE=	GPLv3 GPLv3RLE
14
LICENSE=	GPLv3 GPLv3RLE
15
LICENSE_COMB=	multi
15
LICENSE_COMB=	multi
16
16
17
DEPRECATED=	Unsupported by upstream. Use GCC 5 or newer instead.
18
EXPIRATION_DATE=	2018-03-31
19
17
LIB_DEPENDS=	libgmp.so:math/gmp \
20
LIB_DEPENDS=	libgmp.so:math/gmp \
18
		libmpfr.so:math/mpfr \
21
		libmpfr.so:math/mpfr \
19
		libmpc.so:math/mpc
22
		libmpc.so:math/mpc
(-)lang/gcc49/Makefile (+3 lines)
Lines 14-19 Link Here
14
LICENSE=	GPLv3 GPLv3RLE
14
LICENSE=	GPLv3 GPLv3RLE
15
LICENSE_COMB=	multi
15
LICENSE_COMB=	multi
16
16
17
DEPRECATED=	Unsupported by upstream. Use GCC 5 or newer instead.
18
EXPIRATION_DATE=	2018-03-31
19
17
LIB_DEPENDS=	libgmp.so:math/gmp \
20
LIB_DEPENDS=	libgmp.so:math/gmp \
18
		libmpfr.so:math/mpfr \
21
		libmpfr.so:math/mpfr \
19
		libmpc.so:math/mpc
22
		libmpc.so:math/mpc

Return to bug 222373