pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/octave-current Fix broken GNU configure script th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8080fbcc9501
branches:  trunk
changeset: 494643:8080fbcc9501
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu May 26 21:22:27 2005 +0000

description:
Fix broken GNU configure script that was overriding the SED that was
passed to it with an empty string.

diffstat:

 math/octave-current/distinfo         |   4 ++--
 math/octave-current/patches/patch-aa |  23 +++++++++++++++++------
 2 files changed, 19 insertions(+), 8 deletions(-)

diffs (64 lines):

diff -r 8d201badb0a4 -r 8080fbcc9501 math/octave-current/distinfo
--- a/math/octave-current/distinfo      Thu May 26 21:11:35 2005 +0000
+++ b/math/octave-current/distinfo      Thu May 26 21:22:27 2005 +0000
@@ -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 -r 8d201badb0a4 -r 8080fbcc9501 math/octave-current/patches/patch-aa
--- a/math/octave-current/patches/patch-aa      Thu May 26 21:11:35 2005 +0000
+++ b/math/octave-current/patches/patch-aa      Thu May 26 21:22:27 2005 +0000
@@ -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 @@
  
  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 @@
      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 @@
  
  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



Home | Main Index | Thread Index | Old Index