From owner-freebsd-ports@FreeBSD.ORG Thu Aug 7 01:04:34 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F5F37B401 for ; Thu, 7 Aug 2003 01:04:34 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF7143FDD for ; Thu, 7 Aug 2003 01:04:33 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 57676 invoked from network); 7 Aug 2003 08:04:29 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 7 Aug 2003 08:04:29 -0000 Message-ID: <3F32080D.6020001@liwing.de> Date: Thu, 07 Aug 2003 10:04:29 +0200 From: Jens Rehsack Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Sergei Kolobov References: <20030727132837.GA730@chetwood.ru> <3F23E83F.50601@liwing.de> <20030731213607.GA1867@chetwood.ru> In-Reply-To: <20030731213607.GA1867@chetwood.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports Subject: Re: ANNOUNCE: FreeBSD Port Tools 0.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 08:04:35 -0000 On 31.07.2003 23:36, Sergei Kolobov wrote: > On 2003-07-27 at 16:57 +0200, Jens Rehsack wrote: >> great idea to make such tools public. As long I don't work >> everytime with cvs but with cvsup, too, I used attached script >> with a patched send-pr. It seems not so good as yours but it >> doesn't require "a working copy of the port checked out of CVS". >> I rank that very high, maybe there is a way to combine both >> ways. > > Thanks for suggestion - I have added a -d option > in FreeBSD Port Tools 0.25: > > -d CVS - diff against CVS (default) > -d - diff against Ports tree in (e.g. /usr/ports) > -d - diff against a port in `pwd` (e.g. ".orig") > > I hope you can find it useful. > > Sergei Hi Sergei, I tested it again and found it much more useful than last one, but :-) - if I'm using cvsup, I must store my patches in a way, that I can re-apply them after a cvsup, because not each committer applies the sent patches in time :-) So I will use my difflist and my submit-pr, because I need either a switch for storing the patch created by pr-change somewhere or an option to use a somewhere stored patch, better both. Can I specify -d more than once, eg. pr-change -d Mk/bsd.port.mk -d "*.orig"? Jens