View | Details | Raw Unified | Return to bug 183141
Collapse All | Expand All

(-)math/mpc/Makefile (-5 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mpc
4
PORTNAME=	mpc
5
PORTVERSION=	0.9
5
PORTVERSION=	1.0.1
6
CATEGORIES=	math devel
6
CATEGORIES=	math devel
7
MASTER_SITES=	http://www.multiprecision.org/mpc/download/
7
MASTER_SITES=	http://www.multiprecision.org/mpc/download/
8
8
Lines 9-16 Link Here
9
MAINTAINER=	gerald@FreeBSD.org
9
MAINTAINER=	gerald@FreeBSD.org
10
COMMENT=	Library of complex numbers with arbitrarily high precision
10
COMMENT=	Library of complex numbers with arbitrarily high precision
11
11
12
LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp \
12
LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp \
13
		mpfr:${PORTSDIR}/math/mpfr
13
		libmpfr.so:${PORTSDIR}/math/mpfr
14
14
15
PORTSCOUT=	site:http://www.multiprecision.org/index.php?prog=mpc&page=download
15
PORTSCOUT=	site:http://www.multiprecision.org/index.php?prog=mpc&page=download
16
16
Lines 21-27 Link Here
21
21
22
INFO=		mpc
22
INFO=		mpc
23
PLIST_FILES=	include/mpc.h \
23
PLIST_FILES=	include/mpc.h \
24
		lib/libmpc.a lib/libmpc.la lib/libmpc.so lib/libmpc.so.2
24
		lib/libmpc.a lib/libmpc.la lib/libmpc.so lib/libmpc.so.3
25
25
26
LATEST_LINK=	math_mpc
26
LATEST_LINK=	math_mpc
27
27
Lines 28-32 Link Here
28
regression-test: build
28
regression-test: build
29
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
29
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
30
30
31
NO_STAGE=	yes
32
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)math/mpc/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mpc-0.9.tar.gz) = fd3efe422f0d454592059e80f2c00d1a2e381bf2beda424c5094abd4deb049ac
1
SHA256 (mpc-1.0.1.tar.gz) = ed5a815cfea525dc778df0cb37468b9c1b554aaf30d9328b1431ca705b7400ff
2
SIZE (mpc-0.9.tar.gz) = 565953
2
SIZE (mpc-1.0.1.tar.gz) = 624125
(-)devel/avr-gcc/Makefile (-3 / +3 lines)
Lines 19-27 Link Here
19
19
20
BUILD_DEPENDS=	avr-as:${PORTSDIR}/devel/avr-binutils \
20
BUILD_DEPENDS=	avr-as:${PORTSDIR}/devel/avr-binutils \
21
		avr-ld:${PORTSDIR}/devel/avr-binutils
21
		avr-ld:${PORTSDIR}/devel/avr-binutils
22
LIB_DEPENDS=	mpfr.4:${PORTSDIR}/math/mpfr \
22
LIB_DEPENDS=	mpfr:${PORTSDIR}/math/mpfr \
23
		gmp.10:${PORTSDIR}/math/gmp \
23
		gmp:${PORTSDIR}/math/gmp \
24
		mpc.2:${PORTSDIR}/math/mpc
24
		mpc:${PORTSDIR}/math/mpc
25
RUN_DEPENDS=	avr-as:${PORTSDIR}/devel/avr-binutils \
25
RUN_DEPENDS=	avr-as:${PORTSDIR}/devel/avr-binutils \
26
		avr-ld:${PORTSDIR}/devel/avr-binutils
26
		avr-ld:${PORTSDIR}/devel/avr-binutils
27
27
(-)devel/cross-gcc/Makefile (-4 / +4 lines)
Lines 16-26 Link Here
16
PATCH_DIST_STRIP=	-p1
16
PATCH_DIST_STRIP=	-p1
17
17
18
MAINTAINER=	kientzle@FreeBSD.org
18
MAINTAINER=	kientzle@FreeBSD.org
19
COMMENT=	GNU gcc for cross-target development
19
COMMENT=	GCC for cross-target development
20
20
21
LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp \
21
LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp \
22
		mpfr.4:${PORTSDIR}/math/mpfr \
22
		mpfr:${PORTSDIR}/math/mpfr \
23
		mpc.2:${PORTSDIR}/math/mpc
23
		mpc:${PORTSDIR}/math/mpc
24
24
25
# If using this as a master port, override BUILD_DEPENDS and
25
# If using this as a master port, override BUILD_DEPENDS and
26
# RUN_DEPENDS with the appropriate specific binutils port.
26
# RUN_DEPENDS with the appropriate specific binutils port.
(-)devel/msp430-gcc/Makefile (-4 / +4 lines)
Lines 21-27 Link Here
21
PATCH_DIST_STRIP=	-p1
21
PATCH_DIST_STRIP=	-p1
22
22
23
MAINTAINER=	lev@FreeBSD.org
23
MAINTAINER=	lev@FreeBSD.org
24
COMMENT=	FSF gcc-4.6 for TI's msp430 MCUs cross-development
24
COMMENT=	FSF GCC 4.6 for TI's msp430 MCUs cross-development
25
25
26
LICENSE=	GPLv3
26
LICENSE=	GPLv3
27
27
Lines 29-37 Link Here
29
		${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
29
		${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
30
RUN_DEPENDS=	${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
30
RUN_DEPENDS=	${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
31
		${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
31
		${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
32
LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp \
32
LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp \
33
		mpfr.4:${PORTSDIR}/math/mpfr \
33
		mpfr:${PORTSDIR}/math/mpfr \
34
		mpc.2:${PORTSDIR}/math/mpc
34
		mpc:${PORTSDIR}/math/mpc
35
35
36
CONFLICTS=	msp430-gcc-3.*
36
CONFLICTS=	msp430-gcc-3.*
37
37
(-)devel/psptoolchain-gcc-stage1/Makefile (-3 / +3 lines)
Lines 16-24 Link Here
16
16
17
PSP_GCC_STAGE_PREFIX=	psp/stage1
17
PSP_GCC_STAGE_PREFIX=	psp/stage1
18
18
19
LIB_DEPENDS=		gmp.10:${PORTSDIR}/math/gmp \
19
LIB_DEPENDS=		gmp:${PORTSDIR}/math/gmp \
20
			mpfr.4:${PORTSDIR}/math/mpfr \
20
			mpfr:${PORTSDIR}/math/mpfr \
21
			mpc.2:${PORTSDIR}/math/mpc
21
			mpc:${PORTSDIR}/math/mpc
22
22
23
BUILD_DEPENDS+=		psp-addr2line:${PORTSDIR}/devel/psptoolchain-binutils \
23
BUILD_DEPENDS+=		psp-addr2line:${PORTSDIR}/devel/psptoolchain-binutils \
24
			psp-ar:${PORTSDIR}/devel/psptoolchain-binutils \
24
			psp-ar:${PORTSDIR}/devel/psptoolchain-binutils \
(-)lang/gnat-aux/Makefile.common (-3 / +3 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
LIB_DEPENDS=		gmp.10:${PORTSDIR}/math/gmp
3
LIB_DEPENDS=		gmp:${PORTSDIR}/math/gmp
4
LIB_DEPENDS+=		mpfr.4:${PORTSDIR}/math/mpfr
4
LIB_DEPENDS+=		mpfr:${PORTSDIR}/math/mpfr
5
LIB_DEPENDS+=		mpc.2:${PORTSDIR}/math/mpc
5
LIB_DEPENDS+=		mpc:${PORTSDIR}/math/mpc
6
6
7
ONLY_FOR_ARCHS= 	i386 amd64
7
ONLY_FOR_ARCHS= 	i386 amd64

Return to bug 183141