From owner-cvs-ports@FreeBSD.ORG Thu Jan 22 09:39:09 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5BC516A4CE; Thu, 22 Jan 2004 09:39:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D052643D1D; Thu, 22 Jan 2004 09:39:08 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0MHd80B078419; Thu, 22 Jan 2004 09:39:08 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0MHd8RE078418; Thu, 22 Jan 2004 09:39:08 -0800 (PST) (envelope-from glewis) Message-Id: <200401221739.i0MHd8RE078418@repoman.freebsd.org> From: Greg Lewis Date: Thu, 22 Jan 2004 09:39:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/bed Makefile pkg-plist ports/editors/bed/files patch-Makefile patch-editmacros.cpp patch-plugins::examples::Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2004 17:39:10 -0000 glewis 2004/01/22 09:39:08 PST FreeBSD ports repository Modified files: editors/bed Makefile pkg-plist editors/bed/files patch-Makefile Added files: editors/bed/files patch-editmacros.cpp patch-getfile.cpp patch-keyconfig.cpp patch-plugins::examples::Makefile Log: . If PACKAGE_BUILDING is set, then set WITHOUT_X11 as we can't guarantee that we have an appropriate rxvt. . Make rxvt a PATCH_DEPENDS as it is tested in pre-configure (there is no CONFIGURE_DEPENDS). . Fix packing list and unbreak. . Fix some minor whitespace bogons in Makefile. . Add patches which hopefully fix the build on 5.x. . Add a patch to stop the port installing stuff outside of ${PREFIX}. Some of this could be added back in with a better patch that installed it in the right place. Revision Changes Path 1.6 +9 -6 ports/editors/bed/Makefile 1.2 +38 -2 ports/editors/bed/files/patch-Makefile 1.1 +11 -0 ports/editors/bed/files/patch-editmacros.cpp (new) 1.1 +13 -0 ports/editors/bed/files/patch-getfile.cpp (new) 1.1 +23 -0 ports/editors/bed/files/patch-keyconfig.cpp (new) 1.1 +190 -0 ports/editors/bed/files/patch-plugins::examples::Makefile (new) 1.2 +1 -1 ports/editors/bed/pkg-plist