Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2002 06:02:36 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46597: Update port: math/topaz to 3.3.7
Message-ID:  <20021229060236.037ecc9d.tkato@prontomail.com>

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

>Number:         46597
>Category:       ports
>Synopsis:       Update port: math/topaz to 3.3.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 28 13:10:07 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 3.3.7

New 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::topaz.cc
files/patch-topaz::tpv2ps.cc
files/patch-topaz::vectdefs.h

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/topaz/Makefile math/topaz/Makefile
--- /usr/ports/math/topaz/Makefile	Mon Nov 11 19:00:25 2002
+++ math/topaz/Makefile	Fri Dec 27 04:51:50 2002
@@ -6,16 +6,15 @@
 #
 
 PORTNAME=	topaz
-PORTVERSION=	3.36
+PORTVERSION=	3.37
 CATEGORIES=	math
 MASTER_SITES=	http://hp.vector.co.jp/authors/VA007663/topaz/bin/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/}-src
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
 USE_XLIB=	yes
 MAKEFILE=	Makefile.freebsd
 
diff -urN /usr/ports/math/topaz/distinfo math/topaz/distinfo
--- /usr/ports/math/topaz/distinfo	Fri Nov  1 21:59:33 2002
+++ math/topaz/distinfo	Fri Dec 27 04:16:38 2002
@@ -1 +1 @@
-MD5 (topaz-3_36-src.tar.gz) = 222039d4cd3d7fc736737f1f20aa76d9
+MD5 (topaz-3_37-src.tar.gz) = 451df9b50a157f5e4ee85d35f3188007
diff -urN /usr/ports/math/topaz/files/patch-aa math/topaz/files/patch-aa
--- /usr/ports/math/topaz/files/patch-aa	Sun Dec 24 17:23:04 2000
+++ math/topaz/files/patch-aa	Fri Dec 27 04:52:59 2002
@@ -13,8 +13,8 @@
  # for FreeBSD
 -CFLAGS= -I/usr/local/include -I/usr/local/include/ncurses -I/usr/X11R6/include -O2 -Wall -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
 -TOPAZLIB=  -L/usr/local/lib -lm -lncurses -lgnugetopt  -lreadline -lhistory
-+CXXFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/ncurses -I${X11BASE}/include -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
-+TOPAZLIB=  -L${LOCALBASE}/lib -lm -lncurses -lgnugetopt  -lreadline -lhistory
++CXXFLAGS+= -I${LOCALBASE}/include/ncurses -I${X11BASE}/include -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
++TOPAZLIB=  -lm -lncurses  -lreadline -lhistory
  PSLIB=  -lm
 -VIEWLIB= -lm -L/usr/X11R6/lib -lX11
 +VIEWLIB= -lm -L${X11BASE}/lib -lX11
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  1 09:00:00 1970
+++ math/topaz/files/patch-topaz::buffarray.h	Fri Dec 27 04:24:45 2002
@@ -0,0 +1,11 @@
+--- 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  1 09:00:00 1970
+++ math/topaz/files/patch-topaz::convtxt.h	Fri Dec 27 04:33:27 2002
@@ -0,0 +1,11 @@
+--- 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  1 09:00:00 1970
+++ math/topaz/files/patch-topaz::filepoint.h	Fri Dec 27 04:46:25 2002
@@ -0,0 +1,11 @@
+--- 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  1 09:00:00 1970
+++ math/topaz/files/patch-topaz::msgbuff.cc	Fri Dec 27 04:36:57 2002
@@ -0,0 +1,11 @@
+--- 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  1 09:00:00 1970
+++ math/topaz/files/patch-topaz::objectlist.h	Fri Dec 27 04:41:31 2002
@@ -0,0 +1,13 @@
+--- 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  1 09:00:00 1970
+++ math/topaz/files/patch-topaz::styledisp.h	Fri Dec 27 04:44:18 2002
@@ -0,0 +1,11 @@
+--- 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::topaz.cc math/topaz/files/patch-topaz::topaz.cc
--- /usr/ports/math/topaz/files/patch-topaz::topaz.cc	Thu Jan  1 09:00:00 1970
+++ math/topaz/files/patch-topaz::topaz.cc	Fri Dec 27 04:50:24 2002
@@ -0,0 +1,11 @@
+--- topaz/topaz.cc.orig	Wed Dec  4 23:02:28 2002
++++ topaz/topaz.cc	Fri Dec 27 04:29:01 2002
+@@ -30,7 +30,7 @@
+ #include <dirent.h>
+ #include <sys/stat.h>
+ #include <signal.h>
+-#include <getopt.h>
++//#include <getopt.h>
+ //char *optarg;
+ #include "script.h"
+ #include "frame.h"
diff -urN /usr/ports/math/topaz/files/patch-topaz::tpv2ps.cc math/topaz/files/patch-topaz::tpv2ps.cc
--- /usr/ports/math/topaz/files/patch-topaz::tpv2ps.cc	Thu Jan  1 09:00:00 1970
+++ math/topaz/files/patch-topaz::tpv2ps.cc	Fri Dec 27 04:51:23 2002
@@ -0,0 +1,11 @@
+--- topaz/tpv2ps.cc.orig	Wed Dec  4 23:02:28 2002
++++ topaz/tpv2ps.cc	Fri Dec 27 04:51:06 2002
+@@ -31,7 +31,7 @@
+ #include <math.h>
+ #include <string>
+ #include <time.h>
+-#include <getopt.h>
++//#include <getopt.h>
+ //char *optarg;
+ 
+ extern int errno;
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  1 09:00:00 1970
+++ math/topaz/files/patch-topaz::vectdefs.h	Fri Dec 27 04:37:45 2002
@@ -0,0 +1,11 @@
+--- 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:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021229060236.037ecc9d.tkato>