From owner-svn-ports-all@freebsd.org Fri Sep 4 21:19:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 018C29CB074; Fri, 4 Sep 2015 21:19:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9E448D3; Fri, 4 Sep 2015 21:19:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t84LJllM059623; Fri, 4 Sep 2015 21:19:47 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t84LJkWN059619; Fri, 4 Sep 2015 21:19:46 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201509042119.t84LJkWN059619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 4 Sep 2015 21:19:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396134 - in head/devel/ccache: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2015 21:19:48 -0000 Author: bdrewery Date: Fri Sep 4 21:19:46 2015 New Revision: 396134 URL: https://svnweb.freebsd.org/changeset/ports/396134 Log: Update to 3.2.3. Changes: http://ccache.samba.org/releasenotes.html#_ccache_3_2_3 Added: head/devel/ccache/files/patch-configure (contents, props changed) head/devel/ccache/files/patch-configure.ac (contents, props changed) Modified: head/devel/ccache/Makefile head/devel/ccache/distinfo Modified: head/devel/ccache/Makefile ============================================================================== --- head/devel/ccache/Makefile Fri Sep 4 20:49:38 2015 (r396133) +++ head/devel/ccache/Makefile Fri Sep 4 21:19:46 2015 (r396134) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= ccache -PORTVERSION= 3.2.2 -PORTREVISION= 4 +PORTVERSION= 3.2.3 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/ccache/ \ LOCAL/bdrewery @@ -29,6 +29,9 @@ LLVMLINK_DESC= Create llvm compiler link TINDERBOX_DESC= Create tarball for tinderbox usage USES= compiler +# Don't allow autoreconf. We want no dependencies on this to keep +# WITH_CCACHE_BUILD working. +USES:= ${USES:Nautoreconf} OPTIONS_SUB= yes Modified: head/devel/ccache/distinfo ============================================================================== --- head/devel/ccache/distinfo Fri Sep 4 20:49:38 2015 (r396133) +++ head/devel/ccache/distinfo Fri Sep 4 21:19:46 2015 (r396134) @@ -1,2 +1,2 @@ -SHA256 (ccache-3.2.2.tar.gz) = 5d1c719c7dfe8d0dffbb4aea3ab5a67b602b065219e1f8ba7bd9298915966587 -SIZE (ccache-3.2.2.tar.gz) = 436913 +SHA256 (ccache-3.2.3.tar.gz) = 43b2c0a0f7c8c89cecdc841b4ef55c626c9ca2bc80d5d746c91efcf81d224f6b +SIZE (ccache-3.2.3.tar.gz) = 438086 Added: head/devel/ccache/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ccache/files/patch-configure Fri Sep 4 21:19:46 2015 (r396134) @@ -0,0 +1,11 @@ +--- configure.orig 2015-09-04 21:15:56 UTC ++++ configure +@@ -5682,7 +5682,7 @@ if test x${use_bundled_zlib} = xyes; the + extra_libs="zlib/libz.a" + mkdir -p zlib + else +- extra_libs="-lz" ++ LIBS="$LIBS -lz" + fi + + if test x${windows_os} = xyes; then Added: head/devel/ccache/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ccache/files/patch-configure.ac Fri Sep 4 21:19:46 2015 (r396134) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2015-08-16 12:12:05 UTC ++++ configure.ac +@@ -120,7 +120,7 @@ if test x${use_bundled_zlib} = xyes; the + extra_libs="zlib/libz.a" + mkdir -p zlib + else +- extra_libs="-lz" ++ LIBS="$LIBS -lz" + fi + + dnl Linking on Windows needs ws2_32