1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add a definition of HOME to configure_args, because octave likes to write

.octave_hist into ${HOME}.

Reported by:	marino@
This commit is contained in:
Stephen Montgomery-Smith 2014-04-20 21:00:52 +00:00
parent d199d55511
commit 6c2721d274
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351648
5 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ENV+= HOME=${WRKSRC}
USE_DOS2UNIX= yes
.include "${.CURDIR}/../../Mk/bsd.octave.mk"

View File

@ -12,6 +12,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ENV+= HOME=${WRKSRC}
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
.include <bsd.port.mk>

View File

@ -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

View File

@ -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"

View File

@ -10,6 +10,7 @@ MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
GNU_CONFIGURE= yes
CONFIGURE_ENV+= HOME=${WRKSRC}
NO_CDROM= Non-commercial use only