From owner-cvs-ports@FreeBSD.ORG Thu Aug 7 10:26:46 2003 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 C1C1A37B401; Thu, 7 Aug 2003 10:26:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5536C43FA3; Thu, 7 Aug 2003 10:26:46 -0700 (PDT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h77HQk0U000911; Thu, 7 Aug 2003 10:26:46 -0700 (PDT) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h77HQkRW000910; Thu, 7 Aug 2003 10:26:46 -0700 (PDT) Message-Id: <200308071726.h77HQkRW000910@repoman.freebsd.org> From: Oliver Lehmann Date: Thu, 7 Aug 2003 10:26:46 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/elk/files patch-af patch-ao patch-ap patch-aq 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, 07 Aug 2003 17:26:47 -0000 oliver 2003/08/07 10:26:46 PDT FreeBSD ports repository Modified files: lang/elk/files patch-af Added files: lang/elk/files patch-ao patch-ap patch-aq Log: fix build on CURRENT - s|varargs.h|stdarg.h| - s|void va_start(va_list ap);|void va_start(va_list ap, last);|g Revision Changes Path 1.3 +26 -6 ports/lang/elk/files/patch-af 1.1 +44 -0 ports/lang/elk/files/patch-ao (new) 1.1 +31 -0 ports/lang/elk/files/patch-ap (new) 1.1 +31 -0 ports/lang/elk/files/patch-aq (new)