pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/tasp-vsipl Regenerate patch, doesn't apply cleanl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/525f12dccb11
branches:  trunk
changeset: 505486:525f12dccb11
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 03 20:25:31 2006 +0000

description:
Regenerate patch, doesn't apply cleanly on DragonFly.

diffstat:

 math/tasp-vsipl/distinfo         |   4 ++--
 math/tasp-vsipl/patches/patch-ae |  19 ++++++++++++++-----
 2 files changed, 16 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 51f4b4b587ba -r 525f12dccb11 math/tasp-vsipl/distinfo
--- a/math/tasp-vsipl/distinfo  Tue Jan 03 20:20:07 2006 +0000
+++ b/math/tasp-vsipl/distinfo  Tue Jan 03 20:25:31 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/07/17 23:11:59 kristerw Exp $
+$NetBSD: distinfo,v 1.7 2006/01/03 20:25:31 joerg Exp $
 
 SHA1 (tasp-vsipl/tvcpp0p8.tar.gz) = e1f0dc818458393807a7a5c6e3357305720039a8
 RMD160 (tasp-vsipl/tvcpp0p8.tar.gz) = 5443143cacb6612f0454a50d210e7ffaad23b5c2
@@ -7,4 +7,4 @@
 SHA1 (patch-ab) = b3f18f45ad52657ce4f8143f210aa9f3c9d3d7de
 SHA1 (patch-ac) = 8606c3c9a11877296ead19d49ac355f475e6fcb6
 SHA1 (patch-ad) = 1ea7f8f3fdb109d875e4d9d0e48e2c66d0b42c7f
-SHA1 (patch-ae) = 5f403f4c4c96c356bb20b22039dc934430256d54
+SHA1 (patch-ae) = cbb8fc16effff79d48cc5509a3544e62211111b8
diff -r 51f4b4b587ba -r 525f12dccb11 math/tasp-vsipl/patches/patch-ae
--- a/math/tasp-vsipl/patches/patch-ae  Tue Jan 03 20:20:07 2006 +0000
+++ b/math/tasp-vsipl/patches/patch-ae  Tue Jan 03 20:25:31 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.3 2005/07/17 23:12:00 kristerw Exp $
+$NetBSD: patch-ae,v 1.4 2006/01/03 20:25:31 joerg Exp $
 
---- ../testing/Makefile.orig   Sat Feb 22 16:23:04 2003
-+++ ../testing/Makefile        Mon Jul 18 01:06:18 2005
-@@ -14,4 +14,3 @@
+--- ../testing/Makefile.orig   2003-02-22 15:23:04.000000000 +0000
++++ ../testing/Makefile        2006-01-03 19:23:36.000000000 +0000
+@@ -14,7 +14,6 @@
 -CC=cc
 -DIR=..
 -INCLUDE=-I$(DIR)/include 
@@ -10,5 +10,14 @@
 +DIR=../lib
 +INCLUDE=-I../include
 +LIB= -R$(DIR)/libvsip -L$(DIR)/libvsip -R$(DIR)/libVU -L$(DIR)/libVU
-@@ -726,0 +726 @@
+ VLIB = -lvsip
+ VULIB=-lVU
+ FFTWLIB=
+@@ -724,6 +723,7 @@ all: test_all
+ 
+ test_all: test_all.c $(SOURCE)
+       $(CC) -o test_all test_all.c $(LIB) $(INCLUDE) $(VULIB) $(VLIB) $(FFTWLIB) -lm 
 +      ./test_all
+ 
+ clean:
+       rm -f atest test_all



Home | Main Index | Thread Index | Old Index