View | Details | Raw Unified | Return to bug 226815 | Differences between
and this patch

Collapse All | Expand All

(-)science/h5utils/Makefile (-7 / +18 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	h5utils
4
PORTNAME=	h5utils
5
PORTVERSION=	1.13
5
DISTVERSION=	1.13.1
6
CATEGORIES=	science
6
CATEGORIES=	science
7
7
8
MAINTAINER=	aehlig@linta.de
8
MAINTAINER=	aehlig@linta.de
Lines 12-28 Link Here
12
LICENSE_COMB=	multi
12
LICENSE_COMB=	multi
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
GNU_CONFIGURE=	yes
15
BUILD_DEPENDS=	gawk:lang/gawk
16
CFLAGS +=	-L${LOCALBASE}/lib -I${LOCALBASE}/include -lpthread
16
LIB_DEPENDS=	libhdf5.so:science/hdf5 \
17
18
BUILD_DEPENDS+=	gawk:lang/gawk
19
LIB_DEPENDS+=	libhdf5.so:science/hdf5 \
20
		libpng.so:graphics/png \
17
		libpng.so:graphics/png \
21
		libmatheval.so:devel/libmatheval
18
		libmatheval.so:devel/libmatheval
22
19
23
USES=		autoreconf
20
USES=		autoreconf compiler:c++11-lang
24
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
25
USE_GITHUB=	yes
22
USE_GITHUB=	yes
26
GH_ACCOUNT=	stevengj
23
GH_ACCOUNT=	stevengj
27
24
25
CFLAGS+=	-L${LOCALBASE}/lib -I${LOCALBASE}/include -lpthread
26
CXXFLAGS+=	-std=c++11
27
28
OPTIONS_DEFINE=	OCTAVE
29
OPTIONS_SUB=	yes
30
31
OCTAVE_DESC=	With Octave support
32
OCTAVE_CONFIGURE_WITH=	octave
33
OCTAVE_VARS=	PLIST_SUB+="OCTAVE_VERSION=${OCTAVE_VERSION} CONFIGURE_TARGET=${CONFIGURE_TARGET}"
34
35
post-install-OCTAVE-on:
36
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/octave/${OCTAVE_VERSION}/site/oct/${CONFIGURE_TARGET}/h5read.oct
37
38
.include "../../math/octave/Makefile.version"
28
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)science/h5utils/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1500963131
1
TIMESTAMP = 1521616297
2
SHA256 (stevengj-h5utils-1.13_GH0.tar.gz) = 894849f6d107b224bb1694029ad7d469695b0a6f47b564fe16c40f3d20c0b452
2
SHA256 (stevengj-h5utils-1.13.1_GH0.tar.gz) = 698941b787dd367d273acf103ff08eb3abd61332d88a6a65055ba65428fa6124
3
SIZE (stevengj-h5utils-1.13_GH0.tar.gz) = 113735
3
SIZE (stevengj-h5utils-1.13.1_GH0.tar.gz) = 113754
(-)science/h5utils/files/patch-configure.ac (-11 lines)
Lines 1-11 Link Here
1
--- configure.ac.orig	2017-07-25 06:31:48 UTC
2
+++ configure.ac
3
@@ -68,7 +68,7 @@ AC_CHECK_LIB(matheval, evaluator_get_var
4
 
5
 if test $H5MATH = yes; then
6
 	MORE_H5UTILS="h5math\$(EXEEXT) $MORE_H5UTILS"
7
-	MORE_H5UTILS_MANS="h5math.1 $MORE_H5UTILS_MANS"
8
+	MORE_H5UTILS_MANS="doc/man/h5math.1 $MORE_H5UTILS_MANS"
9
 else
10
 	AC_MSG_WARN([can't find libmatheval: won't be able to compile h5math])
11
 fi
(-)science/h5utils/pkg-plist (+1 lines)
Lines 3-8 Link Here
3
bin/h5fromtxt
3
bin/h5fromtxt
4
bin/h5tovtk
4
bin/h5tovtk
5
bin/h5topng
5
bin/h5topng
6
%%OCTAVE%%lib/octave/%%OCTAVE_VERSION%%/site/oct/%%CONFIGURE_TARGET%%/h5read.oct
6
man/man1/h5fromtxt.1.gz
7
man/man1/h5fromtxt.1.gz
7
man/man1/h5math.1.gz
8
man/man1/h5math.1.gz
8
man/man1/h5topng.1.gz
9
man/man1/h5topng.1.gz

Return to bug 226815