From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 24 11:50:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1B5216A425 for ; Mon, 24 Oct 2005 11:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A56843D62 for ; Mon, 24 Oct 2005 11:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9OBoCRt072421 for ; Mon, 24 Oct 2005 11:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9OBoCuH072420; Mon, 24 Oct 2005 11:50:12 GMT (envelope-from gnats) Resent-Date: Mon, 24 Oct 2005 11:50:12 GMT Resent-Message-Id: <200510241150.j9OBoCuH072420@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nivit@email.it (Nicola Vitale) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CDAD16A41F for ; Mon, 24 Oct 2005 11:46:07 +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 2AAE443D48 for ; Mon, 24 Oct 2005 11:46:07 +0000 (GMT) (envelope-from nivit@email.it) Received: from stellina (82.60.4.113) by vsmtp14.tin.it (7.2.060.1) id 43593CC0000E12C2 for FreeBSD-gnats-submit@freebsd.org; Mon, 24 Oct 2005 13:46:02 +0200 Received: (qmail 19580 invoked by uid 0); 24 Oct 2005 11:43:11 -0000 Message-Id: <20051024114311.19579.qmail@stellina> Date: 24 Oct 2005 11:43:11 -0000 From: nivit@email.it (Nicola Vitale) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87916: [MAINTAINER] math/asymptote: update to 0.92 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: Mon, 24 Oct 2005 11:50:21 -0000 >Number: 87916 >Category: ports >Synopsis: [MAINTAINER] math/asymptote: update to 0.92 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 24 11:50:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 5.4-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD stellina.domo.sva 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #3: Sun Oct 16 18:33:38 CEST 2005 >Description: - Update to 0.92 - Switch from --enable-gc=system to --enable-gc=[VERSION] option, because the port does not compile if you install devel/boehm-gc enabling WITH_THREADING and/or WITH_REDIRECT. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- asymptote-0.92.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/asymptote/Makefile /usr/ports/math/asymptote.update-0.92/Makefile --- /usr/ports/math/asymptote/Makefile Wed Oct 5 09:11:07 2005 +++ /usr/ports/math/asymptote.update-0.92/Makefile Mon Oct 24 12:58:43 2005 @@ -6,7 +6,7 @@ # PORTNAME= asymptote -PORTVERSION= 0.91 +PORTVERSION= 0.92 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,9 +14,9 @@ MAINTAINER= nivit@email.it COMMENT= A powerful script-based vector graphics language -LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc \ - fftw3.3:${PORTSDIR}/math/fftw3 -BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 +BUILD_DEPENDS= ${NOEXISTENT}:${PORTSDIR}/devel/boehm-gc:fetch \ + convert:${PORTSDIR}/graphics/ImageMagick \ latex:${PORTSDIR}/print/teTeX \ makeinfo:${PORTSDIR}/textproc/texi2html \ ${MKTEXLSR}:${PORTSDIR}/print/teTeX \ @@ -34,7 +34,7 @@ USE_PYTHON= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-gc=system \ +CONFIGURE_ARGS= --enable-gc=${GCVERSION} \ --with-latex=${LOCALBASE}/share/texmf-local/tex/latex CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include $${CPPFLAGS}" LFLAGS="-L${LOCALBASE}/lib $${LFLAGS}" CFLAGS="-I${LOCALBASE}/include $${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib $${LDFLAGS}" MAKE_ENV+= ${CONFIGURE_ENV} @@ -54,6 +54,11 @@ INSTALL_TARGET+= install-doc .endif +LN_OPTS= -sf + +GCVERSION= 6.6 +GC_DISTNAME= gc${GCVERSION}.tar.gz + post-install: @${CAT} ${PKGMESSAGE} @@ -62,5 +67,9 @@ .if ${OSVERSION} < 500000 LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif + +pre-configure: + @cd ${WRKSRC}; \ + ${LN} ${LN_OPTS} ${DISTDIR}/${GC_DISTNAME} ${GC_DISTNAME} .include diff -ruN --exclude=CVS /usr/ports/math/asymptote/distinfo /usr/ports/math/asymptote.update-0.92/distinfo --- /usr/ports/math/asymptote/distinfo Wed Oct 5 09:11:07 2005 +++ /usr/ports/math/asymptote.update-0.92/distinfo Mon Oct 24 12:58:43 2005 @@ -1,2 +1,2 @@ -MD5 (asymptote-0.91.tar.gz) = ed75e68e9c4f3b2038e1f9a18ec66a57 -SIZE (asymptote-0.91.tar.gz) = 540833 +MD5 (asymptote-0.92.tar.gz) = 5aed89fae8928ba581dc6736c1ce625e +SIZE (asymptote-0.92.tar.gz) = 554823 diff -ruN --exclude=CVS /usr/ports/math/asymptote/files/patch-Makefile.in /usr/ports/math/asymptote.update-0.92/files/patch-Makefile.in --- /usr/ports/math/asymptote/files/patch-Makefile.in Mon Oct 3 01:09:50 2005 +++ /usr/ports/math/asymptote.update-0.92/files/patch-Makefile.in Mon Oct 24 12:59:04 2005 @@ -1,12 +1,11 @@ -$FreeBSD: ports/math/asymptote/files/patch-Makefile.in,v 1.2 2005/10/02 23:09:50 pav Exp $ ---- Makefile.in Mon Sep 26 07:45:47 2005 -+++ Makefile.in.port Sun Oct 2 15:01:32 2005 +--- Makefile.in Thu Oct 20 09:36:42 2005 ++++ Makefile.in.port Mon Oct 24 11:00:23 2005 @@ -36,7 +36,7 @@ mandir = @mandir@ datadir = @datadir@ asydir = $(datadir)/asymptote -exampledir = $(datadir)/doc/asymptote +exampledir = $(datadir)/examples/asymptote + animationsdir = $(exampledir)/animations latexdir = @latexdir@ INSTALL = @INSTALL@ - ASYMPTOTE_DIR = ../base diff -ruN --exclude=CVS /usr/ports/math/asymptote/pkg-plist /usr/ports/math/asymptote.update-0.92/pkg-plist --- /usr/ports/math/asymptote/pkg-plist Mon Oct 3 01:09:50 2005 +++ /usr/ports/math/asymptote.update-0.92/pkg-plist Mon Oct 24 13:39:50 2005 @@ -20,15 +20,19 @@ %%DATADIR%%/three.asy %%DATADIR%%/tree.asy %%DATADIR%%/unicode.asy +%%PORTDOCS%%%%DOCSDIR%%/asymptote.pdf %%EXAMPLESDIR%%/Bode.asy %%EXAMPLESDIR%%/Gouraud.asy %%EXAMPLESDIR%%/Pythagoras.asy %%EXAMPLESDIR%%/PythagoreanTree.asy +%%EXAMPLESDIR%%/animations/cube.asy +%%EXAMPLESDIR%%/animations/wheel.asy %%EXAMPLESDIR%%/asy-mode.el %%EXAMPLESDIR%%/asy.vim %%EXAMPLESDIR%%/axis3.asy %%EXAMPLESDIR%%/bezier.asy %%EXAMPLESDIR%%/bigsquare.asy +%%EXAMPLESDIR%%/brokenaxis.asy %%EXAMPLESDIR%%/cardiod.asy %%EXAMPLESDIR%%/centroidfg.asy %%EXAMPLESDIR%%/circles.asy @@ -47,6 +51,7 @@ %%EXAMPLESDIR%%/dragon.asy %%EXAMPLESDIR%%/eetomumu.asy %%EXAMPLESDIR%%/elliptic.asy +%%EXAMPLESDIR%%/epix.asy %%EXAMPLESDIR%%/equilateral.asy %%EXAMPLESDIR%%/equilchord.asy %%EXAMPLESDIR%%/errorbars.asy @@ -69,9 +74,11 @@ %%EXAMPLESDIR%%/join3.asy %%EXAMPLESDIR%%/labelbox.asy %%EXAMPLESDIR%%/labelsquare.asy +%%EXAMPLESDIR%%/laserlattice.asy %%PORTDOCS%%%%EXAMPLESDIR%%/latexusage.asy %%EXAMPLESDIR%%/latexusage.tex %%EXAMPLESDIR%%/latticeshading.asy +%%EXAMPLESDIR%%/leastsquares.asy %%EXAMPLESDIR%%/lever.asy %%EXAMPLESDIR%%/limit.asy %%EXAMPLESDIR%%/lineargraph.asy @@ -112,6 +119,7 @@ %%EXAMPLESDIR%%/sqrtx01.asy %%EXAMPLESDIR%%/sqrtx01y1.asy %%EXAMPLESDIR%%/square.asy +%%EXAMPLESDIR%%/star.asy %%EXAMPLESDIR%%/subpictures.asy %%EXAMPLESDIR%%/superpath.asy %%EXAMPLESDIR%%/surface.asy @@ -127,16 +135,15 @@ %%EXAMPLESDIR%%/wedge.asy %%EXAMPLESDIR%%/westnile.asy %%EXAMPLESDIR%%/westnile.csv -%%EXAMPLESDIR%%/wheelanimation.asy %%EXAMPLESDIR%%/workcone.asy %%EXAMPLESDIR%%/xsin1x.asy %%EXAMPLESDIR%%/xxsq01.asy %%EXAMPLESDIR%%/yingyang.asy -%%PORTDOCS%%%%DOCSDIR%%/asymptote.pdf -share/texmf-local/tex/latex/asymptote/asymptote.sty -@dirrm share/texmf-local/tex/latex/asymptote @dirrm %%DATADIR%% -@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/ +@dirrm %%EXAMPLESDIR%%/animations +@dirrm %%EXAMPLESDIR%% +share/texmf-local/tex/latex/asymptote/asymptote.sty +@dirrm share/texmf-local/tex/latex/asymptote @unexec %%MKTEXLSR%% @exec %%MKTEXLSR%% --- asymptote-0.92.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: