From owner-svn-ports-head@freebsd.org Fri Aug 25 06:17:55 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E153DF083F; Fri, 25 Aug 2017 06:17:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF93474AA6; Fri, 25 Aug 2017 06:17:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7P6HrOA009115; Fri, 25 Aug 2017 06:17:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7P6HrMI009114; Fri, 25 Aug 2017 06:17:53 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201708250617.v7P6HrMI009114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Aug 2017 06:17:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448710 - head/www/thundercache X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/www/thundercache X-SVN-Commit-Revision: 448710 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2017 06:17:55 -0000 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