From owner-cvs-ports Fri Feb 27 14:13:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10250 for cvs-ports-outgoing; Fri, 27 Feb 1998 14:13:43 -0800 (PST) (envelope-from owner-cvs-ports) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10242; Fri, 27 Feb 1998 14:13:25 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d60-090.leach.ucdavis.edu [169.237.60.90]) by relay.nuxi.com (8.8.7/8.6.12) with ESMTP id OAA21714; Fri, 27 Feb 1998 14:09:43 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id WAA14698; Fri, 27 Feb 1998 22:09:14 GMT Message-ID: <19980227140914.52434@nuxi.com> Date: Fri, 27 Feb 1998 14:09:14 -0800 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/databases/xmysql/pkg PLIST Reply-To: obrien@NUXI.com References: <199802020227.SAA01897@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199802020227.SAA01897@freefall.freebsd.org>; from Satoshi Asami on Sun, Feb 01, 1998 at 06:27:45PM -0800 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.5-STABLE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Modified files: > databases/xmysql/pkg PLIST > Make this port properly package. > > Now, I know you tested it (who doesn't? :), Andreas, but you need to > test it *twice* with a "make deinstall" in between, or you may not > catch files that were left from the previous installation (as it was > in this case). MUCH, MUCH better way to gen PLIST files is to set PREFIX to /tmp/foo and then `` find /tmp/foo -type f''. This will ensure you catch everything, AND will help you find places where the port isn't PREFIX-clean. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org)