From owner-freebsd-x11@FreeBSD.ORG Fri Nov 23 10:00:06 2007 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4619816A418 for ; Fri, 23 Nov 2007 10:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2547813C45B for ; Fri, 23 Nov 2007 10:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id lANA05QP034236 for ; Fri, 23 Nov 2007 10:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id lANA05C0034235; Fri, 23 Nov 2007 10:00:05 GMT (envelope-from gnats) Date: Fri, 23 Nov 2007 10:00:05 GMT Message-Id: <200711231000.lANA05C0034235@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Yoshihiro Ota Cc: Subject: Re: ports/118211: x11/luit needs to be updated as a part of Xorg 6.9 upgrade X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiro Ota List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2007 10:00:06 -0000 The following reply was made to PR ports/118211; it has been noted by GNATS. From: Yoshihiro Ota To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/118211: x11/luit needs to be updated as a part of Xorg 6.9 upgrade Date: Fri, 23 Nov 2007 04:56:34 -0500 This is a multi-part message in MIME format. --Multipart=_Fri__23_Nov_2007_04_56_34_-0500_XE=qqjPloi2vbX0v Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit xterm needs luit as BUILD_DEPENDS, too. --Multipart=_Fri__23_Nov_2007_04_56_34_-0500_XE=qqjPloi2vbX0v Content-Type: text/x-diff; name="luit-BUILD_DEPENDES.diff" Content-Disposition: attachment; filename="luit-BUILD_DEPENDES.diff" Content-Transfer-Encoding: 7bit --- Makefile.orig 2007-11-23 04:47:13.000000000 -0500 +++ Makefile 2007-11-23 04:52:19.000000000 -0500 @@ -7,6 +7,7 @@ PORTNAME= xterm PORTVERSION= 229 +PORTRIVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://voodoo.bawue.com/download/ @@ -15,6 +16,8 @@ MAINTAINER= krion@FreeBSD.org COMMENT= Terminal emulator for the X Window System +BUILD_DEPENDS= luit:${PORTSDIR}/x11/luit + USE_XORG= xaw xft GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} --Multipart=_Fri__23_Nov_2007_04_56_34_-0500_XE=qqjPloi2vbX0v--