ports/109611: math/Scilab 4.1 tries to load "libtk8.4.so" but tk-8.4 installs "libtk84.so"

Jean-Sebastien Roy js at jeannot.org
Fri Mar 2 09:10:10 UTC 2007


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

From: Jean-Sebastien Roy <js at jeannot.org>
To: bug-followup at FreeBSD.org
Cc: fhcarron at terra.es
Subject: Re: ports/109611: math/Scilab 4.1 tries to load "libtk8.4.so" but
 tk-8.4 installs "libtk84.so"
Date: Fri, 02 Mar 2007 09:40:46 +0100

 Dear Fernando,
 
 Could you please try the following patch to the scilab port ?
 
 Regards,
 
 js
 
 diff -ruN scilab/files/patch-configure.in
 scilab.new/files/patch-configure.in
 --- scilab/files/patch-configure.in	Tue Jan 16 09:53:14 2007
 +++ scilab.new/files/patch-configure.in	Wed Feb 28 21:36:28 2007
 +@@ -1904,6 +1919,9 @@
 + 	GETLIBTK=libtk$TK_MAJOR_VERSION.$TK_MINOR_VERSION.$SONAME
 + 	
 + 	case "$host" in
 ++		*-*-freebsd*)
 ++		GETLIBTK=libtk$TK_MAJOR_VERSION$TK_MINOR_VERSION.$SONAME
 ++		;;
 + 		*-*-darwin*)
 + 		GETLIBTK=/sw/lib/libtk$TK_MAJOR_VERSION.$TK_MINOR_VERSION.dylib
 + 		;;
 



More information about the freebsd-ports-bugs mailing list