From owner-cvs-all Mon May 27 11: 4: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 93FC737B406; Mon, 27 May 2002 11:04:01 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4RI3xJn061512; Mon, 27 May 2002 11:03:59 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4RI3xdK061511; Mon, 27 May 2002 11:03:59 -0700 (PDT) Date: Mon, 27 May 2002 11:03:59 -0700 From: "David O'Brien" To: Dominic Marks Cc: "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/nmap Makefile distinfo Message-ID: <20020527110359.A14580@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Dominic Marks , "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205211626.g4LGQ4k04278@freefall.freebsd.org> <20020527103350.A50482@dragon.nuxi.com> <20020527185854.A79542@host217-39-111-112.in-addr.btop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020527185854.A79542@host217-39-111-112.in-addr.btop>; from dominic_marks@btinternet.com on Mon, May 27, 2002 at 06:58:54PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 27, 2002 at 06:58:54PM +0100, Dominic Marks wrote: > > Or santity check things? What is the purpose of > > PLIST= pkg-plist > > It was used when generating the package list based on the option of > no-gui or gui. It's now redudant, since that was an incorrect > "feature" in the first place. No, it was already set to that in bsd.port.mk. PLIST?= ${PKGDIR}/pkg-plist Why did you need to override it. You also should have used USE_GTK rather than do the gtk-config12 subsitiution yourself. Otherwise you were missing key dependencies. Please review the comment sections at the top of /usr/ports/Mk/bsd.*.mk. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message