svn commit: r396134 - in head/devel/ccache: . files

Bryan Drewery bdrewery at FreeBSD.org
Fri Sep 4 21:19:48 UTC 2015


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


More information about the svn-ports-all mailing list