svn commit: r504139 - head/devel/ccache

Bryan Drewery bdrewery at FreeBSD.org
Thu Jun 13 22:14:11 UTC 2019


Author: bdrewery
Date: Thu Jun 13 22:14:10 2019
New Revision: 504139
URL: https://svnweb.freebsd.org/changeset/ports/504139

Log:
  Remove the .error as it is causing unintended side effects.
  
  PR:		238045

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Thu Jun 13 21:48:20 2019	(r504138)
+++ head/devel/ccache/Makefile	Thu Jun 13 22:14:10 2019	(r504139)
@@ -85,12 +85,6 @@ PORTVERSION=	3.7.1
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_CCACHE_BUILD) && empty(OPTIONS_SLAVE:MMEMCACHED)
-.if !empty(BUILD_DEPENDS)
-.error MAINTAINER NOTE: Cannot have any BUILD_DEPENDS for default ccache packages: ${BUILD_DEPENDS}
-.endif
-.endif
-
 .  if ${COMPILER_TYPE} == clang
 CPPFLAGS+=	-DCC_IS_CLANG
 .  elif ${COMPILER_TYPE} == gcc


More information about the svn-ports-head mailing list