Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2017 17:43:22 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455301 - head/math/octave
Message-ID:  <201712011743.vB1HhM4l073810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712011743.vB1HhM4l073810>