FreeBSD Bugzilla – Attachment 94044 Details for
Bug 132103
math/pari update (for performance)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.33 KB, created by
Yoshiaki Uchikawa
on 2009-02-25 16:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yoshiaki Uchikawa
Created:
2009-02-25 16:50:01 UTC
Size:
1.33 KB
patch
obsolete
>diff -ruN pari.org/Makefile pari/Makefile >--- pari.org/Makefile 2008-09-01 18:30:38.000000000 +0900 >+++ pari/Makefile 2009-02-26 01:12:29.000000000 +0900 >@@ -7,6 +7,7 @@ > > PORTNAME= pari > PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION} >+PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ > DISTNAME= pari-${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION} >@@ -17,10 +18,11 @@ > USE_LDCONFIG= yes > HAS_CONFIGURE= yes > CONFIGURE_SCRIPT= Configure >-CONFIGURE_ARGS= --prefix=${PREFIX} --share-prefix=${PREFIX}/share >+CONFIGURE_ARGS= --prefix=${PREFIX} --share-prefix=${PREFIX}/share --with-gmp > > MAKE_ARGS= gp > PLIST_SUB= MAJOR_VERSION=${MAJOR_VERSION} MINOR_VERSION=${MINOR_VERSION} REV_VERSION=${REV_VERSION} >+LIB_DEPENDS¡ágmp.7:${PORTSDIR}/math/libgmp4 > > MAJOR_VERSION= 2 > MINOR_VERSION= 3 >diff -ruN pari.org/pkg-plist pari/pkg-plist >--- pari.org/pkg-plist 2008-09-01 18:30:38.000000000 +0900 >+++ pari/pkg-plist 2009-02-26 00:09:37.000000000 +0900 >@@ -19,8 +19,8 @@ > include/pari/pariport.h > include/pari/paridecl.h > include/pari/genpari.h >-lib/libpari.so.%%MAJOR_VERSION%%.%%MINOR_VERSION%%.%%REV_VERSION%% >-lib/libpari.so.%%MAJOR_VERSION%% >+lib/libpari-gmp.so.%%MAJOR_VERSION%%.%%MINOR_VERSION%%.%%REV_VERSION%% >+lib/libpari-gmp.so.%%MAJOR_VERSION%% > lib/libpari.so > lib/pari/pari.cfg > %%DOCSDIR%%/AUTHORS
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 132103
: 94044