From owner-cvs-all@FreeBSD.ORG Sun Jun 26 10:06:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8528216A41C; Sun, 26 Jun 2005 10:06:22 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 722BA43D1D; Sun, 26 Jun 2005 10:06:22 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5QA6Mah046828; Sun, 26 Jun 2005 10:06:22 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5QA6MeW046827; Sun, 26 Jun 2005 10:06:22 GMT (envelope-from netchild) Message-Id: <200506261006.j5QA6MeW046827@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 26 Jun 2005 10:06:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/linux-gid Makefile ports/cad/tochnog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 10:06:22 -0000 netchild 2005-06-26 10:06:21 UTC FreeBSD ports repository Modified files: cad/linux-gid Makefile cad/tochnog Makefile Log: The tochnog port installs some plugins into a directory which is owned by the the cad/linux-gid port, but it doesn't adds a dependency to linux-gid, since tochnog can be used standalone. The right thing to do would be to add a slave port which installs the plugins only. The slave port would have to depend upon linux-gid and tochnog. Since the linux-gid port installs now in X11BASE and tochnog installs in LOCALBASE, we have a plist problem ATM too. In light of the recent discussion about the right base directory for ports which use X11 bits I decided to go the quick route until everything is decided: - move linux-gid back to LOCALBASE - let tochnog still install the plugins This reverts back to the status quo (a working tochnog/linux-gid). Someone with a good asbestos suite may want to mark the tochnog port BROKEN. Dependencies explained by: pfgshield-freebsd@yahoo.com Revision Changes Path 1.3 +2 -1 ports/cad/linux-gid/Makefile 1.9 +9 -2 ports/cad/tochnog/Makefile