From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 14 09:50:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D41816A4CE for ; Wed, 14 Jan 2004 09:50:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3033743D46 for ; Wed, 14 Jan 2004 09:50:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0EHoMFR021877 for ; Wed, 14 Jan 2004 09:50:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0EHoMID021875; Wed, 14 Jan 2004 09:50:22 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Jan 2004 09:50:22 -0800 (PST) Message-Id: <200401141750.i0EHoMID021875@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "matthias.andree" Subject: Re: ports/61283: [MAINTAINER] databases/db42: install libdb*-4.2.so files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "matthias.andree" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 17:50:30 -0000 The following reply was made to PR ports/61283; it has been noted by GNATS. From: "matthias.andree" To: freebsd-gnats-submit@FreeBSD.org, petef@freebsd.org Cc: Subject: Re: ports/61283: [MAINTAINER] databases/db42: install libdb*-4.2.so files Date: Wed, 14 Jan 2004 18:44:33 +0100 All symbolic links are relative and do not contain $PREFIX components (try: tar -tzvf db42.tgz | grep ^l) and will work no matter if you "make install", "pkg_add", "pkg_add -p /some/dir" or move the whole tree later on. If you think otherwise, please state what you did, what you got, and what you'd expected instead. BTW, ports/archivers/unzip/pkg-plist is bogus. Neither does the "silence possible errors from @unexec" part work as intended (refer to http://www.freebsd.org/cgi/cvsweb.cgi/ports/archivers/unzip/pkg-plist r1.14) nor is it justified to discard errors that arise from removing a non-shared object. PR against unzip has been filed, it's ports/61366 Matthias Andree