From owner-svn-ports-all@FreeBSD.ORG Tue Dec 10 21:52:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20B8D101; Tue, 10 Dec 2013 21:52:23 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id E8D39138F; Tue, 10 Dec 2013 21:52:22 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 786A03F429; Tue, 10 Dec 2013 16:52:18 -0500 (EST) Date: Tue, 10 Dec 2013 22:52:16 +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:52:23 -0000 On Tue, 10 Dec 2013, Kozlov Sergey wrote: > root@fbsd10-sandbox:/usr/ports/print/pdftk # make -V RUN_DEPENDS > gcc46:/usr/ports/lang/gcc > root@fbsd10-sandbox:/home/foobar/portwrk/pdftk # make -V RUN_DEPENDS > gcc46:/usr/ports/lang/gcc Based on this, I don't see how pkg can actually remove the associated package as long as pdftk is installed. Perhaps someone else has advise to offer? Gerald