Update to 3.2.3.
Changes: http://ccache.samba.org/releasenotes.html#_ccache_3_2_3
This commit is contained in:
parent
f2fa7195b0
commit
26ebbddc1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396134
4 changed files with 29 additions and 4 deletions
|
@ -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 links if llvm is installed
|
|||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
11
devel/ccache/files/patch-configure
Normal file
11
devel/ccache/files/patch-configure
Normal file
|
@ -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
|
11
devel/ccache/files/patch-configure.ac
Normal file
11
devel/ccache/files/patch-configure.ac
Normal file
|
@ -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
|
Loading…
Reference in a new issue