svn commit: r448710 - head/www/thundercache
Antoine Brodin
antoine at FreeBSD.org
Fri Aug 25 06:17:55 UTC 2017
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
More information about the svn-ports-all
mailing list