Just a minor update
Maintainer of math/libRmath, Please note that PR ports/143076 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/143076 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Yes, I already sent an identical patch to Martin via email on 26 Dec., soon after we updated math/R. I guess he hasn't had time to commit it yet, or it got lost amidst his other work. b.
---------- Forwarded message ---------- From: "b. f." <bf1783@googlemail.com> Date: Sat, 23 Jan 2010 19:58:40 -0500 Subject: Re: ports/143076: update math/libRmath to 2.10.1 To: miwi@freebsd.org On 1/23/10, b. f. <bf1783@googlemail.com> wrote: > On 1/22/10, miwi@freebsd.org <miwi@freebsd.org> wrote: >> Synopsis: update math/libRmath to 2.10.1 >> >> Responsible-Changed-From-To: freebsd-ports-bugs->miwi >> Responsible-Changed-By: miwi >> Responsible-Changed-When: Fri Jan 22 05:27:45 UTC 2010 >> Responsible-Changed-Why: >> I'll take it. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=143076 >> > > Martin: > I had to make some changes to math/R, because of another > request. Prodded by Pedro, I decided to make math/libRmath a slave > port of math/R, to save future effort in updates of this kind. So if > you have not already committed changes to math/libRmath, wait for a > little while, so that I can send you a new patch. > > Regards, > b. > Here are the (interdependent) patches, one for math/R, and one for math/libRmath. They make math/libRmath a slave port of math/R; add an option to build libR into a static, rather than a shared library (requested by a user); and, to be safe, mark math/R as MAKE_JOBS_UNSAFE (someone marked math/libRmath as MAKE_JOBS_UNSAFE earlier, so I'm anticipating that the math/R port may suffer from the same problems). I tried to do this in a way that would minimize the diffs against the current versions. Unfortunately, it results in more clutter in the math/R Makefile, but at least it will save the trouble of doing separate commits for updates to math/R and math/libRmath. b.
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 <giffunip@tutopia.com> "b. f." <bf1783@googlemail.com> (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) _______________________________________________ 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"
State Changed From-To: feedback->closed Committed. Thanks!