svn commit: r361059 - head/print/lilypond-devel

Pietro Cerutti gahr at FreeBSD.org
Mon Jul 7 12:25:16 UTC 2014


Author: gahr
Date: Mon Jul  7 12:25:15 2014
New Revision: 361059
URL: http://svnweb.freebsd.org/changeset/ports/361059
QAT: https://qat.redports.org/buildarchive/r361059/

Log:
  - Try to override FCLIST so configure doesn't invoke fc-list and a cache is not
  generated. This might fix the stale fontconfig cache.

Modified:
  head/print/lilypond-devel/Makefile

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Mon Jul  7 12:17:32 2014	(r361058)
+++ head/print/lilypond-devel/Makefile	Mon Jul  7 12:25:15 2014	(r361059)
@@ -60,7 +60,8 @@ 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} HOME=${WRKDIR}
+		FLEX=${FLEX} YACC=${YACC} HOME=${WRKDIR} \
+		FCLIST=${TRUE}
 
 ALL_TARGET=	all
 


More information about the svn-ports-all mailing list