svn commit: r455301 - head/math/octave

Jochen Neumeister joneum at FreeBSD.org
Fri Dec 1 17:43:23 UTC 2017


Author: joneum
Date: Fri Dec  1 17:43:21 2017
New Revision: 455301
URL: https://svnweb.freebsd.org/changeset/ports/455301

Log:
  math/octave: Set correct USE_LDCONFIG=
  
  PR:		223690
  Reported by:	joneum
  Approved by:	maintainer timeout (2 weeks) rene (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13245

Modified:
  head/math/octave/Makefile

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Fri Dec  1 16:29:35 2017	(r455300)
+++ head/math/octave/Makefile	Fri Dec  1 17:43:21 2017	(r455301)
@@ -3,7 +3,7 @@
 
 PORTNAME=	octave
 PORTVERSION=	4.0.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	math
 MASTER_SITES=	GNU
 
@@ -38,7 +38,7 @@ LIB_DEPENDS=	libGraphicsMagick.so:graphics/GraphicsMag
 		libfreetype.so:print/freetype2
 
 USES=		charsetfix fortran gmake libtool perl5 pkgconfig readline tar:xz
-USE_LDCONFIG=	yes
+USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}/${PORTVERSION}
 USE_PERL5=	build
 USE_TEX=	dvipsk:build
 GNU_CONFIGURE=	yes
@@ -65,13 +65,13 @@ CONFIGURE_ARGS=	--host=${GNU_HOST} \
 
 OPTIONS_DEFINE=	DOCS
 
-OPTIONS_RADIO=  BLAS
-OPTIONS_RADIO_BLAS=     OPENBLAS NETLIB ATLAS
-OPTIONS_DEFAULT=        OPENBLAS
+OPTIONS_RADIO=		BLAS
+OPTIONS_RADIO_BLAS=	OPENBLAS NETLIB ATLAS
+OPTIONS_DEFAULT=	OPENBLAS
 
-OPENBLAS_USES=  blaslapack:openblas
-NETLIB_USES=    blaslapack:netlib
-ATLAS_USES=     blaslapack:atlas
+OPENBLAS_USES=	blaslapack:openblas
+NETLIB_USES=	blaslapack:netlib
+ATLAS_USES=		blaslapack:atlas
 
 INFO=		octave liboctave
 


More information about the svn-ports-head mailing list