From owner-freebsd-ports-bugs Mon Jan 27 7:30: 9 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB53737B405 for ; Mon, 27 Jan 2003 07:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F8CB43EB2 for ; Mon, 27 Jan 2003 07:30:02 -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 h0RFU2NS081674 for ; Mon, 27 Jan 2003 07:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0RFU20v081673; Mon, 27 Jan 2003 07:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBAA437B401 for ; Mon, 27 Jan 2003 07:29:18 -0800 (PST) Received: from kartoffel.salatschuessel.net (pD9E214E1.dip.t-dialin.net [217.226.20.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556E943F13 for ; Mon, 27 Jan 2003 07:29:09 -0800 (PST) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (localhost [127.0.0.1]) by kartoffel.salatschuessel.net (8.12.6/8.12.6) with ESMTP id h0RFSaAW057263; Mon, 27 Jan 2003 16:28:36 +0100 (CET) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: (from root@localhost) by kartoffel.salatschuessel.net (8.12.6/8.12.6/Submit) id h0RFSaQT057262; Mon, 27 Jan 2003 16:28:36 +0100 (CET) Message-Id: <200301271528.h0RFSaQT057262@kartoffel.salatschuessel.net> Date: Mon, 27 Jan 2003 16:28:36 +0100 (CET) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org Cc: Oliver Lehmann X-Send-Pr-Version: 3.113 Subject: ports/47550: update-port: math/fxt (bento-fix) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47550 >Category: ports >Synopsis: update-port: math/fxt (bento-fix) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 27 07:30:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 4.7-STABLE FreeBSD 4.7-STABLE #2: Mon Jan 13 08:18:55 CET 2003 olivleh1@kartoffel.salatschuessel.net:/usr/obj/usr/src/sys/KARTOFFEL i386 >Description: 2002.12.16 is not longer available. Maybe the new file should be stored under the localdistfiles to prevent furhter breakages. >How-To-Repeat: >Fix: --- fxt.patch begins here --- 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 --- fxt.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message