From owner-freebsd-ports@FreeBSD.ORG Sat Mar 10 00:18:16 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 212F616A401 for ; Sat, 10 Mar 2007 00:18:16 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id A84CE13C467 for ; Sat, 10 Mar 2007 00:18:15 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so1445354ugh for ; Fri, 09 Mar 2007 16:18:14 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=nAqXW+YB4l148uZyA2GzE+eIMeXXVSHchwjzLOad0F7NXiLxRsKetfonEkxC5BuRb3Wu+VukDDbbgrqDoVenK5MqZZBuJEcKZqb15HB9MdFYhkwdOimPf2kLPUrZC2UKN+LI5QPg3uqcgvXNLUjfHTjIiHFghKGrj1dcQwLsS28= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=jNGn6GAn6HLloVhyNuQ8zqMZBx2k6IGmUchibHrPhfL7hCTS/Xvji19sSseghXGNA3b3I/Tm1h3fhf3NUA41X0F5OaU0XTZw0xW7EJ1v864G1nSaeJFaaEVxHAOocdb/ZZQtJA2aM6ZhNX8kLMpVZOaj8zgvhFUNAfAri8k1EEQ= Received: by 10.67.26.7 with SMTP id d7mr10744987ugj.1173484351881; Fri, 09 Mar 2007 15:52:31 -0800 (PST) Received: from roadrunner.q.local ( [85.180.155.78]) by mx.google.com with ESMTP id g8sm11039013muf.2007.03.09.15.52.30; Fri, 09 Mar 2007 15:52:30 -0800 (PST) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.8/8.13.8) with ESMTP id l29JXRUr003776; Fri, 9 Mar 2007 20:33:27 +0100 (CET) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.8/8.13.8/Submit) id l29JXR6P003775; Fri, 9 Mar 2007 20:33:27 +0100 (CET) (envelope-from uspoerlein@gmail.com) Date: Fri, 9 Mar 2007 20:33:26 +0100 From: Ulrich Spoerlein To: spil.oss@gmail.com Message-ID: <20070309193326.GA1601@roadrunner.q.local> Mail-Followup-To: spil.oss@gmail.com, freebsd-ports@freebsd.org References: <5fbf03c20703080443p1c8edca0p167b242a5b0969a2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5fbf03c20703080443p1c8edca0p167b242a5b0969a2@mail.gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: How to create a patch that removes a file X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2007 00:18:16 -0000 Spil Oss wrote: > I'd like to submit the patch in a PR, but I don't know (yet :D) how to > include the removal of a file from the port (that patch-file is now > already included in the distributed sources). This works best for me: - Use a cvs mirror - Install ports-mgmt/porttools - Checkout the port, modify, add files with 'cvs add', delete them with 'cvs rm' - run 'port submit' It runs portlint, fills out the PR, CCs the maintainer, hints at added/removed files, etc. Highly recommended! Ulrich Spoerlein -- "The trouble with the dictionary is you have to know how the word is spelled before you can look it up to see how it is spelled." -- Will Cuppy