From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 31 22:01:03 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1FD316A422 for ; Wed, 31 Aug 2005 22:01:02 +0000 (GMT) (envelope-from nivit@email.it) Received: from vsmtp14.tin.it (vsmtp14.tin.it [212.216.176.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A41B43D4C for ; Wed, 31 Aug 2005 22:01:02 +0000 (GMT) (envelope-from nivit@email.it) Received: from psyllobora (82.52.77.78) by vsmtp14.tin.it (7.2.060.1) id 42FDFA9300510348 for freebsd-ports-bugs@FreeBSD.org; Thu, 1 Sep 2005 00:00:59 +0200 Received: (qmail 88586 invoked by uid 1005); 31 Aug 2005 23:55:56 +0200 From: nivit@email.it (Nicola Vitale) Date: Wed, 31 Aug 2005 23:55:56 +0200 To: Volker Stolz Message-ID: <20050831215556.GB38538@Psyllobora> Mail-Followup-To: Volker Stolz , freebsd-ports-bugs@FreeBSD.org, bug-followup@FreeBSD.org References: <200508311806.j7VI6Cw8081572@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508311806.j7VI6Cw8081572@freefall.freebsd.org> X-Operating-System: FreeBSD/i386 (http://www.freebsd.org) User-Agent: Mutt (http://www.mutt.org) Cc: freebsd-ports-bugs@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: ports/84928: [MAINTAINER] math/asymptote: update to 0.84 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2005 22:01:03 -0000 > [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@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 .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 @@ -@comment $FreeBSD: ports/math/asymptote/pkg-plist,v 1.1 2005/07/29 15:27:25 pav Exp $ +@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