svn commit: r358006 - head/print/lilypond-devel
Pietro Cerutti
gahr at FreeBSD.org
Mon Jun 16 14:42:08 UTC 2014
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
More information about the svn-ports-all
mailing list