svn commit: r351648 - in head/math: octave-forge-ad octave-forge-engine octave-forge-gsl octave-forge-parallel octave-forge-spline-gcvspl
Stephen Montgomery-Smith
stephen at FreeBSD.org
Sun Apr 20 21:00:54 UTC 2014
Author: stephen
Date: Sun Apr 20 21:00:52 2014
New Revision: 351648
URL: http://svnweb.freebsd.org/changeset/ports/351648
QAT: https://qat.redports.org/buildarchive/r351648/
Log:
- Add a definition of HOME to configure_args, because octave likes to write
.octave_hist into ${HOME}.
Reported by: marino@
Modified:
head/math/octave-forge-ad/Makefile
head/math/octave-forge-engine/Makefile
head/math/octave-forge-gsl/Makefile
head/math/octave-forge-parallel/Makefile
head/math/octave-forge-spline-gcvspl/Makefile
Modified: head/math/octave-forge-ad/Makefile
==============================================================================
--- head/math/octave-forge-ad/Makefile Sun Apr 20 20:50:24 2014 (r351647)
+++ head/math/octave-forge-ad/Makefile Sun Apr 20 21:00:52 2014 (r351648)
@@ -12,6 +12,7 @@ COMMENT= Octave-forge package ${OCTAVE_P
LICENSE= GPLv2
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= HOME=${WRKSRC}
USE_DOS2UNIX= yes
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Modified: head/math/octave-forge-engine/Makefile
==============================================================================
--- head/math/octave-forge-engine/Makefile Sun Apr 20 20:50:24 2014 (r351647)
+++ head/math/octave-forge-engine/Makefile Sun Apr 20 21:00:52 2014 (r351648)
@@ -12,6 +12,7 @@ COMMENT= Octave-forge package ${OCTAVE_P
LICENSE= GPLv2
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= HOME=${WRKSRC}
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
.include <bsd.port.mk>
Modified: head/math/octave-forge-gsl/Makefile
==============================================================================
--- head/math/octave-forge-gsl/Makefile Sun Apr 20 20:50:24 2014 (r351647)
+++ head/math/octave-forge-gsl/Makefile Sun Apr 20 21:00:52 2014 (r351648)
@@ -14,6 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= HOME=${WRKSRC}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/math/octave-forge-parallel/Makefile
==============================================================================
--- head/math/octave-forge-parallel/Makefile Sun Apr 20 20:50:24 2014 (r351647)
+++ head/math/octave-forge-parallel/Makefile Sun Apr 20 21:00:52 2014 (r351648)
@@ -17,6 +17,7 @@ OCTSRC= ${DISTNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= HOME=${WRKSRC}
MAKE_JOBS_UNSAFE= yes
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Modified: head/math/octave-forge-spline-gcvspl/Makefile
==============================================================================
--- head/math/octave-forge-spline-gcvspl/Makefile Sun Apr 20 20:50:24 2014 (r351647)
+++ head/math/octave-forge-spline-gcvspl/Makefile Sun Apr 20 21:00:52 2014 (r351648)
@@ -10,6 +10,7 @@ MAINTAINER= stephen at FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= HOME=${WRKSRC}
NO_CDROM= Non-commercial use only
More information about the svn-ports-all
mailing list