From owner-svn-ports-head@FreeBSD.ORG Mon Jul 7 02:43:45 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36037129; Mon, 7 Jul 2014 02:43:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 229592E45; Mon, 7 Jul 2014 02:43:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s672hjVt079201; Mon, 7 Jul 2014 02:43:45 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s672hiOn079199; Mon, 7 Jul 2014 02:43:44 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201407070243.s672hiOn079199@svn.freebsd.org> From: Nicola Vitale Date: Mon, 7 Jul 2014 02:43:44 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 02:43:45 -0000 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 \