From owner-freebsd-gnome Sun Aug 11 21:46: 8 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06C0737B400; Sun, 11 Aug 2002 21:46:07 -0700 (PDT) Received: from berkeley.sa2c.net (berkeley.sa2c.net [61.194.193.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D7CB43E5E; Sun, 11 Aug 2002 21:46:06 -0700 (PDT) (envelope-from sa2c@sa2c.net) Received: from berkeley.sa2c.net (localhost [127.0.0.1]) by berkeley.sa2c.net (Postfix) with ESMTP id 9A2302F5; Mon, 12 Aug 2002 13:46:04 +0900 (JST) To: Joe Marcus Clarke <marcus@FreeBSD.org> Cc: FreeBSD GNOME Users <gnome@FreeBSD.org> Subject: Re: ports/41300: textproc/scrollkeeper should have BUILD_DEPENDS for textproc/docbook-xml References: <200208110547.g7B5lduE003365@freefall.freebsd.org> <20020811122110.AEFD731D@berkeley.sa2c.net> <1029086728.3799.3.camel@shumai.marcuscom.com> From: NIIMI Satoshi <sa2c@sa2c.net> Date: 12 Aug 2002 13:46:04 +0900 In-Reply-To: <1029086728.3799.3.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-Id: <20020812044604.9A2302F5@berkeley.sa2c.net> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-gnome.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-gnome> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-gnome> X-Loop: FreeBSD.ORG Joe Marcus Clarke <marcus@FreeBSD.org> writes: > You're right. docbook-xml doesn't list catalog as a plist file. This > means it won't be removed if docbook-xml is uninstalled. Not sure if In docbook-xml/pkg-plist, there is a line "@unexec mkcatalog ... deinstall". mkcatalog will remove empty catalog files. > this is the maintainer's intention or not. I'll add an explicit > dependency to docbook-xml to get around this problem. The original PR was not correct. What should be done in scrollkeeper port is to add "@unexec xmlcatalog --del" lines in pkg-plist to remove entities which are added by "xmlcatalog --add" in pkg-install. -- NIIMI Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message