From owner-freebsd-ports Sun Jan 19 20:24:35 2003 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 C3DA837B401 for ; Sun, 19 Jan 2003 20:24:34 -0800 (PST) Received: from mail.lovett.com (sentinel.ranger.supernews.net [216.168.1.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7644443ED8 for ; Sun, 19 Jan 2003 20:24:34 -0800 (PST) (envelope-from ade@lovett.com) Received: from cs666853-113.austin.rr.com ([66.68.53.113] helo=[10.0.0.2] ident=guns) by mail.lovett.com with esmtp (Exim 4.12) id 18aTU8-000LJN-00; Mon, 20 Jan 2003 04:24:32 +0000 User-Agent: Microsoft-Entourage/10.1.1.2418 Date: Sun, 19 Jan 2003 22:25:58 -0600 Subject: Re: Determining the correct pkg-plist From: Ade Lovett To: Kris Kennaway , Craig Rodrigues Cc: Message-ID: In-Reply-To: <20030120003011.GA90030@rot13.obsecurity.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 01/19/03 18:30, "Kris Kennaway" wrote: > There are some scripts in ports/Tools that mostly-automate this > process. I usually just use (a suitable variation of) "find > /usr/local -mmin -5 -o -cmin -5" myself, though. Actually, I've found the best method (certainly in the early stages of gnome 1.x port development) was to make judicious use of PREFIX=/somewhere/to/build in the install, deinstall, along with a wrapper to touch /somewhere/to/build/STAMP, and also check for files that ended up in /usr/X11R6 and /usr/local instead of where they should. This has the added advantage that if your port passes, not only is the PLIST correct, it's also PREFIX-safe. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message