From owner-freebsd-ports@freebsd.org Tue Jul 12 05:33:33 2016 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 86C76B9312F for ; Tue, 12 Jul 2016 05:33:33 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-qk0-x22f.google.com (mail-qk0-x22f.google.com [IPv6:2607:f8b0:400d:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E8631C14 for ; Tue, 12 Jul 2016 05:33:33 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: by mail-qk0-x22f.google.com with SMTP id s63so4682171qkb.2 for ; Mon, 11 Jul 2016 22:33:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=7dSoDv6L+9HUrbXNsDgEY66W7WpeygJI2On3F9BtaaM=; b=tN5ymLeSuyVZ9GLjo7nwstuohlBTlrojAYWrQZjkiDkw68S26rUxeN2qNDpqLYswL3 gJ914ism+j2tt+i/UF3CaTcfxk48ZCKTKT8SokjNLKP+5ewv17eK0nKUTtepwJneu4i6 7wrifIMjtHmMnHYSLWjwk8AFfgovFx6aL9ky1+tffztQLycrJuEt6TfRsDKHmF8qN5w+ q2cZNeRfAbcRd4jVozlB0PvmzYBWNM6wrySfZM2DX+meW5tfj9cumJMkV5w6DPYZkK9q iSJ/lMrflcZ7pXLv2KiwTvanxsKJ4cnd5EZxQ4nSp0uUyLBjs5rqM1uj/Lbif2gLIIp9 hE5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=7dSoDv6L+9HUrbXNsDgEY66W7WpeygJI2On3F9BtaaM=; b=AyqiYTY4DSHgOQLC+BuIW5x/ytVARdglVCM6w2lt586mBaSkbEzQ+bilqpQtYdF6DB N+GEjQfRfwkhl79bTwoOJdnbRK/Q6s22LwdosDYSD7X4gnoAnNK3pn6rE+Gg6k8oMYEc OvYokpRO1+9+sfn5wnkJdaWGyz4Km/amtP3u1tuv2PlYMGhTMiL9zeuShQhtltnaVIv3 uhHk4q8XLbv+85+iq4mHQRk6goFx8XiWjljw+JAO9cN9G/Ykak+dUYlLDtgyfruL6JSp bNwIi9PMZS5YdiB6T8Hc19223E0sHlm/0uyfg0Gm5P6q1MJ2oDAfa01Vmx7wrTaXurQi Y6Gw== X-Gm-Message-State: ALyK8tKJoHeOs1IlVQI0qdPQPipsZ1OdtL7PKcLL6iVzqGpk7bYqhL0JkFizpPi6U3a6uLg7oMQEVdRUU+o67g== MIME-Version: 1.0 X-Received: by 10.55.21.97 with SMTP id f94mr525387qkh.8.1468301612233; Mon, 11 Jul 2016 22:33:32 -0700 (PDT) Received: by 10.237.48.198 with HTTP; Mon, 11 Jul 2016 22:33:32 -0700 (PDT) Received: by 10.237.48.198 with HTTP; Mon, 11 Jul 2016 22:33:32 -0700 (PDT) In-Reply-To: <20160712052219.GE95302@home.opsec.eu> References: <20160712002734.GE33486@www.zefox.net> <20160712052219.GE95302@home.opsec.eu> Date: Mon, 11 Jul 2016 22:33:32 -0700 Message-ID: Subject: Re: Best way to exterminate a port From: Freddie Cash To: Kurt Jaeger Cc: freebsd-ports , bob prohaska Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2016 05:33:33 -0000 On Jul 11, 2016 10:22 PM, "Kurt Jaeger" wrote: > > Hi! > > > Is there an easy way to "rip out by the roots" a botched > > port install and start over, including re-doing all the > > configuration dialogs of the port and its dependencies? > > For one port: > > pkg delete port > > cd /usr/ports/<...> > > make rmconfig Isn't there an "rmconfig-recursive" target? And doesn't pkg delete have -r or -R for recursively deleting dependencies?