math/matio:
- Update to 1.5.9 (based on [1]) - Switch to 7z-compressed distfile - Remove no longer needed patch - Take maintainership PR: 213594 [1] Submitted by: pi
This commit is contained in:
parent
c82ba80333
commit
71b2b0856e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425035
4 changed files with 11 additions and 19 deletions
|
@ -2,18 +2,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= matio
|
||||
PORTVERSION= 1.5.2
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 1.5.9
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= Library for reading and writing Matlab MAT files
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool pathfix
|
||||
USES= 7z libtool pathfix
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
@ -25,4 +24,7 @@ HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5
|
|||
HDF5_CONFIGURE_ON= --enable-mat73=yes \
|
||||
--with-hdf5=${LOCALBASE}
|
||||
|
||||
post-extract:
|
||||
@${CHMOD} +x ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (matio-1.5.2.tar.gz) = db02d0fb3373c3d766a606309b17e64a5d8da55610e921a9f1a0ec171e911d45
|
||||
SIZE (matio-1.5.2.tar.gz) = 8179926
|
||||
TIMESTAMP = 1477949612
|
||||
SHA256 (matio-1.5.9.7z) = 6598154101d9c143b0e32fe248bacd98a4aa3dcc32f71df4afa88f66e048cdd8
|
||||
SIZE (matio-1.5.9.7z) = 2701236
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- configure.orig 2013-07-31 23:52:52 UTC
|
||||
+++ configure
|
||||
@@ -14753,7 +14753,7 @@ $as_echo_n "checking for HDF5 software..
|
||||
|
||||
if test "x$HDF5_DIR" != "x" -a "x$HDF5_DIR" != "xyes"
|
||||
then
|
||||
- HDF5_CFLAGS="-I${HDF5_DIR}/include"
|
||||
+ HDF5_CFLAGS="-I${HDF5_DIR}/include -DH5_USE_18_API"
|
||||
if test "$acl_libdirstem" != "lib" -a -d "${HDF5_DIR}/$acl_libdirstem"
|
||||
then
|
||||
HDF5_LIBS="-L${HDF5_DIR}/$acl_libdirstem -lhdf5"
|
|
@ -3,8 +3,8 @@ include/matio.h
|
|||
include/matio_pubconf.h
|
||||
lib/libmatio.a
|
||||
lib/libmatio.so
|
||||
lib/libmatio.so.2
|
||||
lib/libmatio.so.2.0.2
|
||||
lib/libmatio.so.4
|
||||
lib/libmatio.so.4.2.0
|
||||
libdata/pkgconfig/matio.pc
|
||||
man/man3/Mat_Close.3.gz
|
||||
man/man3/Mat_CreateVer.3.gz
|
||||
|
|
Loading…
Reference in a new issue