From owner-cvs-ports@FreeBSD.ORG Sat Feb 14 03:33:50 2004 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 E54F716A4CF; Sat, 14 Feb 2004 03:33:49 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 825A343D1F; Sat, 14 Feb 2004 03:33:49 -0800 (PST) (envelope-from linimon@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 20:33:45 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail02.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 12:53:34 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D3u2SD014863 for ; Fri, 13 Feb 2004 12:56:03 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 8B09755D55; Thu, 12 Feb 2004 19:55:48 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id D9FA916A4D9; Thu, 12 Feb 2004 19:55:47 -0800 (PST) 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 BE7EC16A4CE; Thu, 12 Feb 2004 19:53:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A2343D1F; Thu, 12 Feb 2004 19:53:48 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D3rmGe094619; Thu, 12 Feb 2004 19:53:48 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D3rmao094618; Thu, 12 Feb 2004 19:53:48 -0800 (PST) (envelope-from linimon) Message-Id: <200402130353.i1D3rmao094618@repoman.freebsd.org> From: Mark Linimon Date: Thu, 12 Feb 2004 19:53:48 -0800 (PST) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 03:53:34.0640 (UTC) FILETIME=[F4159B00:01C3F1E4] Subject: cvs commit: ports/math/vtk-data Makefile ports/math/vtk-examples Makefile ports/math/vtk-headers Makefile ports/math/vtk-java Makefile ports/math/vtk-python Makefile ports/math/vtk-tcl Makefile ports/math/vtk Makefile X-BeenThere: cvs-ports@freebsd.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 11:33:50 -0000 linimon 2004/02/12 19:53:48 PST FreeBSD ports repository Modified files: math/vtk-data Makefile math/vtk-examples Makefile math/vtk-headers Makefile math/vtk-java Makefile math/vtk-python Makefile math/vtk-tcl Makefile math/vtk Makefile Log: During building executables on FreeBSD 4.X the "undefined reference to `pthread_*'" was thrown. Fix this, and also some other cosmetic bugs. PR: ports/62446 Submitted by: Mykola Khotyaintsev (maintainer) Revision Changes Path 1.2 +1 -1 ports/math/vtk-data/Makefile 1.2 +1 -1 ports/math/vtk-examples/Makefile 1.2 +1 -1 ports/math/vtk-headers/Makefile 1.3 +1 -1 ports/math/vtk-java/Makefile 1.2 +1 -1 ports/math/vtk-python/Makefile 1.2 +1 -1 ports/math/vtk-tcl/Makefile 1.24 +12 -6 ports/math/vtk/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"