From tkato432@yahoo.com  Fri Jan 21 18:01:02 2005
Return-Path: <tkato432@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 86E5C16A4F0
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 21 Jan 2005 18:01:01 +0000 (GMT)
Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E824443D2D
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 21 Jan 2005 18:00:43 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([61.198.243.185]) by hfep04.dion.ne.jp with SMTP
          id <20050121180038684.MRSQ@hfep04.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Sat, 22 Jan 2005 03:00:38 +0900
Message-Id: <20050122030009.7a68b6fa.tkato432@yahoo.com>
Date: Sat, 22 Jan 2005 03:00:09 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: cad/qfsm to 0.43

>Number:         76541
>Category:       ports
>Synopsis:       Update port: cad/qfsm to 0.43
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 21 18:10:20 GMT 2005
>Closed-Date:    Fri Jan 21 19:59:14 GMT 2005
>Last-Modified:  Fri Jan 21 19:59:14 GMT 2005
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 0.43

Remove file:
files/patch-src::Export.cpp
files/patch-src::Export.h
files/patch-src::ExportAHDL.cpp
files/patch-src::ExportKISS.cpp
files/patch-src::ExportVHDL.cpp
files/patch-src::ExportVerilog.cpp

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/cad/qfsm/Makefile cad/qfsm/Makefile
--- /usr/ports/cad/qfsm/Makefile	Wed Dec  8 01:21:17 2004
+++ cad/qfsm/Makefile	Wed Jan 19 22:11:54 2005
@@ -7,15 +7,13 @@
 #
 
 PORTNAME=	qfsm
-PORTVERSION=	0.42b
+PORTVERSION=	0.43
 CATEGORIES=	cad
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A graphical tool for designing finite state machines
-
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/b//}
 
 USE_QT_VER=	3
 USE_REINPLACE=	yes
diff -urN /usr/ports/cad/qfsm/distinfo cad/qfsm/distinfo
--- /usr/ports/cad/qfsm/distinfo	Wed Mar 17 18:20:00 2004
+++ cad/qfsm/distinfo	Wed Jan 19 21:37:24 2005
@@ -1,2 +1,2 @@
-MD5 (qfsm-0.42b.tar.gz) = 8b8da6257eb3bbe9861a8cfb41dbeac5
-SIZE (qfsm-0.42b.tar.gz) = 787723
+MD5 (qfsm-0.43.tar.gz) = baa0994025dc140d90c29b205e7db6db
+SIZE (qfsm-0.43.tar.gz) = 747533
diff -urN /usr/ports/cad/qfsm/files/patch-src::Export.cpp cad/qfsm/files/patch-src::Export.cpp
--- /usr/ports/cad/qfsm/files/patch-src::Export.cpp	Wed Mar 17 01:24:11 2004
+++ cad/qfsm/files/patch-src::Export.cpp	Thu Jan  1 09:00:00 1970
@@ -1,12 +0,0 @@
---- src/Export.cpp.orig	Mon Dec 29 05:35:44 2003
-+++ src/Export.cpp	Tue Mar 16 23:40:15 2004
-@@ -17,7 +17,8 @@
- */
- 
- 
--#include <iostream.h>
-+#include <iostream>
-+using namespace std; 
- #include <qapplication.h>
- #include "Export.h"
- #include "Machine.h"
diff -urN /usr/ports/cad/qfsm/files/patch-src::Export.h cad/qfsm/files/patch-src::Export.h
--- /usr/ports/cad/qfsm/files/patch-src::Export.h	Wed Mar 17 01:24:11 2004
+++ cad/qfsm/files/patch-src::Export.h	Thu Jan  1 09:00:00 1970
@@ -1,12 +0,0 @@
---- src/Export.h.orig	Sat Feb 14 21:06:52 2004
-+++ src/Export.h	Tue Mar 16 23:45:39 2004
-@@ -19,7 +19,8 @@
- #ifndef EXPORT_H
- #define EXPORT_H
- 
--#include <fstream.h>
-+#include <fstream>
-+using namespace std;
- #include <qstring.h>
-  
- class Machine;
diff -urN /usr/ports/cad/qfsm/files/patch-src::ExportAHDL.cpp cad/qfsm/files/patch-src::ExportAHDL.cpp
--- /usr/ports/cad/qfsm/files/patch-src::ExportAHDL.cpp	Wed Mar 17 01:24:11 2004
+++ cad/qfsm/files/patch-src::ExportAHDL.cpp	Thu Jan  1 09:00:00 1970
@@ -1,12 +0,0 @@
---- src/ExportAHDL.cpp.orig	Sat Mar  6 22:28:50 2004
-+++ src/ExportAHDL.cpp	Tue Mar 16 23:43:50 2004
-@@ -16,7 +16,8 @@
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- */
- 
--#include <iostream.h>
-+#include <iostream>
-+using namespace std;
- #include <qregexp.h>
- 
- #include "ExportAHDL.h"
diff -urN /usr/ports/cad/qfsm/files/patch-src::ExportKISS.cpp cad/qfsm/files/patch-src::ExportKISS.cpp
--- /usr/ports/cad/qfsm/files/patch-src::ExportKISS.cpp	Wed Mar 17 01:24:11 2004
+++ cad/qfsm/files/patch-src::ExportKISS.cpp	Thu Jan  1 09:00:00 1970
@@ -1,12 +0,0 @@
---- src/ExportKISS.cpp.orig	Tue Feb  3 02:44:02 2004
-+++ src/ExportKISS.cpp	Tue Mar 16 23:44:37 2004
-@@ -16,7 +16,8 @@
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- */
- 
--#include <iostream.h>
-+#include <iostream>
-+using namespace std;
- #include <qregexp.h>
- 
- #include "ExportKISS.h"
diff -urN /usr/ports/cad/qfsm/files/patch-src::ExportVHDL.cpp cad/qfsm/files/patch-src::ExportVHDL.cpp
--- /usr/ports/cad/qfsm/files/patch-src::ExportVHDL.cpp	Wed Mar 17 01:24:11 2004
+++ cad/qfsm/files/patch-src::ExportVHDL.cpp	Thu Jan  1 09:00:00 1970
@@ -1,12 +0,0 @@
---- src/ExportVHDL.cpp.orig	Sat Mar  6 22:32:02 2004
-+++ src/ExportVHDL.cpp	Tue Mar 16 23:53:08 2004
-@@ -16,7 +16,8 @@
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- */
- 
--#include <iostream.h>
-+#include <iostream>
-+using namespace std;
- #include <qregexp.h>
- 
- #include "ExportVHDL.h"
diff -urN /usr/ports/cad/qfsm/files/patch-src::ExportVerilog.cpp cad/qfsm/files/patch-src::ExportVerilog.cpp
--- /usr/ports/cad/qfsm/files/patch-src::ExportVerilog.cpp	Wed Mar 17 01:24:11 2004
+++ cad/qfsm/files/patch-src::ExportVerilog.cpp	Thu Jan  1 09:00:00 1970
@@ -1,12 +0,0 @@
---- src/ExportVerilog.cpp.orig	Sat Mar  6 22:33:16 2004
-+++ src/ExportVerilog.cpp	Tue Mar 16 23:43:03 2004
-@@ -16,7 +16,8 @@
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- */
- 
--#include <iostream.h>
-+#include <iostream>
-+using namespace std;
- #include <qregexp.h>
- 
- #include "ExportVerilog.h"
diff -urN /usr/ports/cad/qfsm/files/patch-src::main.cpp cad/qfsm/files/patch-src::main.cpp
--- /usr/ports/cad/qfsm/files/patch-src::main.cpp	Wed Mar 17 01:24:11 2004
+++ cad/qfsm/files/patch-src::main.cpp	Wed Jan 19 21:39:39 2005
@@ -1,14 +1,11 @@
---- src/main.cpp.orig	Sun Mar  7 01:12:13 2004
-+++ src/main.cpp	Wed Mar 17 00:12:23 2004
-@@ -16,8 +16,9 @@
+--- src/main.cpp.orig	Mon Jan 17 06:23:41 2005
++++ src/main.cpp	Wed Jan 19 21:39:30 2005
+@@ -16,7 +16,7 @@
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
  
 -#include <stdlib.h>
--#include <iostream.h>
 +#include <cstdlib>
-+#include <iostream>
-+using namespace std;
+ #include <iostream>
  #include <qtranslator.h>
  #include <qapplication.h>
- #include <qstring.h>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Fri Jan 21 19:59:08 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76541 
>Unformatted:
