svn commit: r457355 - head/lang/ghc

Mathieu Arnold mat at FreeBSD.org
Wed Dec 27 08:47:37 UTC 2017


Author: mat
Date: Wed Dec 27 08:47:36 2017
New Revision: 457355
URL: https://svnweb.freebsd.org/changeset/ports/457355

Log:
  lang/ghc often fails to build with ccache, mark it so.
  
  Sponsored by:	Absolight

Modified:
  head/lang/ghc/Makefile   (contents, props changed)

Modified: head/lang/ghc/Makefile
==============================================================================
--- head/lang/ghc/Makefile	Wed Dec 27 08:03:30 2017	(r457354)
+++ head/lang/ghc/Makefile	Wed Dec 27 08:47:36 2017	(r457355)
@@ -30,6 +30,7 @@ LIB_DEPENDS+=	libgmp.so:math/gmp
 USES=		autoreconf gmake iconv:translit localbase:ldflags ncurses perl5 tar:xz
 USE_LOCALE=	en_US.UTF-8
 USE_PERL5=	build
+NO_CCACHE=	ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied
 
 # The configure process accepts,filters and canonicalises
 # the CONFIGURE_TARGET variable. You can read the files


More information about the svn-ports-head mailing list