Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2017 17:01:34 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r446537 - branches/2017Q3/devel/ccache
Message-ID:  <201707241701.v6OH1YHG093351@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707241701.v6OH1YHG093351>