From owner-svn-ports-all@FreeBSD.ORG Tue Dec 10 21:15:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 137D271C; Tue, 10 Dec 2013 21:15:19 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id DD4171139; Tue, 10 Dec 2013 21:15:18 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 2123D3F44A; Tue, 10 Dec 2013 16:15:15 -0500 (EST) Date: Tue, 10 Dec 2013 22:15:13 +0100 (CET) From: Gerald Pfeifer To: Kozlov Sergey Subject: Re: svn commit: r335189 - in head/print/pdftk: . files In-Reply-To: Message-ID: References: <201311291548.rATFm8g7098382@svn.freebsd.org> <529C7599.1050509@gmail.com> <52A7471E.6080109@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Mathieu Arnold , Greg Larkin , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 21:15:19 -0000 On Tue, 10 Dec 2013, Kozlov Sergey wrote: > I've commented out the BUILD_DEPENDS and LIB_DEPENDS from the port, > leaving only USE_GCC and built it : > If gcc was installed as runtime dependency then pkg wouldn't let me > delete it without forcing You are working too hard. What does # cd $PORTSDIR/print/pdftk ; make -V RUN_DEPENDS show? (You can do similarly for LIB_DEPENDS or BUILD_DEPENDS.) On my system it says "gcc46:/.../ports.svn/lang/gcc". If you do not get this, there's the problem. Gerald