Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2007 03:30:10 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116922: Update port: cad/qfsm to 0.45
Message-ID:  <20071005033010.a99abf12.tkato432@yahoo.com>
Resent-Message-ID: <200710041840.l94Ie1kc074011@freefall.freebsd.org>

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

>Number:         116922
>Category:       ports
>Synopsis:       Update port: cad/qfsm to 0.45
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 04 18:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 0.45

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/cad/qfsm/Makefile cad/qfsm/Makefile
--- /usr/ports/cad/qfsm/Makefile	Sun Sep 23 03:24:26 2007
+++ cad/qfsm/Makefile	Wed Oct  3 14:26:38 2007
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	qfsm
-PORTVERSION=	0.44
+PORTVERSION=	0.45
 CATEGORIES=	cad
 MASTER_SITES=	SF
 
diff -urN /usr/ports/cad/qfsm/distinfo cad/qfsm/distinfo
--- /usr/ports/cad/qfsm/distinfo	Sun Sep 23 03:24:26 2007
+++ cad/qfsm/distinfo	Wed Oct  3 14:29:37 2007
@@ -1,3 +1,3 @@
-MD5 (qfsm-0.44.tar.gz) = f955963bd41be19689c5e948ed124551
-SHA256 (qfsm-0.44.tar.gz) = c73a1f617e80130bba16b27ae7f4da178cba5e24cc53b1c04f9cfb119a685198
-SIZE (qfsm-0.44.tar.gz) = 814943
+MD5 (qfsm-0.45.tar.gz) = 235a0fdb7b8c98985a0db0acd0bf4762
+SHA256 (qfsm-0.45.tar.gz) = b06357eb35c924f2d63fa6f053206c9cd32d1f76682ad12082bd4f7eff91b222
+SIZE (qfsm-0.45.tar.gz) = 820425
diff -urN /usr/ports/cad/qfsm/files/patch-src::Draw.cpp cad/qfsm/files/patch-src::Draw.cpp
--- /usr/ports/cad/qfsm/files/patch-src::Draw.cpp	Wed Mar 17 01:24:11 2004
+++ cad/qfsm/files/patch-src::Draw.cpp	Wed Oct  3 14:30:32 2007
@@ -1,11 +1,13 @@
---- src/Draw.cpp.orig	Sun Feb 29 21:38:23 2004
-+++ src/Draw.cpp	Tue Mar 16 23:46:29 2004
-@@ -16,7 +16,7 @@
+--- src/Draw.cpp.orig	Fri Aug 17 05:07:21 2007
++++ src/Draw.cpp	Wed Oct  3 14:30:19 2007
+@@ -16,8 +16,8 @@
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
  
 -#include <math.h>
+-#include <float.h>
 +#include <cmath>
++#include <cfloat>
  #include <qnamespace.h>
- #include <qlist.h>
+ #include <qptrlist.h>
  #include <qpainter.h>
diff -urN /usr/ports/cad/qfsm/files/patch-src::GState.cpp cad/qfsm/files/patch-src::GState.cpp
--- /usr/ports/cad/qfsm/files/patch-src::GState.cpp	Fri Aug  3 03:27:48 2007
+++ cad/qfsm/files/patch-src::GState.cpp	Wed Oct  3 14:34:35 2007
@@ -1,5 +1,5 @@
---- src/GState.cpp.orig	2004-11-21 14:48:41.000000000 +0100
-+++ src/GState.cpp	2007-08-02 14:07:00.000000000 +0200
+--- src/GState.cpp.orig	Fri Aug 17 05:05:36 2007
++++ src/GState.cpp	Wed Oct  3 14:33:54 2007
 @@ -16,7 +16,7 @@
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
@@ -9,29 +9,3 @@
  
  #include <qpen.h>
  #include <qbrush.h>
-@@ -196,9 +196,9 @@
-     t->getCPoint2(c2x, c2y);
-     info = t->getInfo();
- 
--    qDebug("Adresse:     %d", (int)t);
--    qDebug("Start:       %d", (int)t->getStart());
--    qDebug("Ende:        %d", (int)t->getEnd());
-+    qDebug("Adresse:     %d", (intptr_t)t);
-+    qDebug("Start:       %d", (intptr_t)t->getStart());
-+    qDebug("Ende:        %d", (intptr_t)t->getEnd());
-     qDebug("Inputs:      %s", info->getInputsStrBin(/*numin*/).latin1());
-     qDebug("Outputs:     %s", info->getOutputsStrBin(/*numout*/).latin1());
-     qDebug(" ");
-@@ -215,9 +215,9 @@
-     t->getCPoint2(c2x, c2y);
-     info = t->getInfo();
- 
--    qDebug("Adresse:     %d", (int)t);
--    qDebug("Start:       %d", (int)t->getStart());
--    qDebug("Ende:        %d", (int)t->getEnd());
-+    qDebug("Adresse:     %d", (intptr_t)t);
-+    qDebug("Start:       %d", (intptr_t)t->getStart());
-+    qDebug("Ende:        %d", (intptr_t)t->getEnd());
-     qDebug("Inputs:      %s", info->getInputsStrBin(/*numin*/).latin1());
-     qDebug("Outputs:     %s", info->getOutputsStrBin(/*numout*/).latin1());
-     qDebug(" ");
diff -urN /usr/ports/cad/qfsm/files/patch-src::Machine.h cad/qfsm/files/patch-src::Machine.h
--- /usr/ports/cad/qfsm/files/patch-src::Machine.h	Wed Mar 17 01:24:11 2004
+++ cad/qfsm/files/patch-src::Machine.h	Wed Oct  3 14:34:22 2007
@@ -1,11 +1,11 @@
---- src/Machine.h.orig	Sat Mar  6 22:27:09 2004
-+++ src/Machine.h	Wed Mar 17 00:11:08 2004
+--- src/Machine.h.orig	Fri Aug 17 05:06:26 2007
++++ src/Machine.h	Wed Oct  3 14:34:14 2007
 @@ -19,7 +19,7 @@
  #ifndef MACHINE_H
  #define MACHINE_H
  
 -#include <math.h>
 +#include <cmath>
- #include <qlist.h>
+ #include <qptrlist.h>
  #include <qobject.h>
  #include <qstringlist.h>
>Release-Note:
>Audit-Trail:
>Unformatted:



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