FreeBSD Bugzilla – Attachment 98610 Details for
Bug 137552
[PATCH] math/cln: update to 1.3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cln-1.3.0.patch
cln-1.3.0.patch (text/plain), 5.03 KB, created by
Sylvio César Teixeira Amorim
on 2009-08-08 03:10:00 UTC
(
hide
)
Description:
cln-1.3.0.patch
Filename:
MIME Type:
Creator:
Sylvio César Teixeira Amorim
Created:
2009-08-08 03:10:00 UTC
Size:
5.03 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/math/cln/Makefile,v >retrieving revision 1.38 >diff -u -u -r1.38 Makefile >--- Makefile 2 Aug 2009 19:34:37 -0000 1.38 >+++ Makefile 8 Aug 2009 02:00:34 -0000 >@@ -7,8 +7,7 @@ > # > > PORTNAME= cln >-PORTVERSION= 1.2.2 >-PORTREVISION= 1 >+PORTVERSION= 1.3.0 > CATEGORIES= math devel > MASTER_SITES= http://www.ginac.de/CLN/ \ > http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ >@@ -30,6 +29,7 @@ > USE_LDCONFIG= yes > > INFO= cln >+MAN1= pi.1 > > STRIP= # none > >@@ -51,14 +51,4 @@ > BROKEN= Does not compile when older version is installed. Please pkg_delete old cln first > .endif > >-post-install: >-.if !defined(NOPORTDOCS) >- @${MKDIR} ${DOCSDIR}/dvi >- ${INSTALL_DATA} ${WRKSRC}/doc/*.dvi ${DOCSDIR}/dvi/ >- @${MKDIR} ${DOCSDIR}/html >- ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/html/ >- @${MKDIR} ${DOCSDIR}/html/cln >- ${INSTALL_DATA} ${WRKSRC}/doc/cln/*.html ${DOCSDIR}/html/cln/ >-.endif >- > .include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/math/cln/distinfo,v >retrieving revision 1.15 >diff -u -u -r1.15 distinfo >--- distinfo 20 Apr 2008 15:31:14 -0000 1.15 >+++ distinfo 8 Aug 2009 02:00:34 -0000 >@@ -1,3 +1,3 @@ >-MD5 (cln-1.2.2.tar.bz2) = 6b479281fec86314b4c7a9357bd83ef8 >-SHA256 (cln-1.2.2.tar.bz2) = 3de70896cb9eaa7d4cb957890adb88cd7d7a9ce84c0e2a87cd18afde017392e5 >-SIZE (cln-1.2.2.tar.bz2) = 1742427 >+MD5 (cln-1.3.0.tar.bz2) = 8cf879f2f6046a40e7ec3c1d5eb35b10 >+SHA256 (cln-1.3.0.tar.bz2) = f76ee55a1382d7b8b88330faa37f57ed2237348f0d6776a1d92f438c5e988b46 >+SIZE (cln-1.3.0.tar.bz2) = 1249521 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/math/cln/pkg-plist,v >retrieving revision 1.12 >diff -u -u -r1.12 pkg-plist >--- pkg-plist 20 Apr 2008 15:31:14 -0000 1.12 >+++ pkg-plist 8 Aug 2009 02:00:34 -0000 >@@ -1,3 +1,4 @@ >+bin/pi > include/cln/GV.h > include/cln/GV_complex.h > include/cln/GV_integer.h >@@ -31,7 +32,7 @@ > include/cln/float_class.h > include/cln/float_io.h > include/cln/floatformat.h >-include/cln/floatparam.h >+include/cln/host_cpu.h > include/cln/input.h > include/cln/integer.h > include/cln/integer_class.h >@@ -79,31 +80,6 @@ > lib/libcln.a > lib/libcln.la > lib/libcln.so >-lib/libcln.so.5 >+lib/libcln.so.6 > libdata/pkgconfig/cln.pc >-%%PORTDOCS%%%%DOCSDIR%%/dvi/cln.dvi >-%%PORTDOCS%%%%DOCSDIR%%/html/cln.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_1.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_10.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_11.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_12.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_13.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_14.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_15.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_16.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_2.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_3.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_4.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_5.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_6.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_7.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_8.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_9.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_abt.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln/cln_fot.html >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/cln/ >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/ >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/dvi/ >-%%PORTDOCS%%@dirrm %%DOCSDIR%% > @dirrm include/cln >Index: files/patch-Makefile.in >=================================================================== >RCS file: files/patch-Makefile.in >diff -N files/patch-Makefile.in >--- files/patch-Makefile.in 20 Apr 2008 15:31:14 -0000 1.3 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,11 +0,0 @@ >---- Makefile.in.orig 2007-09-19 08:01:07.000000000 +0800 >-+++ Makefile.in 2002-01-05 01:38:21.000000000 +0800 >-@@ -10,7 +10,7 @@ >- bindir = @bindir@ >- datarootdir = @datarootdir@ >- datadir = @datadir@ >--libdir = @libdir@ >-+libdir = ${local_prefix}/libdata >- includedir = @includedir@ >- mandir = @mandir@ >- DESTDIR = >Index: files/patch-doc::Makefile.in >=================================================================== >RCS file: files/patch-doc::Makefile.in >diff -N files/patch-doc::Makefile.in >--- files/patch-doc::Makefile.in 20 Apr 2008 15:31:14 -0000 1.5 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,17 +0,0 @@ >---- doc/Makefile.in.orig 2002-01-05 01:39:59.000000000 +0800 >-+++ doc/Makefile.in 2002-01-05 01:47:24.000000000 +0800 >-@@ -80,14 +80,10 @@ >- echo " install-info --info-dir=${DESTDIR}${infodir} ${DESTDIR}${infodir}/${PACKAGE}.info";\ >- install-info --info-dir=${DESTDIR}${infodir} ${DESTDIR}${infodir}/${PACKAGE}.info || :;\ >- else : ; fi >-- ${INSTALL_DATA} ${srcdir}/${PACKAGE}/${PACKAGE}*.html ${DESTDIR}${htmldir} >-- ${INSTALL_DATA} ${srcdir}/${PACKAGE}.dvi ${DESTDIR}${dvidir}/${PACKAGE}.dvi >- >- installdirs : force >- ${MKDIR} ${DESTDIR}${datadir} >- ${MKDIR} ${DESTDIR}${infodir} >-- ${MKDIR} ${DESTDIR}${htmldir} >-- ${MKDIR} ${DESTDIR}${dvidir} >- >- uninstall : force >- @if (install-info --version && \
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 137552
: 98610