svn commit: r349401 - in head: graphics/vips math/dynare math/dynare/files math/scilab science/kst2
Max Brazhnikov
makc at FreeBSD.org
Fri Mar 28 09:23:10 UTC 2014
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
More information about the svn-ports-all
mailing list