pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ccache



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan  4 23:43:23 UTC 2019

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

Log Message:
ccache: updated to 3.5.1

ccache 3.5.1:
Added missing getopt_long.c source file to release archive.
Fixed (harmless) compiler warnings when building ccache object files.
CFLAGS is no longer passed to the linker when linking ccache.
Improved development mode build flags.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/ccache/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ccache/Makefile
diff -u pkgsrc/devel/ccache/Makefile:1.44 pkgsrc/devel/ccache/Makefile:1.45
--- pkgsrc/devel/ccache/Makefile:1.44   Tue Oct 30 12:03:52 2018
+++ pkgsrc/devel/ccache/Makefile        Fri Jan  4 23:43:23 2019
@@ -1,18 +1,21 @@
-# $NetBSD: Makefile,v 1.44 2018/10/30 12:03:52 adam Exp $
+# $NetBSD: Makefile,v 1.45 2019/01/04 23:43:23 adam Exp $
 
-DISTNAME=      ccache-3.5
+DISTNAME=      ccache-3.5.1a
+PKGNAME=       ccache-3.5.1
 CATEGORIES=    devel
 MASTER_SITES=  http://samba.org/ftp/ccache/
 # do not use xz distfile here, xz needs gettext-lib which leads to circular
 # dependencies on some platforms.
-#EXTRACT_SUFX= .tar.gz
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://ccache.samba.org/
 COMMENT=       Cache for C/C++ compilers
 LICENSE=       gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
 
-USE_TOOLS+=            gmake
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
+
+USE_TOOLS+=            bash:test gmake perl:test
 GNU_CONFIGURE=         yes
 TEST_TARGET=           test
 

Index: pkgsrc/devel/ccache/distinfo
diff -u pkgsrc/devel/ccache/distinfo:1.34 pkgsrc/devel/ccache/distinfo:1.35
--- pkgsrc/devel/ccache/distinfo:1.34   Tue Oct 30 12:03:52 2018
+++ pkgsrc/devel/ccache/distinfo        Fri Jan  4 23:43:23 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2018/10/30 12:03:52 adam Exp $
+$NetBSD: distinfo,v 1.35 2019/01/04 23:43:23 adam Exp $
 
-SHA1 (ccache-3.5.tar.gz) = 9fa52ee325b2fd142190cd59f797433ffbe01a11
-RMD160 (ccache-3.5.tar.gz) = 0d085e63444753661593acb39b4097e3477dd3cd
-SHA512 (ccache-3.5.tar.gz) = cc6dcaef68ee2fb71599e37c982f06fe99410392e39d4f37558dc7bfceff896abf08d1048a73f0085d9a3225abd147f438782e0db61cf385dd493ed54670b293
-Size (ccache-3.5.tar.gz) = 476580 bytes
+SHA1 (ccache-3.5.1a.tar.bz2) = 94155949200b9b174f6a3b3c8ef2cb631c540682
+RMD160 (ccache-3.5.1a.tar.bz2) = b85bf46d5a8e35ac6ae5cc7ef29eddd6420ed4c2
+SHA512 (ccache-3.5.1a.tar.bz2) = 9a717c6416e18fbfb0316015df81f16af908d503e49441592263d1938282387c11adff408b741432da42a1049a37f59d47f09cd8b48d3c0bda687d6bca8ccbfc
+Size (ccache-3.5.1a.tar.bz2) = 374488 bytes



Home | Main Index | Thread Index | Old Index