ports/70175: Maintainer update scilab 2.7 -> 3.0

Jean-Sebastien Roy js at jeannot.org
Mon Aug 9 19:40:42 UTC 2004


The following reply was made to PR ports/70175; it has been noted by GNATS.

From: Jean-Sebastien Roy <js at jeannot.org>
To: Volker Stolz <vs at freebsd.org>
Cc: freebsd-gnats-submit at freebsd.org
Subject: Re: ports/70175: Maintainer update scilab 2.7 -> 3.0
Date: Mon, 09 Aug 2004 21:37:02 +0200

 This is a multi-part message in MIME format.
 --------------010003080100090403020502
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Volker Stolz wrote:
 
 > - Does not build on 4.X:
 > making all in routines/pvm...
 > making all in ocaml...
 > "Makefile", line 117: Need an operator
 > make: fatal errors encountered -- cannot continue
 > *** Error code 1
 >
 > Stop in /usr/ports/math/scilab/work/scilab-3.0.
 >
 > I've got ocaml installed, maybe that's interfering some how?
 
 Sorry : I do not have ocaml installed so I missed this one.
 Could you please try with the attached patch which disable the ocaml part ?
 
 > - Also, please use a variable for the version in the pkg-plist to avoid
 > such plist-explosions as this one (no need to resubmit a patch, a 
 > committer can usually solve this with sed on-the-fly.
 
 I'll do the next time. Sorry for that.
 
 Regards,
 
 js
 
 --------------010003080100090403020502
 Content-Type: text/plain;
  name="diff-scilab-ocaml"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="diff-scilab-ocaml"
 
 diff -ruN scilab.new2/Makefile scilab.new/Makefile
 --- scilab.new2/Makefile	Mon Aug  9 18:47:55 2004
 +++ scilab.new/Makefile	Mon Aug  9 18:48:10 2004
 @@ -40,7 +40,8 @@
  		--with-xaw3d \
  		--x-include=${X11BASE}/include \
  		--x-libraries=${X11BASE}/lib \
 -		--with-atlas-library=${LOCALBASE}/lib
 +		--with-atlas-library=${LOCALBASE}/lib \
 +		--without-ocaml
  
  CONFIGURE_ENV=	PVM_ROOT=${PVM_ROOT} X11BASE=${X11BASE}
  MAKE_ENV=	PVM_INCLUDE=${LOCALBASE}/include
 
 --------------010003080100090403020502--



More information about the freebsd-ports-bugs mailing list