From owner-cvs-all@FreeBSD.ORG Tue Feb 2 16:04:23 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39810106566B; Tue, 2 Feb 2010 16:04:23 +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 298D68FC15; Tue, 2 Feb 2010 16:04:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o12G4NcX074823; Tue, 2 Feb 2010 16:04:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o12G4NXr074822; Tue, 2 Feb 2010 16:04:23 GMT (envelope-from miwi) Message-Id: <201002021604.o12G4NXr074822@repoman.freebsd.org> From: Martin Wilke Date: Tue, 2 Feb 2010 16:04:23 +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/libRmath Makefile distinfo pkg-plist ports/math/R Makefile pkg-plist ports/math/R/files patch-src__nmath__standalone__test.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2010 16:04:23 -0000 miwi 2010-02-02 16:04:23 UTC FreeBSD ports repository Modified files: math/libRmath Makefile math/R Makefile pkg-plist Added files: math/libRmath pkg-plist math/R/files patch-src__nmath__standalone__test.c Removed files: math/libRmath distinfo Log: - Make math/libRmath to a slave port of math/R - Add an option to build libR into a static, rather than a shared library (requested by a few users) PR: 143076 Submitted by: Pedro F. Giffuni "b. f." (maintainer) Approved by: maintainer Revision Changes Path 1.84 +49 -5 ports/math/R/Makefile 1.1 +11 -0 ports/math/R/files/patch-src__nmath__standalone__test.c (new) 1.45 +4 -3 ports/math/R/pkg-plist 1.23 +5 -58 ports/math/libRmath/Makefile 1.10 +0 -3 ports/math/libRmath/distinfo (dead) 1.1 +4 -0 ports/math/libRmath/pkg-plist (new)