From owner-freebsd-x11@FreeBSD.ORG Mon Sep 17 04:35:42 2007 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76D0C16A41A for ; Mon, 17 Sep 2007 04:35:42 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 566DF13C442 for ; Mon, 17 Sep 2007 04:35:42 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id l8H4ZfRo083401; Sun, 16 Sep 2007 21:35:41 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l8H4Zfe5083400; Sun, 16 Sep 2007 21:35:41 -0700 (PDT) (envelope-from obrien) Date: Sun, 16 Sep 2007 21:35:41 -0700 From: "David O'Brien" To: Kostik Belousov Message-ID: <20070917043541.GA83313@dragon.NUXI.org> References: <20070916225242.GA76637@dragon.NUXI.org> <20070917034318.GI79542@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070917034318.GI79542@deviant.kiev.zoral.com.ua> X-Operating-System: FreeBSD 7.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 User-Agent: Mutt/1.5.11 Cc: x11@freebsd.org Subject: Re: Xmh port patch X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 04:35:42 -0000 On Mon, Sep 17, 2007 at 06:43:18AM +0300, Kostik Belousov wrote: > On Sun, Sep 16, 2007 at 03:52:42PM -0700, David O'Brien wrote: > > Hi folks, > > The Xmh port really should depend on the MH MUA now that we've broken > > things down into individual packages. (It should also move to under > > mail/ instead of x11/, but I'll leave that up to you folks to initiate.) > > > > Ok, to commit? > > This brings unconditional dependency mh->xmh->xorg-apps->xorg. > It would be better to remove xmh from xorg-apps RUN_DEPENDS. OK to commit? Index: xmh/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/xmh/Makefile,v retrieving revision 1.1 diff -u -p -r1.1 Makefile --- xmh/Makefile 19 May 2007 20:28:01 -0000 1.1 +++ xmh/Makefile 16 Sep 2007 22:50:35 -0000 @@ -7,11 +7,13 @@ PORTNAME= xmh PORTVERSION= 1.0.1 -CATEGORIES= x11 +CATEGORIES= mail x11 MAINTAINER= x11@FreeBSD.org COMMENT= Send and read mail with an X interface to MH +RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh + XORG_CAT= app USE_XORG= xt xaw Index: xorg-apps/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/xorg-apps/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- xorg-apps/Makefile 13 Sep 2007 19:45:04 -0000 1.3 +++ xorg-apps/Makefile 17 Sep 2007 04:35:14 -0000 @@ -84,7 +84,6 @@ RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fo xmag:${PORTSDIR}/x11/xmag \ xman:${PORTSDIR}/x11/xman \ xmessage:${PORTSDIR}/x11/xmessage \ - xmh:${PORTSDIR}/x11/xmh \ xmodmap:${PORTSDIR}/x11/xmodmap \ xmore:${PORTSDIR}/x11/xmore \ xphelloworld:${PORTSDIR}/x11/xphelloworld \