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

Collapse All | Expand All

(-)b/graphics/f3d/Makefile (-2 / +8 lines)
Lines 1-6 Link Here
1
PORTNAME=	f3d
1
PORTNAME=	f3d
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	2.2.1
3
DISTVERSION=	2.3.0
4
CATEGORIES=	graphics
4
CATEGORIES=	graphics
5
5
6
MAINTAINER=	yuri@FreeBSD.org
6
MAINTAINER=	yuri@FreeBSD.org
Lines 11-27 LICENSE= BSD3CLAUSE Link Here
11
LICENSE_FILE=	${WRKSRC}/LICENSE.md
11
LICENSE_FILE=	${WRKSRC}/LICENSE.md
12
12
13
LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg4 \
13
LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg4 \
14
		libexpat.so:textproc/expat2 \
14
		libfontconfig.so:x11-fonts/fontconfig \
15
		libfontconfig.so:x11-fonts/fontconfig \
15
		libfreeimage.so:graphics/freeimage \
16
		libfreeimage.so:graphics/freeimage \
16
		libfreetype.so:print/freetype2 \
17
		libfreetype.so:print/freetype2 \
17
		libhdf5.so:science/hdf5 \
18
		libhdf5.so:science/hdf5 \
18
		libImath-3_1.so:math/Imath \
19
		libImath-3_1.so:math/Imath \
20
		libjpeg.so:graphics/jpeg-turbo \
19
		libnetcdf.so:science/netcdf \
21
		libnetcdf.so:science/netcdf \
22
		libpng.so:graphics/png \
23
		libtiff.so:graphics/tiff \
20
		libvtkCommonMisc-${VTK_VER}.so:math/vtk${VTK_VER:R}
24
		libvtkCommonMisc-${VTK_VER}.so:math/vtk${VTK_VER:R}
21
25
22
USES=		cmake:testing compiler:c++17-lang desktop-file-utils gl shared-mime-info tcl tk xorg
26
USES=		cmake:testing compiler:c++17-lang desktop-file-utils gl mpi	\
27
		shared-mime-info tcl tk xorg
23
USE_GL=		gl glu
28
USE_GL=		gl glu
24
USE_XORG=	ice sm x11 xt
29
USE_XORG=	ice sm x11 xt
30
USE_LDCONFIG=	yes
25
31
26
USE_GITHUB=	yes
32
USE_GITHUB=	yes
27
GH_ACCOUNT=	f3d-app
33
GH_ACCOUNT=	f3d-app
(-)b/graphics/f3d/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1704769349
1
TIMESTAMP = 1709891821
2
SHA256 (f3d-app-f3d-v2.2.1_GH0.tar.gz) = 4d3a73b0107c8db7f0556107c74087d3748232a73981f65f7c5186ac1003ec8d
2
SHA256 (f3d-app-f3d-v2.3.0_GH0.tar.gz) = 9c2906b62f3066f075effbabd6501964391e8a8ffad6ed773c33db12580cc466
3
SIZE (f3d-app-f3d-v2.2.1_GH0.tar.gz) = 29785716
3
SIZE (f3d-app-f3d-v2.3.0_GH0.tar.gz) = 40606315
4
- 

Return to bug 277308