summaryrefslogtreecommitdiff
path: root/math/octave-current
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-05-26 21:22:27 +0000
committerkristerw <kristerw>2005-05-26 21:22:27 +0000
commit5a935da0d07d5d1885243b7b275bb3f370c41520 (patch)
tree758141fba49c6a75e04370fd2f74080b3d4ca451 /math/octave-current
parent7d2aed866a80541ab6723f560aa593a566c1df1b (diff)
downloadpkgsrc-5a935da0d07d5d1885243b7b275bb3f370c41520.tar.gz
Fix broken GNU configure script that was overriding the SED that was
passed to it with an empty string.
Diffstat (limited to 'math/octave-current')
-rw-r--r--math/octave-current/distinfo4
-rw-r--r--math/octave-current/patches/patch-aa23
2 files changed, 19 insertions, 8 deletions
diff --git a/math/octave-current/distinfo b/math/octave-current/distinfo
index 7dc3548a400..f2e86f5fdb0 100644
--- a/math/octave-current/distinfo
+++ b/math/octave-current/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2005/04/27 14:31:05 adam Exp $
+$NetBSD: distinfo,v 1.31 2005/05/26 21:22:27 kristerw Exp $
SHA1 (octave-2.9.2.tar.bz2) = 53ea2f6a4007fdad374161d5e04f87a3aaf839c0
RMD160 (octave-2.9.2.tar.bz2) = a4a6dcfa8935db5397db8e6a7633b3dc55f314ff
Size (octave-2.9.2.tar.bz2) = 6166148 bytes
-SHA1 (patch-aa) = 479f436f9d75979122bb4244e6fc660e53510d92
+SHA1 (patch-aa) = 271c3463dec0b1859f86cf2340cd3fd61bc3d209
SHA1 (patch-ac) = 16ec66a68e5ed80064d811cd1c8dda226a2f5ede
SHA1 (patch-ad) = 01d0fb5878897a91d33e2cb7cbc6d2575a04c464
SHA1 (patch-ae) = 79544d09268d41647b081680fc839f4fe481b111
diff --git a/math/octave-current/patches/patch-aa b/math/octave-current/patches/patch-aa
index 1df6c2da396..d6592514196 100644
--- a/math/octave-current/patches/patch-aa
+++ b/math/octave-current/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.13 2005/04/27 14:31:05 adam Exp $
+$NetBSD: patch-aa,v 1.14 2005/05/26 21:22:27 kristerw Exp $
---- configure.orig 2005-04-22 17:34:21.000000000 +0000
-+++ configure
-@@ -10521,7 +10521,7 @@ if $have_fortran_compiler; then
+--- configure.orig 2005-04-22 19:34:21.000000000 +0200
++++ configure 2005-05-26 23:18:32.000000000 +0200
+@@ -10521,7 +10521,7 @@
%.c : %.f
%.o : %.f
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.13 2005/04/27 14:31:05 adam Exp $
pic/%.o : %.f
$(FC) -c $(FPICFLAG) $(ALL_FFLAGS) $< -o $@
-@@ -13229,7 +13229,7 @@ TEMPLATE_AR='$(AR)'
+@@ -13229,7 +13229,7 @@
TEMPLATE_ARFLAGS="$ARFLAGS"
library_path_var=LD_LIBRARY_PATH
case "$canonical_host_type" in
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.13 2005/04/27 14:31:05 adam Exp $
SH_LD=ld
SH_LDFLAGS=-Bshareable
;;
-@@ -22682,19 +22682,19 @@ case "$canonical_host_type" in
+@@ -22682,19 +22682,19 @@
cat << \EOF > $bsd_gcc_kluge_targets_frag
lex.o: lex.cc
@@ -45,3 +45,14 @@ $NetBSD: patch-aa,v 1.13 2005/04/27 14:31:05 adam Exp $
EOF
;;
+@@ -22822,9 +22822,9 @@
+ rm -rf "$tmp"
+
+ fi
++SED=$octave_cv_path_sed
+
+ fi
+-SED=$octave_cv_path_sed
+
+ echo "$as_me:$LINENO: result: $SED" >&5
+ echo "${ECHO_T}$SED" >&6