1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove mpfr library from libgmp: it'll be included in the mpfr port.

PR:		ports/84724
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
This commit is contained in:
Alex Dupre 2005-08-29 13:57:39 +00:00
parent c230a2a0b9
commit 4196aef3f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141314
4 changed files with 6 additions and 12 deletions

View File

@ -8,6 +8,7 @@
PORTNAME= libgmp
PORTVERSION= 4.1.4
PORTREVISION= 1
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gmp
@ -18,10 +19,10 @@ COMMENT= A free library for arbitrary precision arithmetic
USE_LIBTOOL_VER=15
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS= --enable-cxx --enable-mpfr
CONFIGURE_ARGS= --enable-cxx
INSTALLS_SHLIB= yes
INFO= gmp mpfr
INFO= gmp
post-extract:
@${RM} -f ${WRKSRC}/gmp.info*

View File

@ -1,12 +1,8 @@
include/gmp.h
include/gmpxx.h
include/mpf2mpfr.h
include/mpfr.h
include/mpfrxx.h
lib/libgmp.a
lib/libgmp.so
lib/libgmp.so.6
lib/libgmpxx.a
lib/libgmpxx.so
lib/libgmpxx.so.3
lib/libmpfr.a

View File

@ -8,6 +8,7 @@
PORTNAME= libgmp
PORTVERSION= 4.1.4
PORTREVISION= 1
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gmp
@ -18,10 +19,10 @@ COMMENT= A free library for arbitrary precision arithmetic
USE_LIBTOOL_VER=15
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS= --enable-cxx --enable-mpfr
CONFIGURE_ARGS= --enable-cxx
INSTALLS_SHLIB= yes
INFO= gmp mpfr
INFO= gmp
post-extract:
@${RM} -f ${WRKSRC}/gmp.info*

View File

@ -1,12 +1,8 @@
include/gmp.h
include/gmpxx.h
include/mpf2mpfr.h
include/mpfr.h
include/mpfrxx.h
lib/libgmp.a
lib/libgmp.so
lib/libgmp.so.6
lib/libgmpxx.a
lib/libgmpxx.so
lib/libgmpxx.so.3
lib/libmpfr.a