FreeBSD Bugzilla – Attachment 159569 Details for
Bug 202029
math/gmp: math/mpfr: libtool:keepla causes build failure for gnome-calculator in jhbuild
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove .la files for gmp and mpfr
gmp-mpfr.patch (text/plain), 1.86 KB, created by
Ting-Wei Lan
on 2015-08-05 09:56:50 UTC
(
hide
)
Description:
Remove .la files for gmp and mpfr
Filename:
MIME Type:
Creator:
Ting-Wei Lan
Created:
2015-08-05 09:56:50 UTC
Size:
1.86 KB
patch
obsolete
>Index: math/gmp/Makefile >=================================================================== >--- math/gmp/Makefile (revision 393574) >+++ math/gmp/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= gmp > PORTVERSION= 5.1.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math devel > MASTER_SITES= GNU > >@@ -15,7 +15,7 @@ > OPTIONS_DEFINE= CPU_OPTS > CPU_OPTS_DESC= Enable assembly optimizations for your CPU > >-USES= libtool:keepla makeinfo tar:xz >+USES= libtool makeinfo tar:xz > GNU_CONFIGURE= yes > CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" > CONFIGURE_ARGS= --prefix=${PREFIX} \ >Index: math/gmp/pkg-plist >=================================================================== >--- math/gmp/pkg-plist (revision 393574) >+++ math/gmp/pkg-plist (working copy) >@@ -1,12 +1,10 @@ > include/gmp.h > include/gmpxx.h > lib/libgmp.a >-lib/libgmp.la > lib/libgmp.so > lib/libgmp.so.10 > lib/libgmp.so.10.1.3 > lib/libgmpxx.a >-lib/libgmpxx.la > lib/libgmpxx.so > lib/libgmpxx.so.4 > lib/libgmpxx.so.4.3.3 >Index: math/mpfr/Makefile >=================================================================== >--- math/mpfr/Makefile (revision 393574) >+++ math/mpfr/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mpfr > PORTVERSION= 3.1.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math devel > MASTER_SITES= http://www.mpfr.org/mpfr-current/ > DIST_SUBDIR= ${DISTNAME} >@@ -23,7 +23,7 @@ > #PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} > #PATCH= ${LOCALBASE}/bin/gpatch > >-USES= libtool:keepla tar:xz >+USES= libtool tar:xz > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-gmp=${LOCALBASE} > >Index: math/mpfr/pkg-plist >=================================================================== >--- math/mpfr/pkg-plist (revision 393574) >+++ math/mpfr/pkg-plist (working copy) >@@ -1,7 +1,6 @@ > include/mpfr.h > include/mpf2mpfr.h > lib/libmpfr.a >-lib/libmpfr.la > lib/libmpfr.so > lib/libmpfr.so.4 > lib/libmpfr.so.4.1.2
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 202029
: 159569
Working