Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2003 22:00:27 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55707: cad/astk-client: chasing tk83 -> tk84 + defining more tools.
Message-ID:  <20030818200027.B86BA22BABD@ws90bj.pompo.net>
Resent-Message-ID: <200308182010.h7IKAFq2099726@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55707
>Category:       ports
>Synopsis:       cad/astk-client: chasing tk83 -> tk84 + defining more tools.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 18 13:10:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD ws90bj.pompo.net 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Sat Aug 9 10:48:19 CEST 2003 thierry@ws90bj.pompo.net:/usr/obj/usr/src/sys/WS90BJ-030610 i386


	
>Description:
	1) cad/astk-serveur has been switched from tcl/tk 83 to 84 (see
	Message-ID: <200308170148.h7H1m91d025773@repoman.freebsd.org>)
	=> we have to bump the client's PORTREVISION to chase this upgrade.

	2) Since I'm there, I have defined Gmsh & Grace in the tools config.
	Note: this is missing from the original tarball, and should be fixed
	within the next release.

>How-To-Repeat:
	Run ASTK, and check the menu "Tools": BSF & Eficas are activated, but
	Gmsh & Grace are greyed.

>Fix:
	Please apply the following patches.

	Note: one new file (cad/astk-serveur/files.client/patch-lib::ASTK::astkrc::outils).

--- astk-client.diff begins here ---
diff -urN cad/astk-client.orig/Makefile cad/astk-client/Makefile
--- cad/astk-client.orig/Makefile	Wed Jul 23 13:25:42 2003
+++ cad/astk-client/Makefile	Mon Aug 18 19:26:16 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	astk
-PORTREVISION=	0
+PORTREVISION=	1
 
 COMMENT=	Graphical interface for Code_Aster (client side)
 
--- astk-client.diff ends here ---

--- astk-serveur.diff begins here ---
diff -urN cad/astk-serveur.orig/Makefile cad/astk-serveur/Makefile
--- cad/astk-serveur.orig/Makefile	Mon Aug 18 17:45:37 2003
+++ cad/astk-serveur/Makefile	Mon Aug 18 21:40:28 2003
@@ -190,6 +190,7 @@
 		${WRKSRC}/lib/ASTK/init.tcl
 	@${RM} ${WRKSRC}/lib/ASTK/init.tcl.orig
 	@${RM} ${WRKSRC}/share/tkselecteur.tcl.orig
+	@${RM} ${WRKSRC}/lib/ASTK/astkrc/outils.orig
 .endif
 
 do-install:
diff -urN cad/astk-serveur.orig/files.client/patch-lib::ASTK::astkrc::outils cad/astk-serveur/files.client/patch-lib::ASTK::astkrc::outils
--- cad/astk-serveur.orig/files.client/patch-lib::ASTK::astkrc::outils	Thu Jan  1 01:00:00 1970
+++ cad/astk-serveur/files.client/patch-lib::ASTK::astkrc::outils	Mon Aug 18 21:38:51 2003
@@ -0,0 +1,22 @@
+--- lib/ASTK/astkrc/outils.orig	Mon Jun 23 08:42:59 2003
++++ lib/ASTK/astkrc/outils	Mon Aug 18 21:27:52 2003
+@@ -13,3 +13,19 @@
+ ext : comm com0 com1 com2
+ dist : on
+ #
++nom : Gmsh
++cmde : TOOLS_DIR/gmsh (@F)
++ext : geo pos
++dist : on
++#
++# Gibi2000 is not yet implemented (currently for EDF internal use only)
++#nom : Gibi
++#cmde : TOOLS_DIR/gibi (@F)
++#ext : datg
++#dist : off
++#
++nom : Grace
++cmde : TOOLS_DIR/xmgrace (@F)
++ext : dat
++dist : on
++#
--- astk-serveur.diff ends here ---

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



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