Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2005 08:00:45 GMT
From:      nivit@email.it (Nicola Vitale)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/84928: [MAINTAINER] math/asymptote: update to 0.84
Message-ID:  <200509010800.j8180j8t086762@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/84928; it has been noted by GNATS.

From: nivit@email.it (Nicola Vitale)
To: FreeBSD-gnats-submit@freebsd.org
Cc: vs@FreeBSD.org
Subject: Re: ports/84928: [MAINTAINER] math/asymptote: update to 0.84
Date: 1 Sep 2005 09:49:59 +0200

 >Submitter-Id:	current-users
 >Originator:	Nicola S. Vitale
 >Organization:	
 >Confidential:	no 
 >Synopsis:	Re: ports/84928: [MAINTAINER] math/asymptote: update to 0.84
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports
 >Class:		update
 >Release:	FreeBSD 4.11-STABLE i386
 >Environment:
 
 System: FreeBSD psyllobora.domo.sva 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Aug 15 13:36:23 CEST 2005 root@psyllobora.domo.sva:/usr/obj/usr/src/sys/Psyllobora i386
 
 >Description:
 
 Sent again patch with proper whitespaces.
 
 >How-To-Repeat:
 >Fix:
 
 --- asymptote.update-0.84.diff begins here ---
 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.3
 -.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
  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
 --- asymptote.update-0.84.diff ends here ---
 
 



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