pkgsrc-Users archive

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

math/octave install patch



Quick note:

I needed to apply the host_alias change from this one:

	https://mail-index.netbsd.org/pkgsrc-users/2014/03/26/msg019464.html

to be able to install math/octave on pkgsrc-2015Q4. Was that change
forgotten/lost? I had the issue with the -gnu suffix on Red Hat (Cent OS) Linux.

Specifically, I apply this patch now to pkgsrc:

diff -ruN pkgsrc-2015Q4/math/octave/distinfo pkgsrc/math/octave/distinfo
--- pkgsrc-2015Q4/math/octave/distinfo	2015-12-10 03:59:28.000000000 +0100
+++ pkgsrc/math/octave/distinfo	2016-09-02 16:24:04.374835520 +0200
@@ -4,7 +4,7 @@
 RMD160 (octave-3.6.4.tar.bz2) = b0356f0c5d9366b8129d72ac58bbde837fee1a95
 SHA512 (octave-3.6.4.tar.bz2) = a49ef50161272618c9543057be5903e1e50b7f4ecb929777f6715d4b3a07a92c36a5b13958c52d8b942b6c7e7e3f7844409d0062eb02bdb3972d7194312b7a81
 Size (octave-3.6.4.tar.bz2) = 15627315 bytes
-SHA1 (patch-configure) = 5525211ee777d0c3afd55ba3f1c4d24d23b0bf4b
+SHA1 (patch-configure) = 3d7a67c635c3ae865cfc4124e533b78c7985e1cb
 SHA1 (patch-configure.ac) = 1ccb10f67fd18646ab8b6c740dffa7ca5fe33191
 SHA1 (patch-doc_interpreter_plot.txi) = b205f704ce625694a25ab57f4fad4460d1fbc0e9
 SHA1 (patch-doc_liboctave_liboctave.texi) = c53484c70adea766ba1378a1f118942c924a88a5
diff -ruN pkgsrc-2015Q4/math/octave/patches/patch-configure pkgsrc/math/octave/patches/patch-configure
--- pkgsrc-2015Q4/math/octave/patches/patch-configure	2015-04-23 08:50:41.000000000 +0200
+++ pkgsrc/math/octave/patches/patch-configure	2016-09-02 16:22:01.290703781 +0200
@@ -1,8 +1,8 @@
 $NetBSD: patch-configure,v 1.2 2015/04/23 06:50:41 dbj Exp $
 
---- configure.orig	2013-02-21 20:21:49.000000000 +0000
-+++ configure
-@@ -663,6 +663,7 @@ GPERF
+--- configure.orig	2016-09-02 16:17:57.371497557 +0200
++++ configure	2016-09-02 16:18:13.422378093 +0200
+@@ -663,6 +663,7 @@
  DEFAULT_PAGER
  GNUPLOT
  DESKTOP_FILE_INSTALL
@@ -10,7 +10,16 @@
  YFLAGS
  YACC
  LFLAGS
-@@ -33819,7 +33820,12 @@ else
+@@ -5198,7 +5199,7 @@
+ if test -z "$host"; then
+   host=unknown
+ fi
+-canonical_host_type=$host
++canonical_host_type=$host_alias
+ if test "$host" = unknown; then
+   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: configuring Octave for unknown system type
+ " >&5
+@@ -33819,7 +33820,12 @@
  fi
  	  done
  	  ;;
@@ -24,7 +33,7 @@
  	    ac_exists=false
    for ac_i in $ac_cv_f77_libs; do
      if test x"$ac_arg" = x"$ac_i"; then
-@@ -60080,7 +60086,9 @@ fi
+@@ -60080,7 +60086,9 @@
  
  
  


Alrighty then,

Thomas

-- 
Dr. Thomas Orgis
Universität Hamburg
RRZ / Zentrale Dienste / HPC
Schlüterstr. 70
20146 Hamburg
Tel.: 040/42838 8826
Fax: 040/428 38 6270

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Home | Main Index | Thread Index | Old Index