From owner-cvs-ports Wed May 3 06:14:49 1995 Return-Path: cvs-ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA02028 for cvs-ports-outgoing; Wed, 3 May 1995 06:14:49 -0700 Received: from veda.is (root@veda.is [193.4.230.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA02003 ; Wed, 3 May 1995 06:13:18 -0700 Received: (from adam@localhost) by veda.is (8.6.8/8.6.6) id NAA08751; Wed, 3 May 1995 13:14:55 GMT From: Adam David Message-Id: <199505031314.NAA08751@veda.is> Subject: Re: cvs commit: ports/net/dgd Makefile To: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Date: Wed, 3 May 1995 13:14:53 +0000 (GMT) Cc: CVS-commiters@freefall.cdrom.com, cvs-ports@freefall.cdrom.com In-Reply-To: <199505022254.PAA08038@silvia.HIP.Berkeley.EDU> from "Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=" at May 2, 95 03:54:22 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 994 Sender: cvs-ports-owner@freebsd.org Precedence: bulk > tar command `tar -zcf /e/work/asami/ports/packages/.packages/dgd-1.0.9.tgz +CONTE > NTS +COMMENT +DESC +REQUIRE +MTREE_DIRS -C /usr/local -C . dgd/Copyright dgd/Cred ^^^^^^^^^^^^^^^^^^ It only worked previously with a copy already installed, oops... pkg_create does not accept a relative path as @srcdir because it overrides the @cwd during package creation by issuing a second -C instead of replacing the first one. I have found a much cleaner workaround and will commit it shortly. > 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. Adam D.