Date: Thu, 13 Jun 2019 22:14:10 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504139 - head/devel/ccache Message-ID: <201906132214.x5DMEAXH080093@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906132214.x5DMEAXH080093>