Date: Wed, 4 Mar 2015 03:28:26 -0800 From: joey rambish <j.rambish@yahoo.com> To: ports <ports@FreeBSD.org>, "j.rambish" <j.rambish@yahoo.com> Subject: =?utf-8?B?SGVsbG8g8J+RiyBqdXN0IHVzaW5nIG9wdGlvbiB0d28uLi4=?= Message-ID: <1425468506.39936.YahooMailMobile@web161504.mail.bf1.yahoo.com>
next in thread | raw e-mail | index | archive | help
I'm not sure how exactly resetting the ports works,but I will do my bes= t to figure it out! Any feedback and suggestions on the subject matter woul= d be great! Other than that I just like to read and learn how to do it and = what is out there! =F0=9F=98=9C=0A=0A0;-)-(-X0 From owner-freebsd-ports@FreeBSD.ORG Wed Mar 4 11:53:06 2015 Return-Path: <owner-freebsd-ports@FreeBSD.ORG> Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 548A0864 for <freebsd-ports@freebsd.org>; Wed, 4 Mar 2015 11:53:06 +0000 (UTC) Received: from mail-yk0-x22a.google.com (mail-yk0-x22a.google.com [IPv6:2607:f8b0:4002:c07::22a]) (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 0BD787FC for <freebsd-ports@freebsd.org>; Wed, 4 Mar 2015 11:53:06 +0000 (UTC) Received: by ykt10 with SMTP id 10so2865220ykt.11 for <freebsd-ports@freebsd.org>; Wed, 04 Mar 2015 03:53:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=dnX4aJktuApXJNEWhn/XcMKHMsDA4+PO3ync1SZMWuY=; b=dElBFllmXY9Of6qaoiZtQ/Nco4u13KQSVHEqKpFczyE91NuI4sanlh9MpBHAFCoZyR ++dAUemxzuuSjyEqBU7e47y49lyGA1XZTkYXviAirbDy40tTdn44JDIHSH7IkReJNJdx DUIEl8OhrkTIgPh0jdMJF0B/uWq2RJC0mJkBYnxjNP3UHtQGWCyKCsNFsbXyKSY99DKW wDy4KswpGnGs8O7vbaHxJ1trX50bkiCtyEIa6kdbhE9iEhpud0AkxpacgqfArovt8FvZ tvnpYO7gOoT5VESDB+vZDurZQNYV5ykd1PyVGeiczVCIiCiYr+H5VSCWZvyDIk8rH5mY LWyg== X-Received: by 10.236.226.101 with SMTP id a95mr2283430yhq.69.1425469985273; Wed, 04 Mar 2015 03:53:05 -0800 (PST) Received: from k8-bsd.hsd1.ga.comcast.net ([2601:0:4600:611:2ed0:5aff:fe78:91ca]) by mx.google.com with ESMTPSA id 69sm2903868yhd.15.2015.03.04.03.53.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Mar 2015 03:53:04 -0800 (PST) Date: Wed, 4 Mar 2015 06:53:53 -0500 From: R0B_ROD <witchdoctor.mdf@gmail.com> To: joey rambish <j.rambish@yahoo.com> Subject: Re: Hello ? just using option two... Message-ID: <20150304115353.GA43940@k8-bsd.hsd1.ga.comcast.net> References: <1425468506.39936.YahooMailMobile@web161504.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425468506.39936.YahooMailMobile@web161504.mail.bf1.yahoo.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/> List-Post: <mailto:freebsd-ports@freebsd.org> List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Mar 2015 11:53:06 -0000 On Wed, Mar 04, 2015 at 03:28:26AM -0800, joey rambish via freebsd-ports wrote: > Im not sure how exactly resetting the ports works,but I will do my best > to figure it out! Any feedback and suggestions on the subject matter would be > great! Other than that I just like to read and learn > how to do it and what is out there! ? Hey, I assume you mean removing all the config files? r0b@bsd:/usr/ports/<example-app> # make rmconfig-recursive Can take care of "resetting" ports and dependencies. OR # cp -Rp /usr/ports/distfiles /var/tmp (Backup to minimized downloading files) Not sure if its a good idea but I do it. # rm -rf /usr/ports # portsnap fetch # portsnap extract # portsnap update NOTE! Please read the manual before doing anything I type. My job is to break and play with my computer. I am also a newbie so please take caution with my advice. -Roberto Rodriguez Jr Mach1ne Defense Foundati0n
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1425468506.39936.YahooMailMobile>