Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2017 06:17:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448710 - head/www/thundercache
Message-ID:  <201708250617.v7P6HrMI009114@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Aug 25 06:17:53 2017
New Revision: 448710
URL: https://svnweb.freebsd.org/changeset/ports/448710

Log:
  Fix dependencies, lang/gcc metaport does not provide libstdc++.so
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/www/thundercache/Makefile

Modified: head/www/thundercache/Makefile
==============================================================================
--- head/www/thundercache/Makefile	Fri Aug 25 05:49:13 2017	(r448709)
+++ head/www/thundercache/Makefile	Fri Aug 25 06:17:53 2017	(r448710)
@@ -2,7 +2,7 @@
 
 PORTNAME=	thundercache
 PORTVERSION=	6.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	www
 MASTER_SITES=	http://www.thundercache.com.br/dist/ \
 		http://www.bmsoftware.org/packs/ \
@@ -30,6 +30,7 @@ PGSQL_DESC=	Install PostgreSQL (report data storing)
 
 USES=		shebangfix tar:bzip2 ssl
 SHEBANG_FILES=	sbin/thunderlog.php
+USE_GCC=	any
 
 ONLY_FOR_ARCHS=	i386 amd64
 
@@ -59,7 +60,6 @@ USE_PHP+=	pdo_pgsql pgsql
 .endif
 
 LIB_DEPENDS+=	libcurl.so:ftp/curl \
-		libstdc++.so:lang/gcc \
 		libutil.so:misc/compat8x
 
 SUB_FILES=	pkg-message log.sh test-deps.sh



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