From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 28 09:17:18 2010 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A798A106567A; Sun, 28 Mar 2010 09:17:18 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-iw0-f183.google.com (mail-iw0-f183.google.com [209.85.223.183]) by mx1.freebsd.org (Postfix) with ESMTP id 4B9128FC13; Sun, 28 Mar 2010 09:17:18 +0000 (UTC) Received: by iwn13 with SMTP id 13so7853380iwn.14 for ; Sun, 28 Mar 2010 02:17:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:received:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=KFYc41D0j7K5WqnOWwj/qj+BigBx4NqQRAdhmsP65qU=; b=q4g8pqCZd1dTDRK+kiw2jObi2+Bdxz9HMSVig5PRQ0tvGYXfAL+oN/9TgIiDrQjUE4 WxUl6Oiqmdoo0uO6InNqkMEIRrxmJCb/SoCgDct7pFqzutFan7FrnNj37pbhaY6/94OW Mms2W/I63D3hSeImAOFUwQ5+vTpq4YYRxuOHM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=IxopnQmbAUKyO+SoFAbbWQziuhx+fhv9NVvGQCyX+4vYs0iZA0eZMgge8l+JiYKyv/ kVmRkJ8rlMPT8t7jJLGAxMIrpPoHJB2GwyDTwHgz/KdGKrb6pA5MrMOYiswIMwjZkZay liWS2/js+a0I0pOp4I19xx8NUSNVTF56KOPP8= MIME-Version: 1.0 Sender: yanegomi@gmail.com Received: by 10.231.173.195 with HTTP; Sun, 28 Mar 2010 02:17:17 -0700 (PDT) In-Reply-To: <364299f41003280213x6f67ef45peb891f73fb4d140f@mail.gmail.com> References: <201003280844.o2S8ihqt007800@www.freebsd.org> <201003280850.o2S8o2v6038902@freefall.freebsd.org> <364299f41003280213x6f67ef45peb891f73fb4d140f@mail.gmail.com> Date: Sun, 28 Mar 2010 02:17:17 -0700 X-Google-Sender-Auth: 67a2d1a9f911c75d Received: by 10.231.148.18 with SMTP id n18mr1751722ibv.7.1269767837641; Sun, 28 Mar 2010 02:17:17 -0700 (PDT) Message-ID: <364299f41003280217x68c07210lac03230038d22b9f@mail.gmail.com> From: Garrett Cooper To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/145100: [patch] pkg_add(1) - remove hardcoded versioning data from add/main.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2010 09:17:18 -0000 On Sun, Mar 28, 2010 at 2:13 AM, Garrett Cooper wrote= : > On Sun, Mar 28, 2010 at 1:50 AM, =A0 wr= ote: >> Thank you very much for your problem report. >> It has the internal identification `bin/145100'. >> The individual assigned to look at your >> report is: freebsd-bugs. >> >> You can access the state of your problem report at any time >> via this link: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D145100 >> >>>Category: =A0 =A0 =A0 bin >>>Responsible: =A0 =A0freebsd-bugs >>>Synopsis: =A0 =A0 =A0 [patch] pkg_add(1) - remove hardcoded versioning d= ata from add/main.c >>>Arrival-Date: =A0 Sun Mar 28 08:50:02 UTC 2010 > > Supported hierarchies are done like: > > =A0 =A0//packages- > > Corrected with this diff. One other minor sidenote: this patch requires minor a basename(3) addition to pkg_add(1) as described in bin/121165 . It's relatively trivial to add, and only needs to be done for lib/lib.h and add/main.c ; so either I can yank the diagnostic message, or add the minor change to the diff -- whichever is more preferred. Thanks, -Garrett