Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2003 16:28:36 +0100 (CET)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/47550: update-port: math/fxt (bento-fix)
Message-ID:  <200301271528.h0RFSaQT057262@kartoffel.salatschuessel.net>

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

>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




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