From owner-freebsd-ports Sun Dec 22 1:10:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED64637B40D for ; Sun, 22 Dec 2002 01:10:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5368043EDA for ; Sun, 22 Dec 2002 01:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBM9A4NS045297 for ; Sun, 22 Dec 2002 01:10:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBM9A4Gt045296; Sun, 22 Dec 2002 01:10:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3064B37B401 for ; Sun, 22 Dec 2002 01:00:46 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 212AC43EDE for ; Sun, 22 Dec 2002 01:00:44 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 68E8E9D7 for ; Sun, 22 Dec 2002 18:00:36 +0900 (JST) Message-Id: <20021222172139.7fa9b803.tkato@prontomail.com> Date: Sun, 22 Dec 2002 17:21:39 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46468: Update port: math/fxt to 2002.12.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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