diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-29 03:55:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-29 03:55:04 +0000 |
commit | f2c31805cb67ff673a4af6b42e413a8215c7e31f (patch) | |
tree | 4108d386628c130d4192a530016daed35d60f5d4 | |
parent | New port: benchmarks/scimark2 - a Java benchmark. (diff) |
cad/astk-client: chasing tk83 -> tk84 + defining more tools.
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.
PR: ports/55707
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to '')
-rw-r--r-- | cad/astk-client/Makefile | 2 | ||||
-rw-r--r-- | cad/astk-serveur/Makefile | 1 | ||||
-rw-r--r-- | cad/astk-serveur/files/patch-lib::ASTK::astkrc::outils | 22 |
3 files changed, 24 insertions, 1 deletions
diff --git a/cad/astk-client/Makefile b/cad/astk-client/Makefile index d0c1a8313dc4..ae36352f6151 100644 --- a/cad/astk-client/Makefile +++ b/cad/astk-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= astk -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Graphical interface for Code_Aster (client side) diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile index 83297043a18e..a82a23fa6be8 100644 --- a/cad/astk-serveur/Makefile +++ b/cad/astk-serveur/Makefile @@ -190,6 +190,7 @@ post-patch: ${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 --git a/cad/astk-serveur/files/patch-lib::ASTK::astkrc::outils b/cad/astk-serveur/files/patch-lib::ASTK::astkrc::outils new file mode 100644 index 000000000000..05d02a0b832e --- /dev/null +++ b/cad/astk-serveur/files/patch-lib::ASTK::astkrc::outils @@ -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 ++# |