ports/84928: [MAINTAINER] math/asymptote: update to 0.84

Nicola Vitale nivit at email.it
Wed Aug 31 22:01:03 UTC 2005


> [Volker Stolz, 2005-08-31T18:06:12+00:00]
> State-Changed-From-To: open->feedback
> [...]
> Are you sure about the USE_GCC=3.3 for 4.x? At least I didn't encounter
> any build-problems with 3.3+ == gcc34.

You are right. In the original submit it was USE_GCC=3.3+, then I wrongly
changed it when I was trying to make it work on 4.X, and forgot to delete
those lines. See full story at

	http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/83990.

Thanks for your remark. :)

Ciao.
--
Nicola Vitale
nivit at email.it

Here is the new patch:

diff -ruN asymptote/Makefile asymptote.update-0.84/Makefile
--- asymptote/Makefile	Wed Aug 31 22:51:08 2005
+++ asymptote.update-0.84/Makefile	Wed Aug 31 23:27:10 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asymptote
-PORTVERSION=	0.83
+PORTVERSION=	0.84
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -32,6 +32,7 @@
 USE_GHOSTSCRIPT=	yes
 USE_GMAKE=	yes
 USE_PYTHON=	yes
+USE_GCC=	3.3+
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-latex=${LOCALBASE}/share/texmf-local/tex/latex
@@ -61,12 +62,9 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-# require exact version of gcc on 4.X
 LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
-USE_GCC=	3.4
-.else
-USE_GCC=	3.3+
 .endif
+
 
 pre-configure:
 	@cd ${WRKSRC}; \
diff -ruN asymptote/distinfo asymptote.update-0.84/distinfo
--- asymptote/distinfo	Sun Jul 24 09:06:04 2005
+++ asymptote.update-0.84/distinfo	Sun Aug 14 18:57:00 2005
@@ -1,2 +1,2 @@
-MD5 (asymptote-0.83.tar.gz) = c336e6a1d1ac51b9d517810fb0b0c968
-SIZE (asymptote-0.83.tar.gz) = 499920
+MD5 (asymptote-0.84.tar.gz) = b81d8cd518fb16342b765a9341c34393
+SIZE (asymptote-0.84.tar.gz) = 503951
diff -ruN asymptote/pkg-plist asymptote.update-0.84/pkg-plist
--- asymptote/pkg-plist	Fri Jul 29 17:27:25 2005
+++ asymptote.update-0.84/pkg-plist	Sun Aug 14 18:55:00 2005
@@ -1,4 +1,4 @@
- at comment $FreeBSD: ports/math/asymptote/pkg-plist,v 1.1 2005/07/29 15:27:25 pav Exp $
+ at comment $FreeBSD$
 bin/asy
 bin/xasy
 %%DATADIR%%/babel.asy
@@ -7,7 +7,7 @@
 %%DATADIR%%/feynman.asy
 %%DATADIR%%/geometry.asy
 %%DATADIR%%/graph.asy
-%%DATADIR%%/graph3d.asy
+%%DATADIR%%/graph3.asy
 %%DATADIR%%/latin1.asy
 %%DATADIR%%/math.asy
 %%DATADIR%%/metapost.asy
@@ -21,6 +21,7 @@
 %%DATADIR%%/tree.asy
 %%DATADIR%%/unicode.asy
 %%EXAMPLESDIR%%/Bode.asy
+%%EXAMPLESDIR%%/Gouraud.asy
 %%EXAMPLESDIR%%/Pythagoras.asy
 %%EXAMPLESDIR%%/PythagoreanTree.asy
 %%EXAMPLESDIR%%/asy-mode.el
@@ -65,6 +66,7 @@
 %%EXAMPLESDIR%%/labelsquare.asy
 %%PORTDOCS%%%%EXAMPLESDIR%%/latexusage.asy
 %%EXAMPLESDIR%%/latexusage.tex
+%%EXAMPLESDIR%%/latticeshading.asy
 %%EXAMPLESDIR%%/lever.asy
 %%EXAMPLESDIR%%/lineargraph.asy
 %%EXAMPLESDIR%%/lineargraph0.asy
@@ -72,6 +74,7 @@
 %%EXAMPLESDIR%%/linetype.asy
 %%EXAMPLESDIR%%/log.asy
 %%EXAMPLESDIR%%/loggraph.asy
+%%EXAMPLESDIR%%/loggrid.asy
 %%EXAMPLESDIR%%/logo.asy
 %%EXAMPLESDIR%%/lowint.asy
 %%EXAMPLESDIR%%/lowupint.asy






More information about the freebsd-ports-bugs mailing list