From owner-svn-ports-all@FreeBSD.ORG Fri Mar 28 09:23:10 2014 Return-Path: Delivered-To: svn-ports-all@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 E6E0EB8C; Fri, 28 Mar 2014 09:23:09 +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 D23E1251; Fri, 28 Mar 2014 09:23:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2S9N94G087643; Fri, 28 Mar 2014 09:23:09 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2S9N9IV087639; Fri, 28 Mar 2014 09:23:09 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201403280923.s2S9N9IV087639@svn.freebsd.org> From: Max Brazhnikov Date: Fri, 28 Mar 2014 09:23:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349401 - in head: graphics/vips math/dynare math/dynare/files math/scilab science/kst2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 09:23:10 -0000 Author: makc Date: Fri Mar 28 09:23:08 2014 New Revision: 349401 URL: http://svnweb.freebsd.org/changeset/ports/349401 QAT: https://qat.redports.org/buildarchive/r349401/ Log: graphics/vips and the rest: - bump PORTREVISION after math/matio update math/dynare: - fix configure check for matio - while here, remove needless patch for configure.ac, and convert to USES=tar:xz Approved by: Fernando Apesteguia (maintainer) math/scilab: - mark BROKEN when building with MATIO option (doesn't support new matio) science/kst2: - fix dependency type for matio - add dependence on pkgconfig Deleted: head/math/dynare/files/patch-configure.ac Modified: head/graphics/vips/Makefile head/math/dynare/Makefile head/math/scilab/Makefile head/science/kst2/Makefile Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Fri Mar 28 09:22:37 2014 (r349400) +++ head/graphics/vips/Makefile Fri Mar 28 09:23:08 2014 (r349401) @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 7.26.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/math/dynare/Makefile ============================================================================== --- head/math/dynare/Makefile Fri Mar 28 09:22:37 2014 (r349400) +++ head/math/dynare/Makefile Fri Mar 28 09:23:08 2014 (r349401) @@ -3,7 +3,7 @@ PORTNAME= dynare PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.dynare.org/release/source/ @@ -16,8 +16,7 @@ LIB_DEPENDS= libumfpack.so:${PORTSDIR}/m WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes -USES= fortran gmake -USE_XZ= yes +USES= fortran gmake pkgconfig tar:xz INFO= dynare @@ -33,6 +32,11 @@ OCTAVE_BUILD_DEPENDS= octave:${PORTSDIR CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +pre-configure: +# fix matio detection + ${REINPLACE_CMD} 's,-lmatio .*$$LIBS,`pkgconf --libs matio`,' \ + ${WRKSRC}/configure ${WRKSRC}/mex/build/octave/configure + post-configure: @${ECHO_MSG} "" @${ECHO_MSG} "" Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Fri Mar 28 09:22:37 2014 (r349400) +++ head/math/scilab/Makefile Fri Mar 28 09:23:08 2014 (r349401) @@ -173,6 +173,7 @@ CONFIGURE_ARGS+= --with-umfpack-include= .if ! ${PORT_OPTIONS:MMATIO} CONFIGURE_ARGS+= --without-matio .else +BROKEN= doesn't build with modern matio LIB_DEPENDS+= libmatio.so:${PORTSDIR}/math/matio .endif Modified: head/science/kst2/Makefile ============================================================================== --- head/science/kst2/Makefile Fri Mar 28 09:22:37 2014 (r349400) +++ head/science/kst2/Makefile Fri Mar 28 09:23:08 2014 (r349401) @@ -3,7 +3,7 @@ PORTNAME= kst DISTVERSION= 2.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science kde MASTER_SITES= SF/${PORTNAME}/Kst%20${DISTVERSION:C/-r.*//}/ @@ -12,7 +12,7 @@ COMMENT= Data viewing and plotting tool LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl -USES= cmake +USES= cmake pkgconfig USE_QT4= gui xml designer svg opengl \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes @@ -30,7 +30,7 @@ FITS_DESC= Support for data in FITS form FITS_LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio MATLAB_DESC= Support for data in MATLAB format -MATLAB_BUILD_DEPENDS= ${LOCALBASE}/lib/libmatio.a:${PORTSDIR}/math/matio +MATLAB_LIB_DEPENDS= libmatio.so:${PORTSDIR}/math/matio NETCDF_DESC= Support for data in NetCDF format NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf