FreeBSD Bugzilla – Attachment 28208 Details for
Bug 47550
update-port: math/fxt (bento-fix)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fxt.patch
fxt.patch (text/plain), 3.62 KB, created by
Oliver Lehmann
on 2003-01-27 15:30:01 UTC
(
hide
)
Description:
fxt.patch
Filename:
MIME Type:
Creator:
Oliver Lehmann
Created:
2003-01-27 15:30:01 UTC
Size:
3.62 KB
patch
obsolete
>diff -ruN fxt.old/Makefile fxt/Makefile >--- fxt.old/Makefile Mon Jan 27 16:06:34 2003 >+++ fxt/Makefile Mon Jan 27 16:07:24 2003 >@@ -7,7 +7,7 @@ > # > > PORTNAME= fxt >-PORTVERSION= 2002.12.16 >+PORTVERSION= 2003.01.16 > CATEGORIES= math > MASTER_SITES= http://www.jjj.de/fxt/ > EXTRACT_SUFX= .tgz >diff -ruN fxt.old/distinfo fxt/distinfo >--- fxt.old/distinfo Mon Jan 27 16:06:34 2003 >+++ fxt/distinfo Mon Jan 27 16:09:57 2003 >@@ -1 +1 @@ >-MD5 (fxt-2002.12.16.tgz) = 2794f9ff63b8c4c79e46e923a3c02362 >+MD5 (fxt-2003.01.16.tgz) = 84ecc9dd30e8c31c383fea6cc00bf7f6 >diff -ruN fxt.old/files/patch-makefile fxt/files/patch-makefile >--- fxt.old/files/patch-makefile Mon Jan 27 16:06:34 2003 >+++ fxt/files/patch-makefile Mon Jan 27 16:09:10 2003 >@@ -1,5 +1,5 @@ >---- makefile.orig Tue Dec 17 02:37:28 2002 >-+++ makefile Sun Dec 22 08:38:00 2002 >+--- makefile.orig Sat Jan 11 18:08:57 2003 >++++ makefile Mon Jan 27 16:08:56 2003 > @@ -3,7 +3,7 @@ > > PROJ=fxt >@@ -9,16 +9,15 @@ > PPLIBS = -lm -lstdc++ > > >-@@ -16,7 +16,7 @@ >+@@ -15,7 +15,6 @@ > # -mcpu= Schedule code for given CPU > # Note that specifying `-march=CPU-TYPE' implies `-mcpu=CPU-TYPE' > >--OFLAGS = -O2 -ffast-math >-+OFLAGS += -ffast-math >- OFLAGS += $(ARCHFLAG) >+-OFLAGS = -O2 > OFLAGS += -fomit-frame-pointer > OFLAGS += -fno-exceptions >-@@ -47,12 +47,12 @@ >+ OFLAGS += -ffast-math >+@@ -53,12 +52,12 @@ > -Imod -Iwavelet -Isort -Islow > > #### choose the FLAG combo here: >@@ -34,7 +33,7 @@ > > #------------------------------------- > >-@@ -348,16 +348,16 @@ >+@@ -354,16 +353,16 @@ > # @echo ' ===== make FXT lib DONE. =====' > > >diff -ruN fxt.old/pkg-plist fxt/pkg-plist >--- fxt.old/pkg-plist Mon Jan 27 16:06:34 2003 >+++ fxt/pkg-plist Mon Jan 27 16:25:52 2003 >@@ -11,16 +11,22 @@ > include/fxt/auxprint.h > include/fxt/binarydebruijn.h > include/fxt/binaryprimestring.h >+include/fxt/bit2composition.h > include/fxt/bit2pow.h > include/fxt/bitarray.h > include/fxt/bitasm.h >-include/fxt/bitcombination.h >+include/fxt/bitcombcolex.h >+include/fxt/bitcomblex.h > include/fxt/bitcombminchange.h > include/fxt/bitcount.h > include/fxt/bitcyclic.h > include/fxt/bithigh.h >+include/fxt/bitlex.h > include/fxt/bitlow.h > include/fxt/bitmisc.h >+include/fxt/bitmrotate.h >+include/fxt/bitpolmodmult.h >+include/fxt/bitpolmodmultrev.h > include/fxt/bitrotate.h > include/fxt/bitsequency.h > include/fxt/bitsperlong.h >@@ -37,6 +43,8 @@ > include/fxt/comblex.h > include/fxt/combminchange.h > include/fxt/complextype.h >+include/fxt/compositionalt.h >+include/fxt/compositionlex.h > include/fxt/constants.h > include/fxt/convex.h > include/fxt/copy.h >@@ -72,15 +80,21 @@ > include/fxt/intarith.h > include/fxt/jjassert.h > include/fxt/ldn2rc.h >+include/fxt/lfsr.h >+include/fxt/lfsr64.h >+include/fxt/lhca.h > include/fxt/lowbitprimpoly.h > include/fxt/matrix.h > include/fxt/matrixsymmetryq.h > include/fxt/minmax.h > include/fxt/minmax2d.h >+include/fxt/minweightlhcarule.h > include/fxt/minweightprimpoly.h > include/fxt/misc.h > include/fxt/misc2d.h >+include/fxt/mixedradix.h > include/fxt/mixedradixgray.h >+include/fxt/mixedradixlex.h > include/fxt/mmult.h > include/fxt/mod.h > include/fxt/modarith.h >@@ -94,6 +108,7 @@ > include/fxt/ntt.h > include/fxt/orderedrarray.h > include/fxt/paren.h >+include/fxt/paren2.h > include/fxt/partition.h > include/fxt/permapply.h > include/fxt/permcyclic.h >@@ -138,7 +153,6 @@ > include/fxt/searchptr.h > include/fxt/shift.h > include/fxt/shift2d.h >-include/fxt/shiftregistersequence.h > include/fxt/shortfhtdifcore.h > include/fxt/shortfhtditcore.h > include/fxt/shortgraypermute.h >@@ -155,7 +169,6 @@ > include/fxt/sortidx.h > include/fxt/sortlazy.h > include/fxt/sortptr.h >-include/fxt/srs64.h > include/fxt/stack.h > include/fxt/subsetdebruijn.h > include/fxt/subsetlex.h
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 47550
: 28208