From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 28 09:20:06 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01C99106566C for ; Sun, 28 Mar 2010 09:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E46228FC1B for ; Sun, 28 Mar 2010 09:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2S9K5xR064320 for ; Sun, 28 Mar 2010 09:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2S9K5qB064319; Sun, 28 Mar 2010 09:20:05 GMT (envelope-from gnats) Date: Sun, 28 Mar 2010 09:20:05 GMT Message-Id: <201003280920.o2S9K5qB064319@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Garrett Cooper Cc: 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 Reply-To: Garrett Cooper List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2010 09:20:06 -0000 The following reply was made to PR bin/145100; it has been noted by GNATS. From: Garrett Cooper To: Garrett Cooper Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: bin/145100: [patch] pkg_add(1) - remove hardcoded versioning data from add/main.c Date: Sun, 28 Mar 2010 02:17:17 -0700 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