ports/51056: Update port: math/topaz to 3.38

KATO Tsuguru tkato at prontomail.com
Wed Apr 16 18:40:36 UTC 2003


>Number:         51056
>Category:       ports
>Synopsis:       Update port: math/topaz to 3.38
>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:   Wed Apr 16 11:40:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 3.38

Remove file:
files/patch-topaz::buffarray.h
files/patch-topaz::convtxt.h
files/patch-topaz::filepoint.h
files/patch-topaz::msgbuff.cc
files/patch-topaz::objectlist.h
files/patch-topaz::styledisp.h
files/patch-topaz::vectdefs.h

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/topaz/Makefile math/topaz/Makefile
--- /usr/ports/math/topaz/Makefile	Sat Apr 12 22:57:56 2003
+++ math/topaz/Makefile	Tue Apr 15 02:27:04 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	topaz
-PORTVERSION=	3.37
+PORTVERSION=	3.38
 CATEGORIES=	math
 MASTER_SITES=	http://hp.vector.co.jp/authors/VA007663/topaz/bin/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/}-src
diff -urN /usr/ports/math/topaz/distinfo math/topaz/distinfo
--- /usr/ports/math/topaz/distinfo	Mon Jan  6 16:00:57 2003
+++ math/topaz/distinfo	Tue Apr 15 02:35:09 2003
@@ -1 +1 @@
-MD5 (topaz-3_37-src.tar.gz) = 451df9b50a157f5e4ee85d35f3188007
+MD5 (topaz-3_38-src.tar.gz) = b91080b08c836890232b715088d2c34f
diff -urN /usr/ports/math/topaz/files/patch-topaz::buffarray.h math/topaz/files/patch-topaz::buffarray.h
--- /usr/ports/math/topaz/files/patch-topaz::buffarray.h	Thu Jan  2 05:38:27 2003
+++ math/topaz/files/patch-topaz::buffarray.h	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- topaz/buffarray.h.orig	Wed Dec  4 23:02:26 2002
-+++ topaz/buffarray.h	Fri Dec 27 04:24:29 2002
-@@ -27,6 +27,8 @@
- 
- #include <string>
- 
-+using namespace std;
-+
- 
- 
- class buffarray
diff -urN /usr/ports/math/topaz/files/patch-topaz::convtxt.h math/topaz/files/patch-topaz::convtxt.h
--- /usr/ports/math/topaz/files/patch-topaz::convtxt.h	Thu Jan  2 05:38:27 2003
+++ math/topaz/files/patch-topaz::convtxt.h	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- topaz/convtxt.h.orig	Wed Dec  4 23:02:26 2002
-+++ topaz/convtxt.h	Fri Dec 27 04:33:13 2002
-@@ -25,6 +25,8 @@
- #define __convtxt_h
- #include <string>
- 
-+using namespace std;
-+
- extern bool tosavetxt(char *in, string *out);
- extern bool fromsavetxt(char *in, string *out);
- extern char *topazfgets(char *s, int size, FILE *fp);
diff -urN /usr/ports/math/topaz/files/patch-topaz::filepoint.h math/topaz/files/patch-topaz::filepoint.h
--- /usr/ports/math/topaz/files/patch-topaz::filepoint.h	Thu Jan  2 05:38:27 2003
+++ math/topaz/files/patch-topaz::filepoint.h	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- topaz/filepoint.h.orig	Wed Dec  4 23:02:26 2002
-+++ topaz/filepoint.h	Fri Dec 27 04:46:14 2002
-@@ -26,6 +26,8 @@
- # include <stdio.h>
- # include <string>
- 
-+using namespace std;
-+
- 
- class HandleElement
- {
diff -urN /usr/ports/math/topaz/files/patch-topaz::msgbuff.cc math/topaz/files/patch-topaz::msgbuff.cc
--- /usr/ports/math/topaz/files/patch-topaz::msgbuff.cc	Thu Jan  2 05:38:27 2003
+++ math/topaz/files/patch-topaz::msgbuff.cc	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- topaz/msgbuff.cc.orig	Wed Dec  4 23:02:26 2002
-+++ topaz/msgbuff.cc	Fri Dec 27 04:36:46 2002
-@@ -30,6 +30,8 @@
- #include "msgbuff.h"
- #include "kanji.h"
- 
-+using namespace std;
-+
- extern int tabnumber;
- extern WINDOW *menuwin, *msgwin, *sepwin ,*titlewin;
- 
diff -urN /usr/ports/math/topaz/files/patch-topaz::objectlist.h math/topaz/files/patch-topaz::objectlist.h
--- /usr/ports/math/topaz/files/patch-topaz::objectlist.h	Thu Jan  2 05:38:27 2003
+++ math/topaz/files/patch-topaz::objectlist.h	Thu Jan  1 09:00:00 1970
@@ -1,13 +0,0 @@
---- topaz/objectlist.h.orig	Wed Dec  4 23:02:26 2002
-+++ topaz/objectlist.h	Fri Dec 27 04:41:21 2002
-@@ -24,6 +24,10 @@
- #if !defined(__objectlist_h)
- #define __objectlist_h
- 
-+#include <string>
-+
-+using namespace std;
-+
- #include "topazcurses.h"
- int objectlist(WINDOW *win, int mode, string *objtype);
- 
diff -urN /usr/ports/math/topaz/files/patch-topaz::styledisp.h math/topaz/files/patch-topaz::styledisp.h
--- /usr/ports/math/topaz/files/patch-topaz::styledisp.h	Thu Jan  2 05:38:27 2003
+++ math/topaz/files/patch-topaz::styledisp.h	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- topaz/styledisp.h.orig	Wed Dec  4 23:02:28 2002
-+++ topaz/styledisp.h	Fri Dec 27 04:44:03 2002
-@@ -26,6 +26,8 @@
- 
- #include <string>
- 
-+using namespace std;
-+
- extern bool getlinestylename(int id, string *out);
- bool getcolorname(unsigned int r, unsigned int g,unsigned int b, string *out);
- bool getmarkerstylename(int id, string *out);
diff -urN /usr/ports/math/topaz/files/patch-topaz::vectdefs.h math/topaz/files/patch-topaz::vectdefs.h
--- /usr/ports/math/topaz/files/patch-topaz::vectdefs.h	Thu Jan  2 05:38:27 2003
+++ math/topaz/files/patch-topaz::vectdefs.h	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- topaz/vectdefs.h.orig	Wed Dec  4 23:02:28 2002
-+++ topaz/vectdefs.h	Fri Dec 27 04:37:32 2002
-@@ -28,6 +28,8 @@
- #include "vect.h"
- #include "pointdefs.h"
- 
-+using namespace std;
-+
- typedef rvect<int> intarray;
- typedef rvect<double> doublearray;
- typedef vect<string> stringarray;
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list