From owner-freebsd-ports Mon Nov 4 11:21:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAC2937B401 for ; Mon, 4 Nov 2002 11:21:49 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3962B43E75 for ; Mon, 4 Nov 2002 11:21:49 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 7AC003F4F for ; Mon, 4 Nov 2002 14:21:48 -0500 (EST) From: "Dan Langille" To: ports@freebsd.org Date: Mon, 04 Nov 2002 14:21:48 -0500 MIME-Version: 1.0 Subject: make -V COMMENT versus make -V PORTCOMMENT Message-ID: <3DC6827C.10350.676A511C@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org With recent changes to bsd.port.mk, I am updating FreshPorts to use `make -v PORTCOMMENT` to obtain what used to be in pkg-comment. I noticed this issue with a recently committed port: [dan@undef:~/ports/games/tome] $ ls Makefile distinfo files pkg-descr pkg-plist [dan@undef:~/ports/games/tome] $ make -V COMMENT /usr/home/dan/ports/games/tome/pkg-comment [dan@undef:~/ports/games/tome] $ make -V PORTCOMMENT ToME is a roguelike dungeon exploration game based on JRR Tolkien\'s works [dan@undef:~/ports/games/tome] $ Given the new situation, just what should `make -V COMMENT` be returning if pkg-comment does not exist? -- Dan Langille To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message