From owner-cvs-all@FreeBSD.ORG Fri Jan 30 13:19:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4089E16A4CE; Fri, 30 Jan 2004 13:19:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC5A43D2F; Fri, 30 Jan 2004 13:19:16 -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 i0ULJG0B075166; Fri, 30 Jan 2004 13:19:16 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0ULJF84075165; Fri, 30 Jan 2004 13:19:15 -0800 (PST) (envelope-from glewis) Message-Id: <200401302119.i0ULJF84075165@repoman.freebsd.org> From: Greg Lewis Date: Fri, 30 Jan 2004 13:19:15 -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 ports/editors/bed/files patch-utils::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 21:19:17 -0000 glewis 2004/01/30 13:19:15 PST FreeBSD ports repository Modified files: editors/bed Makefile editors/bed/files patch-plugins::examples::Makefile Added files: editors/bed/files patch-shell.h patch-utils::Makefile Log: . Fix the build on alpha by not assuming that you can cast a va_list to a char **. Instead, iterate the va_list and create the char ** to pass to execvp. . Don't allow -O3 to be hardwired into CFLAGS, just use what is set. In particular, the 4.x/alpha system gcc produces many warnings about why using -O3 with it is bad. . Bump PORTREVISION since although these fixes wre motivated to fix the alpha build, they have non-alpha implications too. Submitted by: bento Revision Changes Path 1.7 +1 -0 ports/editors/bed/Makefile 1.2 +21 -2 ports/editors/bed/files/patch-plugins::examples::Makefile 1.1 +73 -0 ports/editors/bed/files/patch-shell.h (new) 1.1 +12 -0 ports/editors/bed/files/patch-utils::Makefile (new)