From owner-dev-commits-ports-main@freebsd.org Mon Jul 12 19:26:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6701C66544C; Mon, 12 Jul 2021 19:26:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GNtzJ2V4Mz3PSc; Mon, 12 Jul 2021 19:26:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3826E147A3; Mon, 12 Jul 2021 19:26:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16CJQ4pp003348; Mon, 12 Jul 2021 19:26:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16CJQ4Qj003347; Mon, 12 Jul 2021 19:26:04 GMT (envelope-from git) Date: Mon, 12 Jul 2021 19:26:04 GMT Message-Id: <202107121926.16CJQ4Qj003347@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bryan Drewery Subject: git: eca98ea12a2a - main - devel/ccache: Bump to 3.7.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bdrewery X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: eca98ea12a2a4fdb1f3bc74bf1733a8def083006 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2021 19:26:04 -0000 The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/ports/commit/?id=eca98ea12a2a4fdb1f3bc74bf1733a8def083006 commit eca98ea12a2a4fdb1f3bc74bf1733a8def083006 Author: Bryan Drewery AuthorDate: 2021-07-12 19:18:54 +0000 Commit: Bryan Drewery CommitDate: 2021-07-12 19:26:01 +0000 devel/ccache: Bump to 3.7.12 - Some unneeded gmake features are stripped from the Makefile.in to avoid a dependency. - This is the last no-dependency ccache. The 4.0 branch requires at least CMake which breaks WITH_CCACHE_BUILD handling. Work is in progress to resolve that. --- devel/ccache/Makefile | 3 +-- devel/ccache/distinfo | 6 +++--- devel/ccache/files/patch-Makefile.in | 9 +++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 4da908163cfd..1abf46c4dfb9 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -1,8 +1,7 @@ # Created by: Dominic Marks PORTNAME= ccache -PORTVERSION= 3.7.1 -PORTREVISION= 1 +PORTVERSION= 3.7.12 CATEGORIES= devel MASTER_SITES= https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \ LOCAL/bdrewery diff --git a/devel/ccache/distinfo b/devel/ccache/distinfo index 75a7222fef87..152f387e9a28 100644 --- a/devel/ccache/distinfo +++ b/devel/ccache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558214189 -SHA256 (ccache-3.7.1.tar.gz) = e562fcdbe766406b6fe4bf97ce5c001d2be8a17465f33bcddefc9499bbb057d8 -SIZE (ccache-3.7.1.tar.gz) = 498581 +TIMESTAMP = 1626116189 +SHA256 (ccache-3.7.12.tar.gz) = d2abe88d4c283ce960e233583061127b156ffb027c6da3cf10770fc0c7244194 +SIZE (ccache-3.7.12.tar.gz) = 506948 diff --git a/devel/ccache/files/patch-Makefile.in b/devel/ccache/files/patch-Makefile.in index 458f388c93ed..995f4173c5ce 100644 --- a/devel/ccache/files/patch-Makefile.in +++ b/devel/ccache/files/patch-Makefile.in @@ -1,13 +1,14 @@ ---- Makefile.in.orig 2019-05-20 14:04:00 UTC -+++ Makefile.in -@@ -126,10 +126,6 @@ install: ccache$(EXEEXT) @disable_man@ccache.1 +--- Makefile.in.orig 2020-10-01 05:21:40.000000000 -0700 ++++ Makefile.in 2021-07-12 12:12:03.914717000 -0700 +@@ -125,11 +125,5 @@ install: ccache$(EXEEXT) @disable_man@ccache.1 clean: rm -rf $(files_to_clean) +-$(non_3pp_objs) $(test_objs): CFLAGS += @more_warnings@ +- -src/snprintf.o: CFLAGS += @no_implicit_fallthrough_warning@ -$(zlib_objs): CPPFLAGS += -include config.h -$(zlib_objs): CFLAGS += @no_implicit_fallthrough_warning@ - src/zlib/libz.a: $(zlib_objs) $(if $(quiet),@echo " AR $@") - $(Q)$(AR) cr $@ $(zlib_objs)