View | Details | Raw Unified | Return to bug 243355
Collapse All | Expand All

(-)saga/Makefile (-15 / +11 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/math/saga/Makefile 520989 2019-12-27 13:43:00Z bapt $
2
# $FreeBSD: head/math/saga/Makefile 520989 2019-12-27 13:43:00Z bapt $
3
3
4
PORTNAME=	saga
4
PORTNAME=	saga
5
PORTVERSION=	7.3.0
5
PORTVERSION=	7.5.0
6
PORTREVISION=	4
7
CATEGORIES=	math
6
CATEGORIES=	math
8
MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
7
MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
9
8
Lines 13-19 Link Here
13
LICENSE=	GPLv2 LGPL21
12
LICENSE=	GPLv2 LGPL21
14
LICENSE_COMB=	multi
13
LICENSE_COMB=	multi
15
14
16
BUILD_DEPENDS=	clang${LLVM_VER}:devel/llvm${LLVM_VER} \
15
BUILD_DEPENDS=	clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
17
		swig3.0:devel/swig30
16
		swig3.0:devel/swig30
18
LIB_DEPENDS=	libcurl.so:ftp/curl \
17
LIB_DEPENDS=	libcurl.so:ftp/curl \
19
		libfftw3.so:math/fftw3 \
18
		libfftw3.so:math/fftw3 \
Lines 30-39 Link Here
30
		libtiff.so:graphics/tiff
29
		libtiff.so:graphics/tiff
31
RUN_DEPENDS:=	swig3.0:devel/swig30
30
RUN_DEPENDS:=	swig3.0:devel/swig30
32
31
33
USES=		autoreconf compiler:c++11-lib desktop-file-utils dos2unix gnome \
32
USES=		autoreconf compiler:c++11-lib dos2unix gnome \
34
		iconv:wchar_t libtool localbase pkgconfig python
33
		iconv:wchar_t libtool localbase pkgconfig python
35
USE_LDCONFIG=	yes
34
USE_LDCONFIG=	yes
36
USE_WX=		3.0+
35
USE_WX=		3.1+
37
36
38
CONFIGURE_ARGS=	CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
37
CONFIGURE_ARGS=	CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
39
		--enable-python --with-system-svm
38
		--enable-python --with-system-svm
Lines 56-66 Link Here
56
VIGRA_DESC=	Enable 'Vision with Generic Algorithms' Library
55
VIGRA_DESC=	Enable 'Vision with Generic Algorithms' Library
57
56
58
OPENMP_CONFIGURE_ENABLE=	openmp
57
OPENMP_CONFIGURE_ENABLE=	openmp
58
OPENMP_LIB_DEPENDS=	libomp.so:devel/openmp
59
OPENMP_LDFLAGS=		-L${LOCALBASE}/lib -lm
59
OPENMP_LDFLAGS=		-L${LOCALBASE}/lib -lm
60
# Use OpenMP from lang/llvm${LLVM_VER}
60
# Use OpenMP from lang/llvm${LLVM_DEFAULT}
61
OPENMP_LDFLAGS+=	-L${LOCALBASE}/llvm${LLVM_VER}/lib -lomp
61
OPENMP_LDFLAGS+=	-L${LOCALBASE}/llvm${LLVM_DEFAULT}/lib -lomp
62
PGSQL_CONFIGURE_OFF=	--with-postgresql=no
62
PGSQL_CONFIGURE_WITH=	pg
63
PGSQL_CONFIGURE_ON=	--with-postgresql=${LOCALBASE}/bin/pg_config
64
PGSQL_USES=		pgsql
63
PGSQL_USES=		pgsql
65
VIGRA_BUILD_DEPENDS=	${LOCALBASE}/lib/libvigraimpex.so:graphics/vigra
64
VIGRA_BUILD_DEPENDS=	${LOCALBASE}/lib/libvigraimpex.so:graphics/vigra
66
VIGRA_RUN_DEPENDS=	${LOCALBASE}/lib/libvigraimpex.so:graphics/vigra
65
VIGRA_RUN_DEPENDS=	${LOCALBASE}/lib/libvigraimpex.so:graphics/vigra
Lines 70-79 Link Here
70
.include <bsd.port.pre.mk>
69
.include <bsd.port.pre.mk>
71
70
72
# make describe needs them here
71
# make describe needs them here
73
LLVM_VER=	80
72
CPP=		clang-cpp${LLVM_DEFAULT}
74
CPP=		clang-cpp${LLVM_VER}
73
CC=		clang${LLVM_DEFAULT}
75
CC=		clang${LLVM_VER}
74
CXX=		clang++${LLVM_DEFAULT}
76
CXX=		clang++${LLVM_VER}
77
75
78
SUB_FILES=	pkg-message
76
SUB_FILES=	pkg-message
79
77
Lines 111-118 Link Here
111
		${WRKSRC}/src/accessories/templates/template4saga-tools/my_tool_library/Makefile
109
		${WRKSRC}/src/accessories/templates/template4saga-tools/my_tool_library/Makefile
112
110
113
post-configure:
111
post-configure:
114
	@${REINPLACE_CMD} -e 's|cd $$(pkgdatadir);|cd ${STAGEDIR}${DATADIR};|g' \
115
		${WRKSRC}/src/saga_core/saga_gui/Makefile
116
	@${REINPLACE_CMD} -e 's|^LDFLAGS = .*|& -lopencv_core|' \
112
	@${REINPLACE_CMD} -e 's|^LDFLAGS = .*|& -lopencv_core|' \
117
		${WRKSRC}/src/tools/imagery/imagery_opencv/Makefile
113
		${WRKSRC}/src/tools/imagery/imagery_opencv/Makefile
118
114
(-)saga/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1561394217
1
TIMESTAMP = 1578949425
2
SHA256 (saga-7.3.0.tar.gz) = f3c0f805bd48c3afbad56a35b6b0aa40e8e92799ed0ef0d682aea275fa36fbbc
2
SHA256 (saga-7.5.0.tar.gz) = d95c1cba60586916608fd6b262bf75a795a47d6a9b44c2c59a9477015049a168
3
SIZE (saga-7.3.0.tar.gz) = 4742356
3
SIZE (saga-7.5.0.tar.gz) = 4994149
(-)saga/pkg-plist (-8 / +6 lines)
Lines 100-105 Link Here
100
lib/saga/libstatistics_points.so
100
lib/saga/libstatistics_points.so
101
lib/saga/libstatistics_regression.so
101
lib/saga/libstatistics_regression.so
102
lib/saga/libta_channels.so
102
lib/saga/libta_channels.so
103
lib/saga/libta_cliffmetrics.so
103
lib/saga/libta_compound.so
104
lib/saga/libta_compound.so
104
lib/saga/libta_hydrology.so
105
lib/saga/libta_hydrology.so
105
lib/saga/libta_lighting.so
106
lib/saga/libta_lighting.so
Lines 134-140 Link Here
134
@mode 0666
135
@mode 0666
135
%%DATADIR%%/helper/make_arcsaga_toolboxes.bat
136
%%DATADIR%%/helper/make_arcsaga_toolboxes.bat
136
%%DATADIR%%/helper/make_python_api.bat
137
%%DATADIR%%/helper/make_python_api.bat
137
%%DATADIR%%/helper/make_python_api_x64.bat
138
%%DATADIR%%/helper/make_python_api_all.bat
138
%%DATADIR%%/helper/make_saga_release.bat
139
%%DATADIR%%/helper/make_saga_release.bat
139
%%DATADIR%%/helper/make_saga_snapshot.bat
140
%%DATADIR%%/helper/make_saga_snapshot.bat
140
%%DATADIR%%/helper/make_tools_interface.bat
141
%%DATADIR%%/helper/make_tools_interface.bat
Lines 149-154 Link Here
149
%%DATADIR%%/python/examples/06_xyz2shp.py
150
%%DATADIR%%/python/examples/06_xyz2shp.py
150
%%DATADIR%%/python/examples/07_grid_tpi.py
151
%%DATADIR%%/python/examples/07_grid_tpi.py
151
%%DATADIR%%/python/examples/saga_helper.py
152
%%DATADIR%%/python/examples/saga_helper.py
153
%%DATADIR%%/python/examples/test_all.bat
152
%%DATADIR%%/python/helpers/print_version.py
154
%%DATADIR%%/python/helpers/print_version.py
153
%%DATADIR%%/python/helpers/saga_cmd_param_interface/environment.py
155
%%DATADIR%%/python/helpers/saga_cmd_param_interface/environment.py
154
%%DATADIR%%/python/helpers/saga_cmd_param_interface/param_interface.py
156
%%DATADIR%%/python/helpers/saga_cmd_param_interface/param_interface.py
Lines 168-190 Link Here
168
%%DATADIR%%/saga.ger.txt
170
%%DATADIR%%/saga.ger.txt
169
%%DATADIR%%/saga.lng.txt
171
%%DATADIR%%/saga.lng.txt
170
%%DATADIR%%/saga.png
172
%%DATADIR%%/saga.png
173
%%DATADIR%%/saga.rus.txt
171
%%DATADIR%%/saga_prj.dic
174
%%DATADIR%%/saga_prj.dic
172
%%DATADIR%%/saga_prj.srs
175
%%DATADIR%%/saga_prj.srs
173
%%DATADIR%%/saga_tip.txt
176
%%DATADIR%%/saga_tip.txt
174
%%DATADIR%%/templates/template4saga-tools/my_tool_library/Makefile
177
%%DATADIR%%/templates/template4saga-tools/my_tool_library/Makefile
175
%%DATADIR%%/templates/template4saga-tools/my_tool_library/Makefile.am
178
%%DATADIR%%/templates/template4saga-tools/my_tool_library/Makefile.am
176
%%DATADIR%%/templates/template4saga-tools/my_tool_library/TLB_Interface.cpp
179
%%DATADIR%%/templates/template4saga-tools/my_tool_library/TLB_Interface.cpp
177
%%DATADIR%%/templates/template4saga-tools/my_tool_library/TLB_Interface.h
178
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool.cpp
180
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool.cpp
179
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool.h
181
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool.h
180
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool_library.cbp
182
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool_library.cbp
181
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool_library.layout
183
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool_library.layout
182
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool_library_link2bin.vcxproj
184
%%DATADIR%%/templates/template4saga-tools/my_tools.vc14.sln
183
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool_library_link2bin.vcxproj.filters
184
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool_library_link2src.vcxproj
185
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool_library_link2src.vcxproj.filters
186
%%DATADIR%%/templates/template4saga-tools/my_tools_link2bin.vc14.sln
187
%%DATADIR%%/templates/template4saga-tools/my_tools_link2src.vc14.sln
188
%%DATADIR%%/templates/template4saga-tools/readme.txt
185
%%DATADIR%%/templates/template4saga-tools/readme.txt
189
%%DATADIR%%/toolchains/climate.xml
186
%%DATADIR%%/toolchains/climate.xml
190
%%DATADIR%%/toolchains/cluster_terrain.xml
187
%%DATADIR%%/toolchains/cluster_terrain.xml
Lines 211-216 Link Here
211
%%DATADIR%%/toolchains/shapes_select_delete.xml
208
%%DATADIR%%/toolchains/shapes_select_delete.xml
212
%%DATADIR%%/toolchains/sieve_and_clump.xml
209
%%DATADIR%%/toolchains/sieve_and_clump.xml
213
%%DATADIR%%/toolchains/ta_flow_accumulation.xml
210
%%DATADIR%%/toolchains/ta_flow_accumulation.xml
211
%%DATADIR%%/toolchains/ta_ls_factor.xml
214
%%DATADIR%%/toolchains/ta_summits.xml
212
%%DATADIR%%/toolchains/ta_summits.xml
215
%%DATADIR%%/toolchains/temperature_downscaling.xml
213
%%DATADIR%%/toolchains/temperature_downscaling.xml
216
%%DATADIR%%/toolchains/temperature_downscaling_bulk.xml
214
%%DATADIR%%/toolchains/temperature_downscaling_bulk.xml

Return to bug 243355