FreeBSD Bugzilla – Attachment 229174 Details for
Bug 259573
math/gmp: optionalize INFO
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-math-gmp-optionalize-INFO.patch
0001-math-gmp-optionalize-INFO.patch (text/plain), 1.81 KB, created by
Val Packett
on 2021-10-31 11:02:54 UTC
(
hide
)
Description:
0001-math-gmp-optionalize-INFO.patch
Filename:
MIME Type:
Creator:
Val Packett
Created:
2021-10-31 11:02:54 UTC
Size:
1.81 KB
patch
obsolete
>From c07371a1e6b5e1ec8121e93a12db250615719ddd Mon Sep 17 00:00:00 2001 >From: Greg V <greg@unrelenting.technology> >Date: Sat, 30 Oct 2021 21:38:50 +0300 >Subject: [PATCH] math/gmp: optionalize INFO > >--- > math/gmp/Makefile | 16 +++++++++++----- > 1 file changed, 11 insertions(+), 5 deletions(-) > >diff --git a/math/gmp/Makefile b/math/gmp/Makefile >index eafe69d0eb6d..a35190b824ee 100644 >--- a/math/gmp/Makefile >+++ b/math/gmp/Makefile >@@ -1,57 +1,63 @@ > # Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> > > PORTNAME= gmp > PORTVERSION= 6.2.1 > CATEGORIES= math devel > MASTER_SITES= GNU > > MAINTAINER= ale@FreeBSD.org > COMMENT= Free library for arbitrary precision arithmetic > > LICENSE= LGPL3 > >-USES= cpe libtool makeinfo tar:xz >+USES= cpe libtool tar:xz > > CPE_VENDOR= gmplib > >-OPTIONS_DEFINE= CPU_OPTS >+OPTIONS_DEFINE= CPU_OPTS INFO >+OPTIONS_DEFAULT= INFO >+ > CPU_OPTS_DESC= Enable assembly optimizations for your CPU > > HAS_CONFIGURE= yes > CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split" > CONFIGURE_ARGS= --prefix=${PREFIX} \ > --infodir=${PREFIX}/${INFO_PATH} \ >- --mandir=${PREFIX}/man \ >+ --mandir=${MANPREFIX}/man \ > --enable-cxx > > USE_LDCONFIG= yes > >-INFO= gmp >+INFO_INFO= gmp >+INFO_USES= makeinfo > > INSTALL_TARGET= install-strip > TEST_TARGET= check > > .include <bsd.port.pre.mk> > > .if ${ARCH:Mmips*} > MAKE_JOBS_UNSAFE=yes > .endif > > .if ! ${PORT_OPTIONS:MCPU_OPTS} > CONFIGURE_ARGS+=--build=${CONFIGURE_TARGET} > .elif ${ARCH:S/64//} != ${ARCH} > .if ${ARCH:Mpowerpc64*} > CONFIGURE_ENV+= ABI="mode64" > .elif ${ARCH:Mriscv64*} > CONFIGURE_ENV+= ABI="standard" > .else > CONFIGURE_ENV+= ABI="64" > .endif > .else > CONFIGURE_ENV+= ABI="32" > .endif > >-post-extract: >+post-extract-INFO-on: > @${RM} ${WRKSRC}/doc/gmp.info* > >+post-install-INFO-off: >+ @${RM} ${STAGEDIR}${PREFIX}/${INFO_PATH}/*.info* >+ > .include <bsd.port.post.mk> >-- >2.30.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259573
: 229174