svn commit: r446537 - branches/2017Q3/devel/ccache
Bryan Drewery
bdrewery at FreeBSD.org
Mon Jul 24 17:01:35 UTC 2017
Author: bdrewery
Date: Mon Jul 24 17:01:34 2017
New Revision: 446537
URL: https://svnweb.freebsd.org/changeset/ports/446537
Log:
MFH: r445062 r446536
- Fix LICENSE
- Add LICENSE_FILE
- Add links for gcc 8
Approved by: bdrewery at FreeBSD.org (maintainer, implicit)
Fix ccache-memcached-static to actually build statically.
This was broken by r440469.
Pointyhat to: bdrewery
Sponsored by: Dell EMC Isilon
Approved by: portmgr (implicit)
Modified:
branches/2017Q3/devel/ccache/Makefile
Directory Properties:
branches/2017Q3/ (props changed)
Modified: branches/2017Q3/devel/ccache/Makefile
==============================================================================
--- branches/2017Q3/devel/ccache/Makefile Mon Jul 24 17:00:10 2017 (r446536)
+++ branches/2017Q3/devel/ccache/Makefile Mon Jul 24 17:01:34 2017 (r446537)
@@ -3,7 +3,7 @@
PORTNAME= ccache
PORTVERSION= 3.3.4
-PORTREVISION= 3
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ \
LOCAL/bdrewery
@@ -11,7 +11,8 @@ MASTER_SITES= http://www.samba.org/ftp/ccache/ \
MAINTAINER= bdrewery at FreeBSD.org
COMMENT= Tool to minimize the compile time of C/C++ programs
-LICENSE= GPLv3
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/GPL-3.0.txt
CONFLICTS_INSTALL= ccache-static-[0-9]* ccache-memcached-[0-9]* ccache-memcached-static-[0-9]*
@@ -61,6 +62,8 @@ NO_CCACHE_DEPEND= yes
OPTIONS_SUB= yes
+STATIC_LDFLAGS= -static
+
.include <bsd.port.pre.mk>
. if ${COMPILER_TYPE} == clang
@@ -75,7 +78,7 @@ PLIST_SUB+= CCLINKDIR="${CCLINKDIR}"
CCACHE_COMPILERS+= icc icpc
.endif
-GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7
+GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7 8
CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if ${PORT_OPTIONS:MCLANGLINK}
More information about the svn-ports-branches
mailing list