From owner-freebsd-ports@freebsd.org Mon Feb 6 09:38:00 2017 Return-Path: Delivered-To: freebsd-ports@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 10BF2CD386C for ; Mon, 6 Feb 2017 09:38:00 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (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 C85451092 for ; Mon, 6 Feb 2017 09:37:59 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:128c:1f01:dacb:8aff:febf:62dd]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 814118B2A2F for ; Mon, 6 Feb 2017 10:37:56 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 814118B2A2F Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1486373876; bh=sp/Jxcl/THz9qo1PBDPEItyrxBrvi45Vph4nrFX8yZo=; h=Subject:To:References:From:Date:In-Reply-To; b=sPYzHr5UQDIKTm8xnpBRPo8tjiotm+QcutUnsjYFfXlIWbzbL6O4zAQbzTOUqYYWP 4E+9JZ3a1TqhF5dgbuNZWHSSfmiUdFa6VlQnjwfVAeLLYV9VPSjmOnPB9XTIV8U9+a 5ERNwvd9fytStigJfYH2WvaMPrOQzIo6NGiPq4c0= Received: from [192.168.0.151] (aftr-185-17-207-44.dynamic.mnet-online.de [185.17.207.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 0FA56969198 for ; Mon, 6 Feb 2017 10:37:53 +0100 (CET) Subject: Re: How to see package dependencies (scponly depends on ccache?) To: freebsd-ports@freebsd.org References: <65bbf996-d0a2-ac78-eaa2-3b7138481b4f@fechner.net> <8637fugu85.wl-herbert@mailbox.org> <920f2cdb-e540-7115-1eb5-b71bfbb36e69@zyxst.net> From: Matthias Fechner Message-ID: Date: Mon, 6 Feb 2017 10:37:52 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <920f2cdb-e540-7115-1eb5-b71bfbb36e69@zyxst.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2017 09:38:00 -0000 Am 05.02.2017 um 14:23 schrieb tech-lists: > does your /etc/make.conf have a reference to ccache ? /etc/make.conf is empty, only my poudiere make.conf holds the following: DEFAULT_VERSIONS=php=5.6 apache=2.4 mysql=10.1m bdb=6 ssl=openssl WITH_BDB6_PERMITTED=1 WITH_OPENSSL_PORT=yes WANT_OPENLDAP_SASL=yes WITH_MPM=event OPTIONS_UNSET=DEBUG DOCBOOK EXAMPLES OPTIONS_SET=proxy dav ssl ldap DISABLE_LICENSES=yes All packages (build with poudiere on another machine) are installed using pkg. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook