FreeBSD Bugzilla – Attachment 89796 Details for
Bug 126808
[Update]math/fxt:update to 20080817
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 6.28 KB, created by
wenheping
on 2008-08-25 01:00:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
wenheping
Created:
2008-08-25 01:00:12 UTC
Size:
6.28 KB
patch
obsolete
>--- Makefile.orig 2008-08-25 05:32:59.000000000 +0800 >+++ Makefile 2008-08-25 09:37:20.000000000 +0800 >@@ -7,7 +7,7 @@ > # > > PORTNAME= fxt >-PORTVERSION= 2008.07.07 >+PORTVERSION= 2008.08.17 > CATEGORIES= math > MASTER_SITES= http://www.jjj.de/fxt/ \ > http://freebsd.unixfreunde.de/sources/ >@@ -41,37 +41,4 @@ > (cd ${WRKSRC}/demo && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/) > .endif > >-plist: >- @truncate -s0 pkg-plist >- @${ECHO_CMD} "lib/libfxt.a" >> pkg-plist >- >-# >-# Includes >-# >- @${FIND} ${PREFIX}/include/fxt/ ! -type d | \ >- ${SED} 's,^${PREFIX}/,,' >> pkg-plist >- @${FIND} ${PREFIX}/include/fxt/ -type d | ${SORT} -r | \ >- ${SED} 's,^${PREFIX}/,@dirrm ,' >> pkg-plist >- >-# >-# Examples >-# >- @${FIND} ${EXAMPLESDIR}/ ! -type d | \ >- ${SED} 's,^${EXAMPLESDIR},%%PORTDOCS%%%%EXAMPLESDIR%%,' \ >- >> pkg-plist >- @${FIND} ${EXAMPLESDIR}/ -type d | ${SORT} -r | \ >- ${SED} -E -e \ >- 's,^${EXAMPLESDIR}(.*),%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%\1,' \ >- >> pkg-plist >- >-# >-# Docs >-# >- @${FIND} ${DOCSDIR}/ ! -type d | \ >- ${SED} 's,^${DOCSDIR},%%PORTDOCS%%%%DOCSDIR%%,' >> pkg-plist >- @${FIND} ${DOCSDIR}/ -type d | ${SORT} -r | \ >- ${SED} -E -e \ >- 's,^${DOCSDIR}(.*),%%PORTDOCS%%@dirrm %%DOCSDIR%%\1,' \ >- >> pkg-plist >- > .include <bsd.port.post.mk> >--- distinfo.orig 2008-08-25 05:32:59.000000000 +0800 >+++ distinfo 2008-08-25 05:32:59.000000000 +0800 >@@ -1,3 +1,3 @@ >-MD5 (fxt-2008.07.07.tgz) = f52cde2b75119526c922e406bf495a21 >-SHA256 (fxt-2008.07.07.tgz) = 1a5cddc9794fa8b7feac18b7e32b9225567167aa0565f0ee652f68353fed9add >-SIZE (fxt-2008.07.07.tgz) = 1113618 >+MD5 (fxt-2008.08.17.tgz) = c118bc49ab627dd17604c3b6cd9ccc9b >+SHA256 (fxt-2008.08.17.tgz) = 519db4ba20b125c2f3299efb9ead450a0aeb48a964b20fb8aab77a198b630cb2 >+SIZE (fxt-2008.08.17.tgz) = 1126112 >--- pkg-plist.orig 2008-08-25 05:32:59.000000000 +0800 >+++ pkg-plist 2008-08-25 05:32:59.000000000 +0800 >@@ -149,6 +149,7 @@ > include/fxt/chirpzt-all.h > include/fxt/chirpzt/chirpzt.h > include/fxt/comb-all.h >+include/fxt/comb/big-fact2perm.h > include/fxt/comb/binary-debruijn.h > include/fxt/comb/binary-necklace.h > include/fxt/comb/catalan.h >@@ -192,8 +193,9 @@ > include/fxt/comb/mixedradix-modular-gray2.h > include/fxt/comb/mixedradix.h > include/fxt/comb/mpartition.h >-include/fxt/comb/mset-lex-rec.h >-include/fxt/comb/mset-lex.h >+include/fxt/comb/mset-perm-gray.h >+include/fxt/comb/mset-perm-lex-rec.h >+include/fxt/comb/mset-perm-lex.h > include/fxt/comb/necklace.h > include/fxt/comb/num-compositions.h > include/fxt/comb/num-necklaces.h >@@ -233,8 +235,10 @@ > include/fxt/comb/rgs-kincr.h > include/fxt/comb/rgs-maxincr.h > include/fxt/comb/ruler-func.h >-include/fxt/comb/setpartition-rgs.h >-include/fxt/comb/setpartition.h >+include/fxt/comb/setpart-p-rgs-lex.h >+include/fxt/comb/setpart-rgs-gray.h >+include/fxt/comb/setpart-rgs-lex.h >+include/fxt/comb/setpart.h > include/fxt/comb/stringsubst.h > include/fxt/comb/subset-debruijn.h > include/fxt/comb/subset-deltalex.h >@@ -265,6 +269,7 @@ > include/fxt/ds/coroutine.h > include/fxt/ds/deque.h > include/fxt/ds/heap.h >+include/fxt/ds/left-right-array.h > include/fxt/ds/orderedrarray.h > include/fxt/ds/priorityqueue.h > include/fxt/ds/queue.h >@@ -553,6 +558,8 @@ > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/acgray-out.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/bell-number-demo.cc > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/bell-number-out.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/big-fact2perm-demo.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/big-fact2perm-out.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-necklace-demo.cc > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-necklace-out.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binomial-demo.cc >@@ -657,12 +664,14 @@ > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/monotonicgray-out.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mpartition-demo.cc > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mpartition-out.txt >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-demo.cc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-out.txt >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-rec-demo.cc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-rec-out.txt >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-rec2-demo.cc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-rec2-out.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-gray-demo.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-gray-out.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-demo.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-out.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-rec-demo.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-rec-out.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-rec2-demo.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-rec2-out.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/naf-gray-rec-demo.cc > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/naf-gray-rec-out.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/naf-pos-rec-demo.cc >@@ -785,10 +794,14 @@ > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/ruler-func-out.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/schroeder-tree-demo.cc > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/schroeder-tree-out.txt >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpartition-demo.cc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpartition-out.txt >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpartition-rgs-demo.cc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpartition-rgs-out.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-demo.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-out.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-p-rgs-lex-demo.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-p-rgs-lex-out.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-rgs-gray-demo.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-rgs-gray-out.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-rgs-lex-demo.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-rgs-lex-out.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/shift-subsets-demo.cc > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/shift-subsets-out.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/stirling1-demo.cc >@@ -813,6 +826,8 @@ > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/coroutine-paren-out.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/deque-demo.cc > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/deque-out.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/left-right-array-demo.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/left-right-array-out.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/orderedrarray-demo.cc > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/orderedrarray-out.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/priorityqueue-demo.cc
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 126808
: 89796