From owner-cvs-all Wed Apr 12 19:49:41 2000 Delivered-To: cvs-all@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id E400F37B69B; Wed, 12 Apr 2000 19:49:37 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-66.ix.netcom.com [205.186.215.66]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id WAA07995; Wed, 12 Apr 2000 22:48:52 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id TAA34080; Wed, 12 Apr 2000 19:47:44 -0700 (PDT) To: "R. Imura" Cc: , , Subject: Re: cvs commit: ports/chinese Makefile.inc ports/german Makefile.inc ports/japanese Makefile.inc ports/korean Makefile.inc ports/russian Makefile.inc ports/vietnamese Makefile.inc References: <20000412005730F.imura@cs.titech.ac.jp> <86bt3gk2oi.wl@archon.local.idaemons.org> <20000412083621F.imura@cs.titech.ac.jp> <006101bfa4ee$cdff1000$6010a8c0@nttdtec.co.jp> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 12 Apr 2000 19:47:13 -0700 In-Reply-To: "R. Imura"'s message of "Thu, 13 Apr 2000 11:19:43 +0900" Message-ID: Lines: 30 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: "R. Imura" * I think, our ports' good point is each skeltons are independent and * we can build many applications with very a few files. * Yes, if no CATEGORIES in its Makefile, we can build with no problem, * but if he really want in what category the port is, it requires a hole * tree of ports. I just worry about it. (You know, master/slave ports * are the out of this case) I don't think that is much of a problem. As you said, you can still build it. Also, if you (a human) just want to *know* what category the port is in, it's in the $FreeBSD$ line. :) * About PKGNAMEPREFIX, even if I don't have Makefile.inc, I will know * PKGNAMEPREFIX from its CATEGORIES, because CATEGORIES is still in * each Makefiles. This is actually a bigger problem, because things like ko-Wnn will not build right if they don't have the parent Makefile.inc (it branches off PKGNAMEPREFIX). Also, if you install a port from outside the tree, you can get an inconsistent package name entry in /var/db/pkg. * There should be misunderstandings. :( * I know well about first ${.CURDIR}../Makefile.inc, second * ${MASTERDIR}../Makefile.inc is very important. Ok. Well, if you all agree with that, then it's fine. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message