Date: Sat, 2 Nov 2013 03:20:32 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/183564: math/labplot: Update to version 2.0.0.b1 Message-ID: <20131102032032.49550cde712d088246e4fba5@yahoo.com> Resent-Message-ID: <201311011840.rA1Ie3JT027233@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183564 >Category: ports >Synopsis: math/labplot: Update to version 2.0.0.b1 >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: Fri Nov 01 18:40:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 2.0.0.b1 >How-To-Repeat: >Fix: diff -urN /usr/ports/math/labplot/Makefile math/labplot/Makefile --- /usr/ports/math/labplot/Makefile 2013-09-22 00:49:07.000000000 +0900 +++ math/labplot/Makefile 2013-11-02 00:00:00.000000000 +0900 @@ -2,17 +2,16 @@ # $FreeBSD: head/math/labplot/Makefile 327746 2013-09-20 20:55:04Z bapt $ PORTNAME= labplot -DISTVERSION= 2.0.0.alpha3 -PORTREVISION= 1 +DISTVERSION= 2.0.0.beta1 CATEGORIES= math kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Data plotting and function analysis tool for KDE -LICENSE= GPLv2 +LICENCE= GPLv2 -LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl +LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl OPTIONS_DEFINE= CDF HDF5 NETCDF CDF_DESC= CDF data support @@ -20,29 +19,29 @@ NETCDF_DESC= NetCDF data support USE_BZIP2= yes +USES= cmake USE_XORG= xft xpm +USE_GCC= yes USE_KDE4= automoc4 kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build -USES= cmake CMAKE_ARGS= -DOPJ_LIBRARY:STRING="" -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCDF} -LIB_DEPENDS+= cdf:${PORTSDIR}/science/cdf +LIB_DEPENDS+= libcdf.so:${PORTSDIR}/science/cdf .else CMAKE_ARGS+= -DCDF_LIBRARY:STRING="" .endif .if ${PORT_OPTIONS:MHDF5} -LIB_DEPENDS+= hdf5:${PORTSDIR}/science/hdf5 +LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/science/hdf5 .else CMAKE_ARGS+= -DHDF5_LIBRARY:STRING="" .endif .if ${PORT_OPTIONS:MNETCDF} -LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf +LIB_DEPENDS+= libnetcdf.so:${PORTSDIR}/science/netcdf .else CMAKE_ARGS+= -DNETCDF_LIBRARY:STRING="" .endif @@ -53,5 +52,8 @@ @${REINPLACE_CMD} -e \ 's|i->\(children<T>\)|\1|' \ ${WRKSRC}/src/backend/core/AbstractAspect.h + @${REINPLACE_CMD} -e \ + 's|!isnan|!std::isnan|' \ + ${WRKSRC}/src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp .include <bsd.port.mk> diff -urN /usr/ports/math/labplot/distinfo math/labplot/distinfo --- /usr/ports/math/labplot/distinfo 2013-06-21 03:52:58.000000000 +0900 +++ math/labplot/distinfo 2013-11-02 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (labplot-2.0.0.alpha3.tar.bz2) = 881c0a36378a6ad406d2c1102a58a32c038a6fb1e9fd97565da7b7aa95767227 -SIZE (labplot-2.0.0.alpha3.tar.bz2) = 1280273 +SHA256 (labplot-2.0.0.beta1.tar.bz2) = 3e68b7a8036a51670a2011c671a7163dd49ddec79b77c80df1cabbbc019e4221 +SIZE (labplot-2.0.0.beta1.tar.bz2) = 1290084 diff -urN /usr/ports/math/labplot/pkg-plist math/labplot/pkg-plist --- /usr/ports/math/labplot/pkg-plist 2013-06-21 03:52:58.000000000 +0900 +++ math/labplot/pkg-plist 2013-11-02 00:00:00.000000000 +0900 @@ -1,8 +1,4 @@ bin/labplot2 -bin/opj2dat -lib/liblabplot_origin.so -lib/liblabplot_origin.so.0 -lib/liblabplot_origin.so.0.0.4 share/apps/LabPlot/LabPlotui.rc share/apps/LabPlot/labplot.png share/apps/LabPlot/pics/auto-scale-all.png >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131102032032.49550cde712d088246e4fba5>