Date: Fri, 9 May 2014 18:51:15 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353497 - head/math/labplot Message-ID: <201405091851.s49IpFtP015827@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri May 9 18:51:14 2014 New Revision: 353497 URL: http://svnweb.freebsd.org/changeset/ports/353497 QAT: https://qat.redports.org/buildarchive/r353497/ Log: - Convert USE_BZIP2 to USES - Don't remove mtree directories - Whitespace nits Modified: head/math/labplot/Makefile head/math/labplot/pkg-plist Modified: head/math/labplot/Makefile ============================================================================== --- head/math/labplot/Makefile Fri May 9 18:47:24 2014 (r353496) +++ head/math/labplot/Makefile Fri May 9 18:51:14 2014 (r353497) @@ -21,8 +21,7 @@ NETCDF_DESC= NetCDF data support WRKSRC= ${WRKDIR}/beta2 -USE_BZIP2= yes -USES= cmake shared-mime-info +USES= tar:bzip2 cmake shared-mime-info USE_XORG= xft xpm USE_GCC= yes USE_KDE4= automoc4 kdelibs kdeprefix @@ -33,7 +32,7 @@ INSTALLS_ICONS= yes CDF_LIB_DEPENDS= libcdf.so:${PORTSDIR}/science/cdf CDF_CMAKE_OFF= -DCDF_LIBRARY:STRING="" -HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 +HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 HDF5_CMAKE_OFF= -DHDF5_LIBRARY:STRING="" NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf @@ -47,6 +46,6 @@ post-patch: ${WRKSRC}/src/backend/core/AbstractAspect.h @${REINPLACE_CMD} -e \ 's|!isnan|!std::isnan|' \ - ${WRKSRC}/src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp + ${WRKSRC}/src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp .include <bsd.port.mk> Modified: head/math/labplot/pkg-plist ============================================================================== --- head/math/labplot/pkg-plist Fri May 9 18:47:24 2014 (r353496) +++ head/math/labplot/pkg-plist Fri May 9 18:51:14 2014 (r353497) @@ -55,6 +55,3 @@ share/mime/packages/lml.desktop @dirrmtry share/apps/LabPlot2 @dirrmtry share/apps @dirrmtry share/applications/kde4 -@dirrmtry share/applications -@dirrmtry share -@dirrmtry bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405091851.s49IpFtP015827>