mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
[Maintainer Patch] Port: math/libgmp4 (install a single info file)
PR: ports/48866 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
This commit is contained in:
parent
619c030e29
commit
4ac9759733
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77791
4 changed files with 10 additions and 20 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= libgmp
|
||||
PORTVERSION= 4.1.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= gmp
|
||||
|
@ -19,9 +19,13 @@ COMMENT= A free library for arbitrary precision arithmetic
|
|||
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_ARGS= --enable-cxx --enable-mpfr
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-extract:
|
||||
@rm -f ${WRKSRC}/gmp.info*
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | \
|
||||
${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g'
|
||||
|
|
|
@ -6,15 +6,6 @@ include/mpfr.h
|
|||
include/mpfrxx.h
|
||||
@unexec install-info --delete %D/info/gmp.info %D/info/dir
|
||||
info/gmp.info
|
||||
info/gmp.info-1
|
||||
info/gmp.info-2
|
||||
info/gmp.info-3
|
||||
info/gmp.info-4
|
||||
info/gmp.info-5
|
||||
info/gmp.info-6
|
||||
info/gmp.info-7
|
||||
info/gmp.info-8
|
||||
info/gmp.info-9
|
||||
@exec install-info %D/info/gmp.info %D/info/dir
|
||||
@unexec install-info --delete %D/info/mpfr.info %D/info/dir
|
||||
info/mpfr.info
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= libgmp
|
||||
PORTVERSION= 4.1.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= gmp
|
||||
|
@ -19,9 +19,13 @@ COMMENT= A free library for arbitrary precision arithmetic
|
|||
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_ARGS= --enable-cxx --enable-mpfr
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-extract:
|
||||
@rm -f ${WRKSRC}/gmp.info*
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | \
|
||||
${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g'
|
||||
|
|
|
@ -6,15 +6,6 @@ include/mpfr.h
|
|||
include/mpfrxx.h
|
||||
@unexec install-info --delete %D/info/gmp.info %D/info/dir
|
||||
info/gmp.info
|
||||
info/gmp.info-1
|
||||
info/gmp.info-2
|
||||
info/gmp.info-3
|
||||
info/gmp.info-4
|
||||
info/gmp.info-5
|
||||
info/gmp.info-6
|
||||
info/gmp.info-7
|
||||
info/gmp.info-8
|
||||
info/gmp.info-9
|
||||
@exec install-info %D/info/gmp.info %D/info/dir
|
||||
@unexec install-info --delete %D/info/mpfr.info %D/info/dir
|
||||
info/mpfr.info
|
||||
|
|
Loading…
Add table
Reference in a new issue