From owner-cvs-all@FreeBSD.ORG Wed Aug 17 05:22:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 A1D7216A41F; Wed, 17 Aug 2005 05:22:59 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BDE043D46; Wed, 17 Aug 2005 05:22:59 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7H5MxpS080033; Wed, 17 Aug 2005 05:22:59 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H5Mxla080032; Wed, 17 Aug 2005 05:22:59 GMT (envelope-from thierry) Message-Id: <200508170522.j7H5Mxla080032@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 17 Aug 2005 05:22:59 +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/math/kaskade Makefile pkg-plist ports/math/kaskade/files patch-sources_alloc.c patch-sources_alloc.h patch-sources_cmdpars.h patch-sources_dict.h patch-sources_dlist.h patch-sources_family.h patch-sources_general.h.in patch-sources_kvector.h ... 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: Wed, 17 Aug 2005 05:22:59 -0000 thierry 2005-08-17 05:22:59 UTC FreeBSD ports repository Modified files: math/kaskade Makefile pkg-plist Added files: math/kaskade/files patch-sources_alloc.c patch-sources_alloc.h patch-sources_cmdpars.h patch-sources_dict.h patch-sources_dlist.h patch-sources_family.h patch-sources_general.h.in patch-sources_kvector.h patch-sources_matrix.h patch-sources_slist.h patch-sources_stack.c patch-sources_stack.h patch-sources_utils.h patch-sources_varalloc.cc patch-sources_vector.c patch-sources_vector.h Log: Unbreak with gcc 3.4. Approved by: portmgr (marcus) Revision Changes Path 1.22 +3 -7 ports/math/kaskade/Makefile 1.1 +63 -0 ports/math/kaskade/files/patch-sources_alloc.c (new) 1.1 +12 -0 ports/math/kaskade/files/patch-sources_alloc.h (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_cmdpars.h (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_dict.h (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_dlist.h (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_family.h (new) 1.1 +13 -0 ports/math/kaskade/files/patch-sources_general.h.in (new) 1.1 +32 -0 ports/math/kaskade/files/patch-sources_kvector.h (new) 1.1 +35 -0 ports/math/kaskade/files/patch-sources_matrix.h (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_slist.h (new) 1.1 +143 -0 ports/math/kaskade/files/patch-sources_stack.c (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_stack.h (new) 1.1 +15 -0 ports/math/kaskade/files/patch-sources_utils.h (new) 1.1 +11 -0 ports/math/kaskade/files/patch-sources_varalloc.cc (new) 1.1 +28 -0 ports/math/kaskade/files/patch-sources_vector.c (new) 1.1 +31 -0 ports/math/kaskade/files/patch-sources_vector.h (new) 1.4 +1 -0 ports/math/kaskade/pkg-plist