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: Tue Sep 20 12:36:20 UTC 2016
Modified Files:
pkgsrc/devel/ccache: Makefile distinfo
Log Message:
Changes 3.3.1:
* Fixed a problem in the “multiple -arch options” support introduced in 3.3. When using the direct mode (the default), different combinations of -arch options were not detected properly.
* Fixed an issue when compiler option -Wp,-MT,path is used instead of -MT path (and similar for -MF, -MP and -MQ) and run_second_cpp (CCACHE_CPP2) is enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.24 -r1.25 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.34 pkgsrc/devel/ccache/Makefile:1.35
--- pkgsrc/devel/ccache/Makefile:1.34 Sun Aug 28 13:44:18 2016
+++ pkgsrc/devel/ccache/Makefile Tue Sep 20 12:36:20 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2016/08/28 13:44:18 mef Exp $
+# $NetBSD: Makefile,v 1.35 2016/09/20 12:36:20 adam Exp $
-DISTNAME= ccache-3.3
+DISTNAME= ccache-3.3.1
CATEGORIES= devel
MASTER_SITES= http://samba.org/ftp/ccache/
# do not use xz distfile here, xz needs gettext-lib which leads to circular
Index: pkgsrc/devel/ccache/distinfo
diff -u pkgsrc/devel/ccache/distinfo:1.24 pkgsrc/devel/ccache/distinfo:1.25
--- pkgsrc/devel/ccache/distinfo:1.24 Sun Aug 28 13:44:18 2016
+++ pkgsrc/devel/ccache/distinfo Tue Sep 20 12:36:20 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2016/08/28 13:44:18 mef Exp $
+$NetBSD: distinfo,v 1.25 2016/09/20 12:36:20 adam Exp $
-SHA1 (ccache-3.3.tar.gz) = 9a1f5d820f54605f09a92191e9988aced7341b35
-RMD160 (ccache-3.3.tar.gz) = 4791446db1ed5322cff947a1ea0d5553ae4b8968
-SHA512 (ccache-3.3.tar.gz) = fec4d74c0310c1e4774917f1e3154541902c2a180e7dfa1b32632920cda2943490aeb10e8ea67c9458b2148a8363095d1e43f68cda4e9e46b36f83597b752d82
-Size (ccache-3.3.tar.gz) = 444667 bytes
+SHA1 (ccache-3.3.1.tar.gz) = 0242640dd7fd00e9bfaf7230fff200e899ade99f
+RMD160 (ccache-3.3.1.tar.gz) = af7c2f300b81f6c77d773146ebf1318e4b0fe891
+SHA512 (ccache-3.3.1.tar.gz) = 4024a0f9d7a210fe80d3bd97675d4ce4916587aecdbf57bae7b9bdc3c501dd9427e7e6bfda3c0203e463b03d6217b40b1181f2efba8e35e3e718ed13eadb74fa
+Size (ccache-3.3.1.tar.gz) = 445375 bytes
Home |
Main Index |
Thread Index |
Old Index