summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 19:41:11 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 19:41:11 +0000
commit1d71d8de3924324d26e7c6b605cdc76279bc9fd9 (patch)
tree3cf2cad3c323ebe31c2c5af1d1f5b193ef158b92 /math
parentUpdate to 0.0.10. (diff)
upgrade to 20021216
PR: 46468 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=72452
Diffstat (limited to 'math')
-rw-r--r--math/fxt/Makefile4
-rw-r--r--math/fxt/distinfo2
-rw-r--r--math/fxt/files/patch-makefile20
-rw-r--r--math/fxt/pkg-plist32
4 files changed, 40 insertions, 18 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile
index c4718cb9defa..ac2a68e2ee3c 100644
--- a/math/fxt/Makefile
+++ b/math/fxt/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= fxt
-PORTVERSION= 2002.10.09
+PORTVERSION= 2002.12.16
CATEGORIES= math
MASTER_SITES= http://www.jjj.de/fxt/
EXTRACT_SUFX= .tgz
@@ -16,8 +16,8 @@ MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_GCC= 3.1
USE_GMAKE= yes
-MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
MAKEFILE= makefile
.include <bsd.port.mk>
diff --git a/math/fxt/distinfo b/math/fxt/distinfo
index f65a350d2ad5..d4437a6d4a5d 100644
--- a/math/fxt/distinfo
+++ b/math/fxt/distinfo
@@ -1 +1 @@
-MD5 (fxt-2002.10.09.tgz) = 25a9b928737d67426bd215ae35c3e055
+MD5 (fxt-2002.12.16.tgz) = 2794f9ff63b8c4c79e46e923a3c02362
diff --git a/math/fxt/files/patch-makefile b/math/fxt/files/patch-makefile
index 82348f970cf1..c2b3ea25f577 100644
--- a/math/fxt/files/patch-makefile
+++ b/math/fxt/files/patch-makefile
@@ -1,25 +1,25 @@
---- makefile.orig Tue Feb 26 07:53:01 2002
-+++ makefile Thu Feb 28 21:50:58 2002
-@@ -4,7 +4,7 @@
+--- makefile.orig Tue Dec 17 02:37:28 2002
++++ makefile Sun Dec 22 08:38:00 2002
+@@ -3,7 +3,7 @@
+
PROJ=fxt
- ##### GCC 2.x:
-CXX = c++
+#CXX = c++
PPLIBS = -lm -lstdc++
- RUNBIN=$(TESTBIN)
-@@ -29,7 +29,7 @@
+
+@@ -16,7 +16,7 @@
# -mcpu= Schedule code for given CPU
- # -march implies -mcpu
+ # Note that specifying `-march=CPU-TYPE' implies `-mcpu=CPU-TYPE'
-OFLAGS = -O2 -ffast-math
+OFLAGS += -ffast-math
OFLAGS += $(ARCHFLAG)
OFLAGS += -fomit-frame-pointer
OFLAGS += -fno-exceptions
-@@ -60,12 +60,12 @@
- -Imod -Iwavelet -Isort
+@@ -47,12 +47,12 @@
+ -Imod -Iwavelet -Isort -Islow
#### choose the FLAG combo here:
-CXXFLAGS = -pipe -fno-exceptions
@@ -34,7 +34,7 @@
#-------------------------------------
-@@ -378,16 +378,16 @@
+@@ -348,16 +348,16 @@
# @echo ' ===== make FXT lib DONE. ====='
diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist
index 72f0334d7ac5..c02aac41e57b 100644
--- a/math/fxt/pkg-plist
+++ b/math/fxt/pkg-plist
@@ -1,13 +1,16 @@
include/fxt/applyfunc.h
-include/fxt/arith.h
+include/fxt/arith1.h
include/fxt/arith2d.h
include/fxt/array.h
include/fxt/array2d.h
-include/fxt/aux2dlazy.h
+include/fxt/aux0lazy.h
+include/fxt/aux1lazy.h
+include/fxt/aux2lazy.h
include/fxt/auxbitlazy.h
include/fxt/auxdouble.h
-include/fxt/auxlazy.h
include/fxt/auxprint.h
+include/fxt/binarydebruijn.h
+include/fxt/binaryprimestring.h
include/fxt/bit2pow.h
include/fxt/bitarray.h
include/fxt/bitasm.h
@@ -42,8 +45,10 @@ include/fxt/csincos.h
include/fxt/cycles.h
include/fxt/daubechies.h
include/fxt/debruijn.h
+include/fxt/deque.h
include/fxt/diff.h
include/fxt/diskaux.h
+include/fxt/dslazy.h
include/fxt/dyadiccnvl.h
include/fxt/factor.h
include/fxt/fhtmulsqr.h
@@ -54,22 +59,25 @@ include/fxt/fxtio.h
include/fxt/fxtiomanip.h
include/fxt/fxtmult.h
include/fxt/fxttypes.h
-include/fxt/gcd.h
include/fxt/graycode.h
include/fxt/graypermute.h
include/fxt/greencode.h
include/fxt/haarnn.h
include/fxt/haarnninplace.h
include/fxt/haarpermute.h
+include/fxt/heap.h
+include/fxt/heapsort.h
include/fxt/hilbert.h
include/fxt/inline.h
include/fxt/intarith.h
include/fxt/jjassert.h
include/fxt/ldn2rc.h
+include/fxt/lowbitprimpoly.h
include/fxt/matrix.h
include/fxt/matrixsymmetryq.h
include/fxt/minmax.h
include/fxt/minmax2d.h
+include/fxt/minweightprimpoly.h
include/fxt/misc.h
include/fxt/misc2d.h
include/fxt/mixedradixgray.h
@@ -81,9 +89,10 @@ include/fxt/modm.h
include/fxt/modularmixedradixgray.h
include/fxt/moduli.h
include/fxt/monotone.h
+include/fxt/mrotate.h
include/fxt/mtypes.h
-include/fxt/newop.h
include/fxt/ntt.h
+include/fxt/orderedrarray.h
include/fxt/paren.h
include/fxt/partition.h
include/fxt/permapply.h
@@ -99,18 +108,26 @@ include/fxt/permvisit.h
include/fxt/primes.h
include/fxt/primestring.h
include/fxt/printbin.h
+include/fxt/priorityqueue.h
include/fxt/quantise.h
+include/fxt/queue.h
include/fxt/radixpermute.h
+include/fxt/rand.h
+include/fxt/randprimpoly.h
include/fxt/range.h
+include/fxt/rarray.h
include/fxt/reorth.h
+include/fxt/resample.h
include/fxt/restrict.h
include/fxt/revbin.h
include/fxt/revbinpermute.h
include/fxt/revbinpermute0.h
include/fxt/reverse.h
include/fxt/reverse2d.h
+include/fxt/ringbuffer.h
include/fxt/rotate.h
include/fxt/rotate2d.h
+include/fxt/rset.h
include/fxt/scale.h
include/fxt/scale2d.h
include/fxt/scan.h
@@ -121,6 +138,7 @@ include/fxt/searchidx.h
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
@@ -137,6 +155,8 @@ include/fxt/sortfunc.h
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
include/fxt/subsetminchange.h
@@ -150,6 +170,7 @@ include/fxt/testnum.h
include/fxt/tinyfactors.h
include/fxt/toeplitz.h
include/fxt/transpose.h
+include/fxt/transpose2.h
include/fxt/transpose2_ba.h
include/fxt/transpose_ba.h
include/fxt/unique.h
@@ -163,6 +184,7 @@ include/fxt/walshwak.h
include/fxt/walshwal.h
include/fxt/waveletfilter.h
include/fxt/workspace.h
+include/fxt/xorpermute.h
include/fxt/zerobyte.h
include/fxt/zip.h
include/fxt/ziprev.h