From owner-cvs-ports@FreeBSD.ORG Fri Feb 15 17:39:04 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F337916A418; Fri, 15 Feb 2008 17:39:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BCBE613C45D; Fri, 15 Feb 2008 17:39:03 +0000 (UTC) (envelope-from miwi@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 m1FHd3gW003841; Fri, 15 Feb 2008 17:39:03 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1FHd3Ij003840; Fri, 15 Feb 2008 17:39:03 GMT (envelope-from miwi) Message-Id: <200802151739.m1FHd3Ij003840@repoman.freebsd.org> From: Martin Wilke Date: Fri, 15 Feb 2008 17:39:03 +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/graphics/nurbs++ Makefile ports/graphics/nurbs++/files patch-image_color.cpp patch-matrix_barray2d_uchar.cpp patch-matrix_barray_complex.cpp patch-matrix_matrix_char.cpp patch-matrix_matrix_complex.cpp patch-matrix_matrix_double.cpp patch-matrix_matrix_float.cpp patch-matrix_matrix_hpoint.cpp patch-matrix_matrix_int.cpp ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 15 Feb 2008 17:39:04 -0000 miwi 2008-02-15 17:39:03 UTC FreeBSD ports repository Modified files: graphics/nurbs++ Makefile Added files: graphics/nurbs++/files patch-image_color.cpp patch-matrix_barray2d_uchar.cpp patch-matrix_barray_complex.cpp patch-matrix_matrix_char.cpp patch-matrix_matrix_complex.cpp patch-matrix_matrix_double.cpp patch-matrix_matrix_float.cpp patch-matrix_matrix_hpoint.cpp patch-matrix_matrix_int.cpp patch-matrix_matrix_point.cpp patch-matrix_matrix_uchar.cpp patch-matrix_vector_double.cpp patch-matrix_vector_float.cpp patch-matrix_vector_int.cpp patch-nurbs_d_nurbs.cpp patch-nurbs_d_surface.cpp patch-nurbs_f_surface.cpp Log: - Fix build with gcc 4.2 - Pass maintainership to submitter PR: 120626 Submitted by: Pietro Cerutti Revision Changes Path 1.20 +2 -8 ports/graphics/nurbs++/Makefile 1.1 +29 -0 ports/graphics/nurbs++/files/patch-image_color.cpp (new) 1.1 +11 -0 ports/graphics/nurbs++/files/patch-matrix_barray2d_uchar.cpp (new) 1.1 +11 -0 ports/graphics/nurbs++/files/patch-matrix_barray_complex.cpp (new) 1.1 +38 -0 ports/graphics/nurbs++/files/patch-matrix_matrix_char.cpp (new) 1.1 +11 -0 ports/graphics/nurbs++/files/patch-matrix_matrix_complex.cpp (new) 1.1 +11 -0 ports/graphics/nurbs++/files/patch-matrix_matrix_double.cpp (new) 1.1 +11 -0 ports/graphics/nurbs++/files/patch-matrix_matrix_float.cpp (new) 1.1 +38 -0 ports/graphics/nurbs++/files/patch-matrix_matrix_hpoint.cpp (new) 1.1 +43 -0 ports/graphics/nurbs++/files/patch-matrix_matrix_int.cpp (new) 1.1 +38 -0 ports/graphics/nurbs++/files/patch-matrix_matrix_point.cpp (new) 1.1 +38 -0 ports/graphics/nurbs++/files/patch-matrix_matrix_uchar.cpp (new) 1.1 +11 -0 ports/graphics/nurbs++/files/patch-matrix_vector_double.cpp (new) 1.1 +11 -0 ports/graphics/nurbs++/files/patch-matrix_vector_float.cpp (new) 1.1 +11 -0 ports/graphics/nurbs++/files/patch-matrix_vector_int.cpp (new) 1.1 +11 -0 ports/graphics/nurbs++/files/patch-nurbs_d_nurbs.cpp (new) 1.1 +24 -0 ports/graphics/nurbs++/files/patch-nurbs_d_surface.cpp (new) 1.1 +24 -0 ports/graphics/nurbs++/files/patch-nurbs_f_surface.cpp (new)