Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2002 17:21:39 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46468: Update port: math/fxt to 2002.12.16
Message-ID:  <20021222172139.7fa9b803.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>Number:         46468
>Category:       ports
>Synopsis:       Update port: math/fxt to 2002.12.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 22 01:10:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to verion 2002.12.16

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/fxt/Makefile math/fxt/Makefile
--- /usr/ports/math/fxt/Makefile	Mon Nov 11 19:00:22 2002
+++ math/fxt/Makefile	Sun Dec 22 08:49:04 2002
@@ -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 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+USE_GCC=	3.1
 USE_GMAKE=	yes
-MAKE_ENV=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
 MAKEFILE=	makefile
 
 .include <bsd.port.mk>
diff -urN /usr/ports/math/fxt/distinfo math/fxt/distinfo
--- /usr/ports/math/fxt/distinfo	Fri Nov  1 21:59:11 2002
+++ math/fxt/distinfo	Sun Dec 22 08:36:18 2002
@@ -1 +1 @@
-MD5 (fxt-2002.10.09.tgz) = 25a9b928737d67426bd215ae35c3e055
+MD5 (fxt-2002.12.16.tgz) = 2794f9ff63b8c4c79e46e923a3c02362
diff -urN /usr/ports/math/fxt/files/patch-makefile math/fxt/files/patch-makefile
--- /usr/ports/math/fxt/files/patch-makefile	Sun Mar  3 17:09:43 2002
+++ math/fxt/files/patch-makefile	Sun Dec 22 08:53:23 2002
@@ -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 -urN /usr/ports/math/fxt/pkg-plist math/fxt/pkg-plist
--- /usr/ports/math/fxt/pkg-plist	Fri Nov  1 21:59:11 2002
+++ math/fxt/pkg-plist	Sun Dec 22 08:51:38 2002
@@ -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/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/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/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/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/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/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/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/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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021222172139.7fa9b803.tkato>