Date: Mon, 1 Sep 2003 20:36:05 +0200 (CEST) From: Thierry Thomas <thierry@pompo.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56288: cad/astk-serveur & cad/astk-client: fixing patch + tarball has been rerolled. Message-ID: <20030901183605.69E9E22B8D2@ws90bj.pompo.net> Resent-Message-ID: <200309011840.h81Ie9Zb009259@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 56288 >Category: ports >Synopsis: cad/astk-serveur & cad/astk-client: fixing patch + tarball has been rerolled. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 01 11:40:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 5.1-RELEASE-p2 i386 >Organization: Kabbale Eros >Environment: System: FreeBSD ws90bj.pompo.net 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #1: Tue Aug 19 17:50:01 CEST 2003 thierry@ws90bj.pompo.net:/usr/obj/usr/src/sys/WS90BJ-030610 i386 >Description: 1) This is a common tarball with french/aster: the tarball has been rerolled to fix a bug in ASTK for Linux, but they did not upgrade the version. Our ASTK is not impacted by this change. The full story, in french, is here: <http://www.code-aster.org/forum/read.php?f=11&i=326&t=326>. 2) Since I was testing this upgrade, I have found a bug from the previous commit: the patch patch-lib::ASTK::astkrc::outils does not belong to files, but to files.client => bumping PORTREVISION. >How-To-Repeat: make distclean, make fetch. >Fix: Moved files: patch-lib::ASTK::astkrc::outils, from files to files.client. Please apply the following patch: --- astk-serveur.diff begins here --- diff -urN cad/astk-serveur.orig/Makefile cad/astk-serveur/Makefile --- cad/astk-serveur.orig/Makefile Mon Sep 1 19:50:23 2003 +++ cad/astk-serveur/Makefile Mon Sep 1 20:08:09 2003 @@ -7,7 +7,7 @@ PORTNAME= astk PORTVERSION= 1.0.14 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= cad tk84 MASTER_SITES= http://www.code-aster.org/FICHIERS/code_aster/ .if !defined(CLIENT_SEUL) diff -urN cad/astk-serveur.orig/distinfo cad/astk-serveur/distinfo --- cad/astk-serveur.orig/distinfo Mon Sep 1 19:50:23 2003 +++ cad/astk-serveur/distinfo Mon Sep 1 19:52:07 2003 @@ -1 +1 @@ -MD5 (aster_src_7.1.tar) = fa85509b78514c81fe62111f7d6f338f +MD5 (aster_src_7.1.tar) = 6a76b378c2fbab506c5fe1e8f6713007 diff -urN cad/astk-serveur.orig/files/patch-lib::ASTK::astkrc::outils cad/astk-serveur/files/patch-lib::ASTK::astkrc::outils --- cad/astk-serveur.orig/files/patch-lib::ASTK::astkrc::outils Mon Sep 1 19:50:23 2003 +++ cad/astk-serveur/files/patch-lib::ASTK::astkrc::outils Thu Jan 1 01:00:00 1970 @@ -1,22 +0,0 @@ ---- 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 -+# 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 Sep 1 19:50:23 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 --- --- astk-client.diff begins here --- diff -urN cad/astk-client.orig/Makefile cad/astk-client/Makefile --- cad/astk-client.orig/Makefile Mon Sep 1 19:50:30 2003 +++ cad/astk-client/Makefile Mon Sep 1 20:08:29 2003 @@ -6,7 +6,7 @@ # PORTNAME= astk -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Graphical interface for Code_Aster (client side) --- astk-client.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?20030901183605.69E9E22B8D2>