From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 8 13:10:03 2005 Return-Path: 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 B70E216A4E3 for ; Sun, 8 May 2005 13:10:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B82843D94 for ; Sun, 8 May 2005 13:10:03 +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 j48DA3H0002108 for ; Sun, 8 May 2005 13:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j48DA3bG002107; Sun, 8 May 2005 13:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 8 May 2005 13:10:03 GMT Resent-Message-Id: <200505081310.j48DA3bG002107@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, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C13C16A4E2 for ; Sun, 8 May 2005 13:02:08 +0000 (GMT) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00CAE43D7F for ; Sun, 8 May 2005 13:02:07 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([219.108.136.184]) by hfep01.dion.ne.jp with SMTP id <20050508130200340.EUPA@hfep01.dion.ne.jp> for ; Sun, 8 May 2005 22:02:00 +0900 Message-Id: <20050508220019.268aeff6.tkato432@yahoo.com> Date: Sun, 8 May 2005 22:00:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/80770: Update port: math/plplot to 5.5.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2005 13:10:03 -0000 >Number: 80770 >Category: ports >Synopsis: Update port: math/plplot to 5.5.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 08 13:10:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p7 i386 >Organization: >Environment: >Description: - Update to version 5.5.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/math/plplot/Makefile math/plplot/Makefile --- /usr/ports/math/plplot/Makefile Tue Apr 12 14:08:28 2005 +++ math/plplot/Makefile Sun May 8 03:38:39 2005 @@ -6,7 +6,7 @@ # PORTNAME= plplot -PORTVERSION= 5.3.1 +PORTVERSION= 5.5.2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,9 @@ COMMENT= A scientific plotting package BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode \ + gd.4:${PORTSDIR}/graphics/gd \ + qhull.5:${PORTSDIR}/math/qhull USE_LIBLTDL= yes USE_REINPLACE= yes @@ -23,11 +25,12 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ - GDINCDIR="${LOCALBASE}/include" \ - GDLIBDIR="${LOCALBASE}/lib" \ M4="${LOCALBASE}/bin/gm4" CONFIGURE_ARGS= --disable-cgm --disable-java --disable-octave \ - --with-ltdlsystem --without-qhull + --with-ltdlsystem \ + --with-gd-incdir=${LOCALBASE}/include \ + --with-gd-libdir=${LOCALBASE}/lib \ + --with-freetype-font-dir=${LOCALBASE} INSTALLS_SHLIB= yes PLIST_SUB= VERSION="${PORTVERSION}" diff -urN /usr/ports/math/plplot/distinfo math/plplot/distinfo --- /usr/ports/math/plplot/distinfo Thu Aug 12 13:47:05 2004 +++ math/plplot/distinfo Sun May 8 03:12:39 2005 @@ -1,2 +1,2 @@ -MD5 (plplot-5.3.1.tar.gz) = 3487a6b2a78a064188a80f244b341d33 -SIZE (plplot-5.3.1.tar.gz) = 5543320 +MD5 (plplot-5.5.2.tar.gz) = bef62f05b317005fbf36c2fc3c191338 +SIZE (plplot-5.5.2.tar.gz) = 5891255 diff -urN /usr/ports/math/plplot/files/patch-bindings::tcl::Makefile.in math/plplot/files/patch-bindings::tcl::Makefile.in --- /usr/ports/math/plplot/files/patch-bindings::tcl::Makefile.in Wed Feb 11 12:58:47 2004 +++ math/plplot/files/patch-bindings::tcl::Makefile.in Sun May 8 12:18:55 2005 @@ -1,11 +1,11 @@ ---- bindings/tcl/Makefile.in.orig Mon Feb 2 20:40:59 2004 -+++ bindings/tcl/Makefile.in Tue Feb 10 01:10:30 2004 -@@ -932,7 +932,7 @@ - - info-am: - --install-data-am: install-pkgincludeHEADERS install-tclDATA -+install-data-am: @enable_tcl_TRUE@install-pkgincludeHEADERS install-tclDATA - - install-exec-am: install-libLTLIBRARIES - +--- bindings/tcl/Makefile.in.orig Thu Apr 21 05:35:22 2005 ++++ bindings/tcl/Makefile.in Sun May 8 12:18:36 2005 +@@ -482,7 +482,7 @@ + with_qhull_TRUE = @with_qhull_TRUE@ + with_rpath_FALSE = @with_rpath_FALSE@ + with_rpath_TRUE = @with_rpath_TRUE@ +-tcldir = $(TCL_DIR) ++@enable_tcl_TRUE@tcldir = $(TCL_DIR) + libplplot = $(top_builddir)/src/libplplot$(LIB_TAG).la + libmatrix = libtclmatrix$(LIB_TAG).la + @enable_tcl_TRUE@generated_scripts = plplot.tcl diff -urN /usr/ports/math/plplot/files/patch-bindings::tk::Makefile.in math/plplot/files/patch-bindings::tk::Makefile.in --- /usr/ports/math/plplot/files/patch-bindings::tk::Makefile.in Wed Feb 11 12:58:47 2004 +++ math/plplot/files/patch-bindings::tk::Makefile.in Sun May 8 12:19:44 2005 @@ -1,11 +1,11 @@ ---- bindings/tk/Makefile.in.orig Mon Feb 2 20:40:59 2004 -+++ bindings/tk/Makefile.in Tue Feb 10 01:12:09 2004 -@@ -744,7 +744,7 @@ - - info-am: - --install-data-am: install-pkgincludeHEADERS install-tclDATA -+install-data-am: @enable_tk_TRUE@install-pkgincludeHEADERS install-tclDATA - - install-exec-am: install-binPROGRAMS +--- bindings/tk/Makefile.in.orig Thu Apr 21 05:35:23 2005 ++++ bindings/tk/Makefile.in Sun May 8 12:19:29 2005 +@@ -467,7 +467,7 @@ + with_qhull_TRUE = @with_qhull_TRUE@ + with_rpath_FALSE = @with_rpath_FALSE@ + with_rpath_TRUE = @with_rpath_TRUE@ +-tcldir = $(TCL_DIR) ++@enable_tk_TRUE@tcldir = $(TCL_DIR) + libplplottcltk = $(top_builddir)/bindings/tcl/libplplottcltk$(LIB_TAG).la + libplplot = $(top_builddir)/src/libplplot$(LIB_TAG).la diff -urN /usr/ports/math/plplot/pkg-plist math/plplot/pkg-plist --- /usr/ports/math/plplot/pkg-plist Thu Aug 12 13:47:05 2004 +++ math/plplot/pkg-plist Sun May 8 12:30:47 2005 @@ -9,6 +9,7 @@ bin/pstex2eps include/plplot/disptab.h include/plplot/drivers.h +include/plplot/gcw.h include/plplot/pdf.h include/plplot/plConfig.h include/plplot/plDevs.h @@ -16,16 +17,21 @@ include/plplot/plevent.h include/plplot/plplot.h include/plplot/plplotP.h +include/plplot/plplotcanvas.h include/plplot/plstream.h include/plplot/plstrm.h -%%TCLTK%%include/plplot/pltcl.h +include/plplot/pltcl.h %%TCLTK%%include/plplot/pltk.h include/plplot/plxwd.h -%%TCLTK%%include/plplot/tclMatrix.h +include/plplot/tclMatrix.h lib/libcsirocsa.a lib/libcsirocsa.la lib/libcsirocsa.so lib/libcsirocsa.so.0 +lib/libcsironn.a +lib/libcsironn.la +lib/libcsironn.so +lib/libcsironn.so.0 lib/libplplotcxxd.a lib/libplplotcxxd.la lib/libplplotcxxd.so @@ -101,13 +107,18 @@ %%PORTDOCS%%%%DOCSDIR%%/PROBLEMS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.1st.csa +%%PORTDOCS%%%%DOCSDIR%%/README.1st.nn %%PORTDOCS%%%%DOCSDIR%%/README.csa %%PORTDOCS%%%%DOCSDIR%%/README.drivers +%%PORTDOCS%%%%DOCSDIR%%/README.nn %%DATADIR%%%%VERSION%%/cglobe.map %%DATADIR%%%%VERSION%%/examples/Makefile %%DATADIR%%%%VERSION%%/examples/c/Makefile +%%DATADIR%%%%VERSION%%/examples/c/README.plplotcanvas %%DATADIR%%%%VERSION%%/examples/c/lena.pgm %%DATADIR%%%%VERSION%%/examples/c/plcdemos.h +%%DATADIR%%%%VERSION%%/examples/c/plplotcanvas_animation.c +%%DATADIR%%%%VERSION%%/examples/c/plplotcanvas_demo.c %%DATADIR%%%%VERSION%%/examples/c/tutor.c %%DATADIR%%%%VERSION%%/examples/c/x01c.c %%DATADIR%%%%VERSION%%/examples/c/x02c.c @@ -131,6 +142,8 @@ %%DATADIR%%%%VERSION%%/examples/c/x20c.c %%DATADIR%%%%VERSION%%/examples/c/x21c.c %%DATADIR%%%%VERSION%%/examples/c/x22c.c +%%DATADIR%%%%VERSION%%/examples/c/x23c.c +%%DATADIR%%%%VERSION%%/examples/c/x24c.c %%DATADIR%%%%VERSION%%/examples/c++/Makefile %%DATADIR%%%%VERSION%%/examples/c++/lena.pgm %%DATADIR%%%%VERSION%%/examples/c++/x01.cc @@ -156,6 +169,8 @@ %%DATADIR%%%%VERSION%%/examples/c++/x20.cc %%DATADIR%%%%VERSION%%/examples/c++/x21.cc %%DATADIR%%%%VERSION%%/examples/c++/x22.cc +%%DATADIR%%%%VERSION%%/examples/c++/x23.cc +%%DATADIR%%%%VERSION%%/examples/c++/x24.cc %%DATADIR%%%%VERSION%%/examples/f77/Makefile %%DATADIR%%%%VERSION%%/examples/f77/x01f.f %%DATADIR%%%%VERSION%%/examples/f77/x02f.f @@ -200,9 +215,14 @@ %%DATADIR%%%%VERSION%%/examples/perl/x20.pl %%DATADIR%%%%VERSION%%/examples/perl/x21.pl %%DATADIR%%%%VERSION%%/examples/perl/x22.pl +%%DATADIR%%%%VERSION%%/examples/perl/x23.pl +%%DATADIR%%%%VERSION%%/examples/perl/x24.pl %%DATADIR%%%%VERSION%%/examples/plplot-test.sh +%%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/README.plplotcanvas %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/README.pythondemos %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/plplot_python_start.py +%%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/plplotcanvas_animation.py +%%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/plplotcanvas_demo.py %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/prova.py %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/pythondemos.py %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/qplplot.py @@ -225,6 +245,7 @@ %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/x17 %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/x18 %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/x22 +%%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/x23 %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/xw01.py %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/xw02.py %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/xw03.py @@ -245,6 +266,7 @@ %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/xw18.py %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/xw19.py %%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/xw22.py +%%PYTHON%%%%DATADIR%%%%VERSION%%/examples/python/xw23.py %%TCLTK%%%%DATADIR%%%%VERSION%%/examples/tcl/README.tcldemos %%TCLTK%%%%DATADIR%%%%VERSION%%/examples/tcl/plgrid.tcl %%TCLTK%%%%DATADIR%%%%VERSION%%/examples/tcl/plot.dat >Release-Note: >Audit-Trail: >Unformatted: