From owner-cvs-all@FreeBSD.ORG Sat Aug 23 05:50:50 2003 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 00BF516A4BF; Sat, 23 Aug 2003 05:50:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9670143F85; Sat, 23 Aug 2003 05:50:49 -0700 (PDT) (envelope-from edwin@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 h7NCon0U021515; Sat, 23 Aug 2003 05:50:49 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7NConhr021514; Sat, 23 Aug 2003 05:50:49 -0700 (PDT) Message-Id: <200308231250.h7NConhr021514@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 23 Aug 2003 05:50:49 -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/ici 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: Sat, 23 Aug 2003 12:50:50 -0000 edwin 2003/08/23 05:50:49 PDT FreeBSD ports repository Modified files: lang/ici Makefile Log: Fix to ports/lang/ici build problem on 5-CURRENT Patch to fix build failures of lang/ici port on 5-CURRENT. Note this is UNTESTED (my 5-CURRENT machine disappeared last week) but the same fix was required on other gcc 3.x using platforms (Mac OS X) and I am assuming it will repair the brokeness. Honestly, the patch didn't but a quick search/replace of "float_t" to "floats_t" did. Informed maintainer. PR: ports/52444 Submitted by: Andy Newman Revision Changes Path 1.14 +3 -3 ports/lang/ici/Makefile