Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2001 14:50:03 -0700 (PDT)
From:      Jean-Sebastien Roy <js@jeannot.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/26997: Update/New port: math/scilab 2.6
Message-ID:  <200108152150.f7FLo3v06043@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/26997; it has been noted by GNATS.

From: Jean-Sebastien Roy <js@jeannot.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/26997: Update/New port: math/scilab 2.6
Date: Wed, 15 Aug 2001 23:45:06 +0200

 Assuming the previous patches are applied, this patch fixes intersci & dynamic linking of user compiled sources files with scilab.
 
 js
 
 diff -ruN scilab.bak3/files/patch-ac scilab/files/patch-ac
 --- scilab.bak3/files/patch-ac  Tue Aug 14 02:09:57 2001
 +++ scilab/files/patch-ac       Wed Aug 15 01:05:01 2001
 @@ -1,6 +1,6 @@
  --- configure  Mon Apr 30 22:08:50 2001
  +++ configure  Mon Apr 30 22:10:33 2001
 -@@ -2528,13 +2528,13 @@
 +@@ -2528,15 +2528,15 @@
   # FreeBSD  systems (not supported by INRIA)
     *-*-freebsd*)
        GCC=yes
 @@ -15,8 +15,11 @@
  -     FC_OPTIONS='-O2 -Dfreebsd'
  +     FC_OPTIONS="${CFLAGS} -Dfreebsd"
        FC_OPTIONS_O0='-Dfreebsd'
 -      FC_LDFLAGS=-lm
 +-     FC_LDFLAGS=-lm
 ++     FC_LDFLAGS='-lm -Wl,--export-dynamic'
        FC_PICFLAGS='-fPIC'
 +      LD=ld
 +      LD_LDFLAGS=-lm
  @@ -4635,8 +4635,8 @@
   EOF
   
 diff -ruN scilab.bak3/files/patch-ak scilab/files/patch-ak
 --- scilab.bak3/files/patch-ak  Thu Jan  1 01:00:00 1970
 +++ scilab/files/patch-ak       Wed Aug 15 16:27:03 2001
 @@ -0,0 +1,11 @@
 +--- intersci/intersci.c.orig   Wed Aug 15 16:21:17 2001
 ++++ intersci/intersci.c        Wed Aug 15 16:21:58 2001
 +@@ -3326,7 +3326,7 @@
 +         white(f,7+indent);
 +         count = 7+indent;
 +       }
 +-      if ( count == 72 && sbuf[i] != '\n' ) { fprintf(f,"\n     $ ");count=7;}
 ++      if ( count == 72 && sbuf[i] != '\n' ) { fprintf(f,"\n     /");count=6;}
 +       if ( sbuf[i] == '\n') count = -1 ;
 +       fprintf(f,"%c",sbuf[i]);
 +       count++;
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108152150.f7FLo3v06043>