Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2007 21:35:41 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        Kostik Belousov <kostikbel@gmail.com>
Cc:        x11@freebsd.org
Subject:   Re: Xmh port patch
Message-ID:  <20070917043541.GA83313@dragon.NUXI.org>
In-Reply-To: <20070917034318.GI79542@deviant.kiev.zoral.com.ua>
References:  <20070916225242.GA76637@dragon.NUXI.org> <20070917034318.GI79542@deviant.kiev.zoral.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070917043541.GA83313>