aboutsummaryrefslogtreecommitdiff
path: root/math/topaz
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2003-01-01 20:37:46 +0000
committerPatrick Li <pat@FreeBSD.org>2003-01-01 20:37:46 +0000
commit20e2a66e6c795ee8c2a04140cb11e9c648b8330b (patch)
treef7f46d6b6b7d45132295417386ae828eb9a15c29 /math/topaz
parentb06b30bc7249a9967dc21bf194198214b0e431bd (diff)
downloadports-20e2a66e6c795ee8c2a04140cb11e9c648b8330b.tar.gz
ports-20e2a66e6c795ee8c2a04140cb11e9c648b8330b.zip
Update to 3.37
PR: ports/46597 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=72105
Diffstat (limited to 'math/topaz')
-rw-r--r--math/topaz/Makefile5
-rw-r--r--math/topaz/distinfo2
-rw-r--r--math/topaz/files/patch-aa4
3 files changed, 5 insertions, 6 deletions
diff --git a/math/topaz/Makefile b/math/topaz/Makefile
index c320d540bb52..a3eedd9628b3 100644
--- a/math/topaz/Makefile
+++ b/math/topaz/Makefile
@@ -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 --git a/math/topaz/distinfo b/math/topaz/distinfo
index 400a1a98ee7f..b1973cbc1222 100644
--- a/math/topaz/distinfo
+++ b/math/topaz/distinfo
@@ -1 +1 @@
-MD5 (topaz-3_36-src.tar.gz) = 222039d4cd3d7fc736737f1f20aa76d9
+MD5 (topaz-3_37-src.tar.gz) = 451df9b50a157f5e4ee85d35f3188007
diff --git a/math/topaz/files/patch-aa b/math/topaz/files/patch-aa
index 0e02f97f59bb..22c9908eec2e 100644
--- a/math/topaz/files/patch-aa
+++ b/math/topaz/files/patch-aa
@@ -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