FreeBSD Bugzilla – Attachment 186055 Details for
Bug 222041
math/pari: fix install without thread
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
pari.patch (text/plain), 2.25 KB, created by
Yuri Victorovich
on 2017-09-04 04:02:15 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-09-04 04:02:15 UTC
Size:
2.25 KB
patch
obsolete
>Index: math/pari/Makefile >=================================================================== >--- math/pari/Makefile (revision 449235) >+++ math/pari/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pari > PORTVERSION= 2.9.3 >+PORTREVISION= 1 > PORTEPOCH= 2 > CATEGORIES= math > MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ \ >@@ -57,6 +58,8 @@ > GP_VERSION= ${PORTVERSION:R} > > post-patch: >+ @${REINPLACE_CMD} -E '/libpari_base\=/s/-tls|-gmp//' \ >+ ${WRKSRC}/Configure > @${REINPLACE_CMD} -e '/^CFLAGS=/s/\$$cflags//' \ > ${WRKSRC}/config/get_cc > @${REINPLACE_CMD} -e 's|-lX11|-L${LOCALBASE}/lib -lX11|' \ >@@ -65,7 +68,7 @@ > ${WRKSRC}/config/get_readline > > post-install: >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpari-gmp*.so.* >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpari.so.${PORTVERSION} > > do-test-PTHREADS-on: > @cd ${WRKSRC} && ${MAKE_CMD} test-parallel >Index: math/pari/files/patch-Configure >=================================================================== >--- math/pari/files/patch-Configure (revision 449235) >+++ math/pari/files/patch-Configure (nonexistent) >@@ -1,15 +0,0 @@ >---- Configure.orig 2017-05-28 16:56:49 UTC >-+++ Configure >-@@ -104,9 +104,9 @@ case $kernlvl1 in >- gmp) libpari_base=pari-gmp;; >- none) libpari_base=pari;; >- esac >--case $enable_tls in >--yes) libpari_base="${libpari_base}-tls" >--esac >-+#case $enable_tls in >-+#yes) libpari_base="${libpari_base}-tls" >-+#esac >- >- if test `expr $VersionMinor % 2` = 0; then >- libpari_base=$libpari_base-$version > >Property changes on: math/pari/files/patch-Configure >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: math/pari/pkg-plist >=================================================================== >--- math/pari/pkg-plist (revision 449235) >+++ math/pari/pkg-plist (working copy) >@@ -19,8 +19,8 @@ > include/pari/paristio.h > include/pari/parisys.h > include/pari/paritune.h >-lib/libpari-gmp.so.%%PORTVERSION%% >-lib/libpari-gmp.so.5 >+lib/libpari.so.%%PORTVERSION%% >+lib/libpari.so.5 > lib/libpari.so > lib/pari/pari.cfg > man/man1/gp-%%GP_VERSION%%.1.gz
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
Flags:
yuri
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 222041
:
186048
|
186052
|
186053
|
186054
| 186055