FreeBSD Bugzilla – Attachment 86252 Details for
Bug 122651
[Update] math/cln : update to 1.2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.26 KB, created by
wenheping
on 2008-04-11 07:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
wenheping
Created:
2008-04-11 07:20:01 UTC
Size:
5.26 KB
patch
obsolete
>diff -Ncur cln/Makefile cln.new/Makefile >--- cln/Makefile 2008-04-09 14:12:59.000000000 +0800 >+++ cln.new/Makefile 2008-04-11 12:54:41.000000000 +0800 >@@ -7,7 +7,7 @@ > # > > PORTNAME= cln >-PORTVERSION= 1.1.13 >+PORTVERSION= 1.2.2 > CATEGORIES= math devel > MASTER_SITES= http://www.ginac.de/CLN/ \ > http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ >@@ -29,7 +29,6 @@ > MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" > USE_LDCONFIG= yes > >-MAN1= cln-config.1 > INFO= cln > > STRIP= # none >diff -Ncur cln/distinfo cln.new/distinfo >--- cln/distinfo 2008-04-09 14:19:09.000000000 +0800 >+++ cln.new/distinfo 2008-04-10 15:08:53.000000000 +0800 >@@ -1,3 +1,3 @@ >-MD5 (cln-1.1.13.tar.bz2) = 1f3d227360003b389bba14c8a5c3695a >-SHA256 (cln-1.1.13.tar.bz2) = fb570c0ac44aef1ffe251fdf2a9b40448c95aa21398b492566203dd982b18c03 >-SIZE (cln-1.1.13.tar.bz2) = 1708927 >+MD5 (cln-1.2.2.tar.bz2) = 6b479281fec86314b4c7a9357bd83ef8 >+SHA256 (cln-1.2.2.tar.bz2) = 3de70896cb9eaa7d4cb957890adb88cd7d7a9ce84c0e2a87cd18afde017392e5 >+SIZE (cln-1.2.2.tar.bz2) = 1742427 >diff -Ncur cln/files/patch-autoconf-ltmain.sh cln.new/files/patch-autoconf-ltmain.sh >--- cln/files/patch-autoconf-ltmain.sh 2005-06-07 16:39:31.000000000 +0800 >+++ cln.new/files/patch-autoconf-ltmain.sh 1970-01-01 08:00:00.000000000 +0800 >@@ -1,15 +0,0 @@ >---- autoconf/ltmain.sh.orig Tue Sep 7 04:46:35 2004 >-+++ autoconf/ltmain.sh Sat Jun 4 16:54:55 2005 >-@@ -5547,10 +5547,12 @@ >- fi >- >- # Install the pseudo-library for information purposes. >-+ if /usr/bin/false ; then >- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` >- instname="$dir/$name"i >- $show "$install_prog $instname $destdir/$name" >- $run eval "$install_prog $instname $destdir/$name" || exit $? >-+ fi >- >- # Maybe install the static library, too. >- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" >diff -Ncur cln/files/patch-doc::Makefile.in cln.new/files/patch-doc::Makefile.in >--- cln/files/patch-doc::Makefile.in 2005-02-14 16:12:42.000000000 +0800 >+++ cln.new/files/patch-doc::Makefile.in 1970-01-01 08:00:00.000000000 +0800 >@@ -1,18 +0,0 @@ >---- doc/Makefile.in.orig Mon Feb 14 15:24:29 2005 >-+++ doc/Makefile.in Mon Feb 14 15:25:14 2005 >-@@ -86,14 +86,11 @@ >- 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)_*.html $(DESTDIR)$(htmldir) >-- $(INSTALL_DATA) $(srcdir)/$(PACKAGE).dvi $(DESTDIR)$(dvidir)/$(PACKAGE).dvi >-+ install-info $(DESTDIR)$(infodir)/$(PACKAGE).info $(DESTDIR)$(infodir)/dir >- >- installdirs : force >- $(MKDIR) $(DESTDIR)$(datadir) >- $(MKDIR) $(DESTDIR)$(infodir) >-- $(MKDIR) $(DESTDIR)$(htmldir) >-- $(MKDIR) $(DESTDIR)$(dvidir) >- >- uninstall : force >- @if (install-info --version && \ >diff -Ncur cln/pkg-plist cln.new/pkg-plist >--- cln/pkg-plist 2007-01-28 17:07:40.000000000 +0800 >+++ cln.new/pkg-plist 2008-04-11 16:37:16.000000000 +0800 >@@ -1,4 +1,3 @@ >-bin/cln-config > include/cln/GV.h > include/cln/GV_complex.h > include/cln/GV_integer.h >@@ -14,7 +13,6 @@ > include/cln/SV_real.h > include/cln/SV_ringelt.h > include/cln/V.h >-include/cln/abort.h > include/cln/cln.h > include/cln/complex.h > include/cln/complex_class.h >@@ -25,6 +23,7 @@ > include/cln/dfloat.h > include/cln/dfloat_class.h > include/cln/dfloat_io.h >+include/cln/exception.h > include/cln/ffloat.h > include/cln/ffloat_class.h > include/cln/ffloat_io.h >@@ -77,34 +76,38 @@ > include/cln/univpoly_rational.h > include/cln/univpoly_real.h > include/cln/version.h >+info/dir > lib/libcln.a > lib/libcln.la > lib/libcln.so >-lib/libcln.so.4 >-libdata/pkgconfig/cln.pc >-share/aclocal/cln.m4 >+lib/libcln.so.5 >+lib/pkgconfig/cln.pc > %%PORTDOCS%%%%DOCSDIR%%/dvi/cln.dvi > %%PORTDOCS%%%%DOCSDIR%%/html/cln.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_1.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_10.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_11.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_12.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_13.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_14.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_15.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_16.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_2.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_3.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_4.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_5.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_6.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_7.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_8.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_9.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_abt.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_ovr.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cln_toc.html >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/dvi >-%%PORTDOCS%%@dirrm %%DOCSDIR%% >+share/dvi/cln.dvi >+share/html/cln.html >+share/html/cln_1.html >+share/html/cln_10.html >+share/html/cln_11.html >+share/html/cln_12.html >+share/html/cln_13.html >+share/html/cln_14.html >+share/html/cln_15.html >+share/html/cln_16.html >+share/html/cln_2.html >+share/html/cln_3.html >+share/html/cln_4.html >+share/html/cln_5.html >+share/html/cln_6.html >+share/html/cln_7.html >+share/html/cln_8.html >+share/html/cln_9.html >+share/html/cln_abt.html >+share/html/cln_fot.html >+@dirrm share/html >+@dirrm share/dvi >+@dirrm %%PORTDOCS%%%%DOCSDIR%%/html >+@dirrm %%PORTDOCS%%%%DOCSDIR%%/dvi >+@dirrm %%PORTDOCS%%%%DOCSDIR%% >+@dirrm lib/pkgconfig > @dirrm include/cln
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 122651
: 86252