ports/158486: Update port: math/topaz to 3.41

KATO Tsuguru tkato432 at yahoo.com
Wed Jun 29 18:30:20 UTC 2011


>Number:         158486
>Category:       ports
>Synopsis:       Update port: math/topaz to 3.41
>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 Jun 29 18:30:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 3.41

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/topaz/Makefile math/topaz/Makefile
--- /usr/ports/math/topaz/Makefile	2011-06-17 20:21:16.000000000 +0900
+++ math/topaz/Makefile	2011-06-17 21:08:43.000000000 +0900
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	topaz
-PORTVERSION=	3.40
-PORTREVISION=	2
+PORTVERSION=	3.41
 CATEGORIES=	math
 MASTER_SITES=	http://hp.vector.co.jp/authors/VA007663/topaz/bin/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/}-src
@@ -15,8 +14,6 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A command driven graph plotting system for scientists and engineers
 
-BROKEN=	Does not fetch
-
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_XORG=	x11
@@ -24,5 +21,9 @@
 
 post-install:
 	${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${PREFIX}/bin/topaz
+.if !defined(NOPORTEXAMPLES)
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/math/topaz/distinfo math/topaz/distinfo
--- /usr/ports/math/topaz/distinfo	2011-03-21 02:48:03.000000000 +0900
+++ math/topaz/distinfo	2011-04-17 02:00:01.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (topaz-3_40-src.tar.gz) = 1f98be654d9b9c74feee90bf4d19ecc3002f836a47e5e2c5c1c547c4058e59ed
-SIZE (topaz-3_40-src.tar.gz) = 283253
+SHA256 (topaz-3_41-src.tar.gz) = df364c549c9fbc6ed470ce3bd6c253a0f2272e712609ba884229c466c45e54e1
+SIZE (topaz-3_41-src.tar.gz) = 283783
diff -urN /usr/ports/math/topaz/files/patch-aa math/topaz/files/patch-aa
--- /usr/ports/math/topaz/files/patch-aa	2008-04-20 10:17:07.000000000 +0900
+++ math/topaz/files/patch-aa	2011-06-17 21:04:50.000000000 +0900
@@ -13,7 +13,7 @@
  # 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/ncurses -I${LOCALBASE}/include -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
++CXXFLAGS+= -I${LOCALBASE}/include -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
 +TOPAZLIB=  -lm -lncurses  -lreadline -lhistory
  PSLIB=  -lm
 -VIEWLIB= -lm -L/usr/X11R6/lib -lX11
diff -urN /usr/ports/math/topaz/files/patch-ab math/topaz/files/patch-ab
--- /usr/ports/math/topaz/files/patch-ab	2000-12-24 17:23:04.000000000 +0900
+++ math/topaz/files/patch-ab	2011-06-17 21:05:27.000000000 +0900
@@ -68,6 +68,6 @@
 +	$(BSD_INSTALL_DATA) ./cuirc.lnx $(INSTALLDIR)/_topaz/cui.rc
 +	$(BSD_INSTALL_DATA) ./topazfontmap $(INSTALLDIR)/_topaz
 +	$(BSD_INSTALL_DATA) ./topazkfontmap $(INSTALLDIR)/_topaz
-+	-mkdir -p $(PREFIX)/share/examples/topaz
-+	$(BSD_INSTALL_DATA) ./sample/* ${PREFIX}/share/examples/topaz
++#	-mkdir -p $(PREFIX)/share/examples/topaz
++#	$(BSD_INSTALL_DATA) ./sample/* ${PREFIX}/share/examples/topaz
  
diff -urN /usr/ports/math/topaz/pkg-plist math/topaz/pkg-plist
--- /usr/ports/math/topaz/pkg-plist	1999-11-01 11:27:10.000000000 +0900
+++ math/topaz/pkg-plist	2011-06-17 21:06:32.000000000 +0900
@@ -27,13 +27,13 @@
 lib/topaz/topaz.sh
 lib/topaz/tpv2ps
 lib/topaz/tpvview
-share/examples/topaz/fit.tpz
-share/examples/topaz/parts.tpz
-share/examples/topaz/sample.txt
-share/examples/topaz/stdfontset.tpz
-share/examples/topaz/step.tpz
-share/examples/topaz/symbolfontset.tpz
-share/examples/topaz/text.tpz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fit.tpz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts.tpz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stdfontset.tpz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/step.tpz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/symbolfontset.tpz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text.tpz
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
 @dirrm lib/topaz/_topaz
 @dirrm lib/topaz
- at dirrm share/examples/topaz
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list