Date: Mon, 7 Jul 2014 12:25:15 +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: r361059 - head/print/lilypond-devel Message-ID: <201407071225.s67CPFew052126@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407071225.s67CPFew052126>