Bug 143076 - update math/libRmath to 2.10.1
Summary: update math/libRmath to 2.10.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-22 04:10 UTC by Pedro F. Giffuni
Modified: 2010-02-02 16:10 UTC (History)
0 users

See Also:


Attachments
file.diff (952 bytes, patch)
2010-01-22 04:10 UTC, Pedro F. Giffuni
no flags Details | Diff
R_slave_diff.txt (5.69 KB, text/plain; charset=US-ASCII)
2010-01-24 01:00 UTC, b. f.
no flags Details
libRmath_slave_diff.txt (3.99 KB, text/plain; charset=US-ASCII)
2010-01-24 01:00 UTC, b. f.
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2010-01-22 04:10:07 UTC
Just a minor update
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-22 04:10:21 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-22 04:10:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2010-01-22 05:27:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 4 b. f. 2010-01-22 06:47:07 UTC
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.
Comment 5 b. f. 2010-01-24 01:00:18 UTC
---------- 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.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-02-02 16:04:36 UTC
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"
Comment 7 Martin Wilke freebsd_committer freebsd_triage 2010-02-02 16:04:52 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!