diff options
-rw-r--r-- | editors/TeXmacs/distinfo | 4 | ||||
-rw-r--r-- | editors/TeXmacs/patches/patch-ac | 10 | ||||
-rw-r--r-- | math/tasp-vsipl/distinfo | 4 | ||||
-rw-r--r-- | math/tasp-vsipl/patches/patch-ae | 19 |
4 files changed, 15 insertions, 22 deletions
diff --git a/editors/TeXmacs/distinfo b/editors/TeXmacs/distinfo index 8f5f90d5103..713fd705d46 100644 --- a/editors/TeXmacs/distinfo +++ b/editors/TeXmacs/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.30 2005/07/06 18:09:49 drochner Exp $ +$NetBSD: distinfo,v 1.31 2005/07/17 23:02:05 kristerw Exp $ SHA1 (TeXmacs-1.0.5.5-src.tar.gz) = 062419abe9d5a944d95f83623bb8d74b502e2bdd RMD160 (TeXmacs-1.0.5.5-src.tar.gz) = 8ed96597821337cb18687d20421d7585930ad6f8 Size (TeXmacs-1.0.5.5-src.tar.gz) = 2983242 bytes SHA1 (patch-aa) = 95b9e42fe1ff343e891fe299382c3647636eec99 SHA1 (patch-ab) = b850446cc987f4f69b0e460b0d3ad70aacc4540f -SHA1 (patch-ac) = 03ca16a943531fe94ba3a6ad5055f92d087a3026 +SHA1 (patch-ac) = 21810d4f9d5e6525a86ec2d0c347dcfd1c9e31c8 SHA1 (patch-ae) = ea2d1cc62f0ecfbc13822091e66ead665f2a105b SHA1 (patch-af) = c0c7cb96de31282cf68491d9cb1f73d89ded98f6 SHA1 (patch-ag) = e95353427c7845928820393b555541a90b037e96 diff --git a/editors/TeXmacs/patches/patch-ac b/editors/TeXmacs/patches/patch-ac index 7bb66902bc6..99d32f8f974 100644 --- a/editors/TeXmacs/patches/patch-ac +++ b/editors/TeXmacs/patches/patch-ac @@ -1,8 +1,10 @@ -$NetBSD: patch-ac,v 1.5 2004/04/04 23:19:45 recht Exp $ +$NetBSD: patch-ac,v 1.6 2005/07/17 23:02:05 kristerw Exp $ ---- plugins/python/progs/init-python.scm.orig 2004-04-03 21:20:48.000000000 +0200 -+++ plugins/python/progs/init-python.scm 2004-04-05 01:03:50.000000000 +0200 -@@ -1,5 +1,5 @@ +--- plugins/python/progs/init-python.scm.orig Mon Jul 4 13:16:13 2005 ++++ plugins/python/progs/init-python.scm Mon Jul 18 00:53:48 2005 +@@ -13,7 +13,7 @@ + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + (plugin-configure python - (:require (url-exists-in-path? "python")) + (:require (url-exists-in-path? "@PYTHONBIN@")) diff --git a/math/tasp-vsipl/distinfo b/math/tasp-vsipl/distinfo index 15ee22b2872..3d991a50b5f 100644 --- a/math/tasp-vsipl/distinfo +++ b/math/tasp-vsipl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 12:06:58 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/07/17 23:11:59 kristerw Exp $ SHA1 (tasp-vsipl/tvcpp0p8.tar.gz) = e1f0dc818458393807a7a5c6e3357305720039a8 RMD160 (tasp-vsipl/tvcpp0p8.tar.gz) = 5443143cacb6612f0454a50d210e7ffaad23b5c2 @@ -7,4 +7,4 @@ SHA1 (patch-aa) = 225d275620785928564b9db187fead28d535e839 SHA1 (patch-ab) = b3f18f45ad52657ce4f8143f210aa9f3c9d3d7de SHA1 (patch-ac) = 8606c3c9a11877296ead19d49ac355f475e6fcb6 SHA1 (patch-ad) = 1ea7f8f3fdb109d875e4d9d0e48e2c66d0b42c7f -SHA1 (patch-ae) = ad50f23693042b150cf635dac86039eb019ca381 +SHA1 (patch-ae) = 5f403f4c4c96c356bb20b22039dc934430256d54 diff --git a/math/tasp-vsipl/patches/patch-ae b/math/tasp-vsipl/patches/patch-ae index a6d13c17c04..85810e52a44 100644 --- a/math/tasp-vsipl/patches/patch-ae +++ b/math/tasp-vsipl/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.2 2003/07/22 14:05:19 wiz Exp $ +$NetBSD: patch-ae,v 1.3 2005/07/17 23:12:00 kristerw Exp $ ---- ../testing/Makefile.orig -+++ ../testing/Makefile -@@ -14,7 +14,6 @@ +--- ../testing/Makefile.orig Sat Feb 22 16:23:04 2003 ++++ ../testing/Makefile Mon Jul 18 01:06:18 2005 +@@ -14,4 +14,3 @@ -CC=cc -DIR=.. -INCLUDE=-I$(DIR)/include @@ -10,14 +10,5 @@ $NetBSD: patch-ae,v 1.2 2003/07/22 14:05:19 wiz Exp $ +DIR=../lib +INCLUDE=-I../include +LIB= -R$(DIR)/libvsip -L$(DIR)/libvsip -R$(DIR)/libVU -L$(DIR)/libVU - VLIB = -lvsip - VULIB=-lVU - FFTWLIB= -@@ -724,6 +723,7 @@ - - test_all: test_all.c $(SOURCE) - $(CC) -o test_all test_all.c $(LIB) $(INCLUDE) $(VULIB) $(VLIB) $(FFTWLIB) -lm +@@ -726,0 +726 @@ + ./test_all - - clean: - rm -f atest test_all |