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

(-)math/gmp/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gmp
4
PORTNAME=	gmp
5
PORTVERSION=	5.1.3
5
PORTVERSION=	5.1.3
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	math devel
7
CATEGORIES=	math devel
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
9
Lines 15-21 Link Here
15
OPTIONS_DEFINE=	CPU_OPTS
15
OPTIONS_DEFINE=	CPU_OPTS
16
CPU_OPTS_DESC=	Enable assembly optimizations for your CPU
16
CPU_OPTS_DESC=	Enable assembly optimizations for your CPU
17
17
18
USES=		libtool:keepla makeinfo tar:xz
18
USES=		libtool makeinfo tar:xz
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
20
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
21
CONFIGURE_ARGS=	--prefix=${PREFIX} \
21
CONFIGURE_ARGS=	--prefix=${PREFIX} \
(-)math/gmp/pkg-plist (-2 lines)
Lines 1-12 Link Here
1
include/gmp.h
1
include/gmp.h
2
include/gmpxx.h
2
include/gmpxx.h
3
lib/libgmp.a
3
lib/libgmp.a
4
lib/libgmp.la
5
lib/libgmp.so
4
lib/libgmp.so
6
lib/libgmp.so.10
5
lib/libgmp.so.10
7
lib/libgmp.so.10.1.3
6
lib/libgmp.so.10.1.3
8
lib/libgmpxx.a
7
lib/libgmpxx.a
9
lib/libgmpxx.la
10
lib/libgmpxx.so
8
lib/libgmpxx.so
11
lib/libgmpxx.so.4
9
lib/libgmpxx.so.4
12
lib/libgmpxx.so.4.3.3
10
lib/libgmpxx.so.4.3.3
(-)math/mpfr/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mpfr
4
PORTNAME=	mpfr
5
PORTVERSION=	3.1.2
5
PORTVERSION=	3.1.2
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	math devel
7
CATEGORIES=	math devel
8
MASTER_SITES=	http://www.mpfr.org/mpfr-current/
8
MASTER_SITES=	http://www.mpfr.org/mpfr-current/
9
DIST_SUBDIR=	${DISTNAME}
9
DIST_SUBDIR=	${DISTNAME}
Lines 23-29 Link Here
23
#PATCHFILES!=	/usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
23
#PATCHFILES!=	/usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
24
#PATCH=		${LOCALBASE}/bin/gpatch
24
#PATCH=		${LOCALBASE}/bin/gpatch
25
25
26
USES=		libtool:keepla tar:xz
26
USES=		libtool tar:xz
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
CONFIGURE_ARGS=	--with-gmp=${LOCALBASE}
28
CONFIGURE_ARGS=	--with-gmp=${LOCALBASE}
29
29
(-)math/mpfr/pkg-plist (-1 lines)
Lines 1-7 Link Here
1
include/mpfr.h
1
include/mpfr.h
2
include/mpf2mpfr.h
2
include/mpf2mpfr.h
3
lib/libmpfr.a
3
lib/libmpfr.a
4
lib/libmpfr.la
5
lib/libmpfr.so
4
lib/libmpfr.so
6
lib/libmpfr.so.4
5
lib/libmpfr.so.4
7
lib/libmpfr.so.4.1.2
6
lib/libmpfr.so.4.1.2

Return to bug 202029