From owner-freebsd-ports@FreeBSD.ORG Mon Sep 22 00:31:55 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 C49D816A4B3 for ; Mon, 22 Sep 2003 00:31:55 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id DC52643FBD for ; Mon, 22 Sep 2003 00:31:51 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 22605 invoked by alias); 22 Sep 2003 08:01:52 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.055874 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 22 Sep 2003 08:01:52 -0000 X-RCPTTO: freebsd-ports@freebsd.org,sem@ciam.ru, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id h8M7Uorc062632; Mon, 22 Sep 2003 16:30:50 +0900 Message-ID: <3F6EA566.4030605@snu.ac.kr> Date: Mon, 22 Sep 2003 16:31:50 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: Sergey Matveychuk , freebsd-ports@freebsd.org References: <3F6E73DD.2050605@snu.ac.kr> <3F6E9433.7090205@ciam.ru> In-Reply-To: <3F6E9433.7090205@ciam.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: How to patch and fix a broken port? 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: Mon, 22 Sep 2003 07:31:55 -0000 Sergey Matveychuk wrote: > > > Rob Lahaye wrote: >> >> So what to do with broken ports like that? > > > Fill a PR and send it with send-pr(1). Don't forget Cc a port > maintainer. After a while (a week or more) if the maintainer doesn't > answer and doesn't fix the port ask here to commit your patch with "port > maintainer timeout" reason. > > Learn about PR from the handbook, porter's handbook and examples from > GNATS database (http://www.freebsd.org/cgi/query-pr-summary.cgi). > > Fill send-pr tidy and be sure you test the patch applying. OK, I checked out the send-pr man pages: SYNOPSIS send-pr [ site ] [ -f problem-report ] [ -t mail-address ] [ -P ] [ -L ] [ -s severity ] [ -V ] [ --version ] [ -c address ] [ -a file ] There's lots of talking about 'category' in the man pages, but where does that go into the send-pr command line? Or is 'category' the same as 'site'? If so, why using two different words for the same thing !?! Would this, for example do: send-pr ports -f "myComplaint.txt" -s "Critical problems" \ -a "myPatch.diff" -c "theMaintainer@somewhere.org" The man pages say that the 'site' value is defined in aliases. But I have nothing like that in my aliases file. Also, the man pages do not provide enough info on values for 'severity'. Regards, Rob.