ports/110186: Maintainer update of math/scilab

Jean-Sebastien Roy js at jeannot.org
Sun Mar 11 11:20:01 UTC 2007


>Number:         110186
>Category:       ports
>Synopsis:       Maintainer update of math/scilab
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 11 11:20:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Sebastien Roy
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
-
>Environment:
System: FreeBSD durandal.root 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #14: Sat Dec 30 20:40:01 CET 2006 js at durandal.root:/opt/obj/usr/src/sys/DURANDAL i386


	
>Description:
	Fix libtk naming to enable scilab built-in editor to work.
	See ports/109611. Thanks to Fernando Herrero Carron for spotting the bug.
>How-To-Repeat:
	
>Fix:

--- scilab/files/patch-configure.in	Tue Jan 16 09:53:14 2007
+++ scilab.new/files/patch-configure.in	Sun Mar 11 11:51:02 2007
@@ -53,3 +53,13 @@
       fi
      DLDLIB='${SCIDIR}/libs/libdld.a'
      DLD_SUBDIR=dld
+@@ -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
+ 		;;

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list