Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 14:42:08 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358006 - head/print/lilypond-devel
Message-ID:  <201406161442.s5GEg86Y043053@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Jun 16 14:42:07 2014
New Revision: 358006
URL: http://svnweb.freebsd.org/changeset/ports/358006
QAT: https://qat.redports.org/buildarchive/r358006/

Log:
  - The build process invokes fontforge, which creates $HOME/.FontForge. Let's
  set HOME=${WRKDIR} to avoid polluting /root on the build clusters.
  
  Suggested by:	swills

Modified:
  head/print/lilypond-devel/Makefile

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Mon Jun 16 14:42:00 2014	(r358005)
+++ head/print/lilypond-devel/Makefile	Mon Jun 16 14:42:07 2014	(r358006)
@@ -60,7 +60,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts \
 		--with-python-include=${PYTHON_INCLUDEDIR}
 CONFIGURE_ENV+=	ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \
-		FLEX=${FLEX} YACC=${YACC}
+		FLEX=${FLEX} YACC=${YACC} HOME=${WRKDIR}
 
 ALL_TARGET=	all
 



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