From owner-cvs-all@FreeBSD.ORG Thu Feb 14 11:20:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6A0516A469; Thu, 14 Feb 2008 11:20:30 +0000 (UTC) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8787913C442; Thu, 14 Feb 2008 11:20:30 +0000 (UTC) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1EBKU8x047324; Thu, 14 Feb 2008 11:20:30 GMT (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1EBKUP9047323; Thu, 14 Feb 2008 11:20:30 GMT (envelope-from gj) Message-Id: <200802141120.m1EBKUP9047323@repoman.freebsd.org> From: Gary Jennejohn Date: Thu, 14 Feb 2008 11:20:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/vile/files patch-filec.c ports/editors/xvile/files patch-filec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 14 Feb 2008 11:20:30 -0000 gj 2008-02-14 11:20:30 UTC FreeBSD ports repository Added files: editors/vile/files patch-filec.c editors/xvile/files patch-filec.c Log: Add patch-filec.c to hopefully fix problems seen on the build machines. It basically forces the extern char **environ; declaration to be exposed. I was unable to reproduce the reported errors on my machines without modifying a header file. But if I do that then I can build vile and xvile without errors using this patch. Revision Changes Path 1.1 +11 -0 ports/editors/vile/files/patch-filec.c (new) 1.1 +11 -0 ports/editors/xvile/files/patch-filec.c (new)