Date: Mon, 7 Jul 2014 02:43:44 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361019 - in head: cad/librecad math/qtiplot Message-ID: <201407070243.s672hiOn079199@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Mon Jul 7 02:43:44 2014 New Revision: 361019 URL: http://svnweb.freebsd.org/changeset/ports/361019 QAT: https://qat.redports.org/buildarchive/r361019/ Log: - Chase math/muparser change from static to dynamic library Modified: head/cad/librecad/Makefile head/math/qtiplot/Makefile Modified: head/cad/librecad/Makefile ============================================================================== --- head/cad/librecad/Makefile Mon Jul 7 02:42:22 2014 (r361018) +++ head/cad/librecad/Makefile Mon Jul 7 02:43:44 2014 (r361019) @@ -8,8 +8,8 @@ MASTER_SITES= GITHUB MAINTAINER= makc@FreeBSD.org COMMENT= 2D CAD system -BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser \ - ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libmuparser.so:${PORTSDIR}/math/muparser USE_QT4= help qt3support help-tools_build linguist_build moc_build \ rcc_build uic_build uic3_build Modified: head/math/qtiplot/Makefile ============================================================================== --- head/math/qtiplot/Makefile Mon Jul 7 02:42:22 2014 (r361018) +++ head/math/qtiplot/Makefile Mon Jul 7 02:43:44 2014 (r361019) @@ -10,8 +10,8 @@ MASTER_SITES= BERLIOS http://soft.proind MAINTAINER= makc@FreeBSD.org COMMENT= Data analysis and scientific plotting -BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl \ + libmuparser.so:${PORTSDIR}/math/muparser \ libpng15.so:${PORTSDIR}/graphics/png # use bundled modified libraries # qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407070243.s672hiOn079199>