Xmh port patch

David O'Brien obrien at freebsd.org
Sun Sep 16 21:35:42 PDT 2007


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 at 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 \


More information about the freebsd-x11 mailing list