From owner-cvs-ports Sat Apr 19 13:45:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA09191 for cvs-ports-outgoing; Sat, 19 Apr 1997 13:45:10 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA09184; Sat, 19 Apr 1997 13:45:05 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id NAA05388; Sat, 19 Apr 1997 13:44:44 -0700 (PDT) To: David Nugent cc: "David O'Brien" , Michael Smith , Satoshi Asami , obrien@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/editors/staroffice Makefile In-reply-to: Your message of "Sun, 20 Apr 1997 04:39:23 +1000." <19970420043923.26057@usn.blaze.net.au> Date: Sat, 19 Apr 1997 13:44:43 -0700 Message-ID: <5386.861482683@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hmm. What about adding this functionality to pkg_add and adding > the file to /var/db/pkg/ so both types of ports users pkg_create already supports a -D flag; any +MESSAGE file should simply be passed to it and, in fact, this is already the case: .if exists(${PKGDIR}/MESSAGE) PKG_ARGS+= -D ${PKGDIR}/MESSAGE .endif Note that this didn't actually _work_ until a fairly recent (1 month ago?) incarnation of pkg_add, mind you. Those changes did make it into 2.2.1, unless I'm very much mistaken. Jordan