From owner-cvs-ports Wed May 3 06:40:08 1995 Return-Path: cvs-ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA02491 for cvs-ports-outgoing; Wed, 3 May 1995 06:40:08 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA02485 ; Wed, 3 May 1995 06:40:02 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id GAA11166; Wed, 3 May 1995 06:39:22 -0700 Date: Wed, 3 May 1995 06:39:22 -0700 Message-Id: <199505031339.GAA11166@silvia.HIP.Berkeley.EDU> To: adam@veda.is CC: CVS-commiters@freefall.cdrom.com, cvs-ports@freefall.cdrom.com In-reply-to: <199505031314.NAA08751@veda.is> (message from Adam David on Wed, 3 May 1995 13:14:53 +0000 (GMT)) Subject: Re: cvs commit: ports/net/dgd Makefile From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: cvs-ports-owner@freebsd.org Precedence: bulk * > Actually I didn't ask you this before: Why do you want it to be * > package-able without installing it? * * The installed copy might be a different version or have modified * library files. Actually, libraries are not included in the base * package and will be separate packages. However, libraries might * depend on a specific version of the driver, so it is not good to * clobber an existing installation simply for the purpose of * generating a package for export. Well, that's all well but I don't think anybody else than us (people who put the packages on wcarchive and CDROMS) really use the "package" target. ;) I agree with you that it's not nice to clobber an existing installation just to generate a package, but many ports need a major surgery in pkg/PLIST to allow un-installed packaging, and we chose to ignore that problem for the sake of simplicity. If it works, then it's fine, but I've already stumbled upon this twice and it's eating up precious time in the pre-release. If it breaks again, I'm inclined to remove all your "workarounds" from PLIST, I hope you don't mind. Satoshi