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

(-)Makefile (-5 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	octave
4
PORTNAME=	octave
5
PORTVERSION=	${OCTAVE_VERSION}
5
PORTVERSION=	${OCTAVE_VERSION}
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	math
7
CATEGORIES=	math
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
9
Lines 36-45 Link Here
36
		libfontconfig.so:x11-fonts/fontconfig \
36
		libfontconfig.so:x11-fonts/fontconfig \
37
		libfreetype.so:print/freetype2 \
37
		libfreetype.so:print/freetype2 \
38
		libdrm.so:graphics/libdrm \
38
		libdrm.so:graphics/libdrm \
39
		libOSMesa.so:graphics/libosmesa \
39
		libsndfile.so:audio/libsndfile \
40
		libsundials_arkode.so:math/sundials \
40
		libsundials_arkode.so:math/sundials \
41
		libportaudio.so:audio/portaudio
41
		libportaudio.so:audio/portaudio
42
#		libsndfile.so:audio/libsndfile # Commented out until this port no longer has vulnerabilities.
43
42
44
USES=		charsetfix fortran gmake libtool perl5 pkgconfig readline \
43
USES=		charsetfix fortran gmake libtool perl5 pkgconfig readline \
45
		tar:xz compiler:c++14-lang \
44
		tar:xz compiler:c++14-lang \
Lines 73-82 Link Here
73
CONFIGURE_ARGS=	--host=${GNU_HOST} \
72
CONFIGURE_ARGS=	--host=${GNU_HOST} \
74
		--with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \
73
		--with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \
75
		--with-lapack="${LAPACKLIB}" \
74
		--with-lapack="${LAPACKLIB}" \
75
		--with-sndfile \
76
		--enable-shared \
76
		--enable-shared \
77
		--disable-jit \
77
		--disable-jit \
78
		--disable-openmp \
78
		--disable-openmp
79
		--with-osmesa
80
79
81
INFO=		octave liboctave
80
INFO=		octave liboctave
82
81

Return to bug 251477