Bug 154899 - [PATCH] Limit dynamic space size of SBCL for math/maxima
Summary: [PATCH] Limit dynamic space size of SBCL for math/maxima
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: Brendan Fabeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-20 06:10 UTC by dennylin93
Modified: 2011-04-11 09:13 UTC (History)
0 users

See Also:


Attachments
Makefile.patch (925 bytes, patch)
2011-02-20 06:10 UTC, dennylin93
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dennylin93 2011-02-20 06:10:11 UTC
SBCL sometimes fails to run when --dynamic-space-size isn't set to a reasonable value.

The attached patch allows users to set this value (similar to the lang/sbcl port). The patch is quite ugly, but I don't know of a better way to do this.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-20 06:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bf

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-04-11 09:04:21 UTC
bf          2011-04-11 08:04:08 UTC

  FreeBSD ports repository

  Modified files:
    math/maxima          Makefile distinfo pkg-plist 
  Added files:
    math/maxima/files    patch-doc_info_Makefile.in 
  Removed files:
    math/maxima/files    patch-doc_info_Makefile.am 
  Log:
  - Update to 5.24.0
  - Allow for a limit on memory use [1]
  
  PR:             154899 [1]
  Submitted by:   Denny Lin (different patch) [1]
  
  Revision  Changes    Path
  1.68      +24 -8     ports/math/maxima/Makefile
  1.25      +2 -2      ports/math/maxima/distinfo
  1.2       +0 -29     ports/math/maxima/files/patch-doc_info_Makefile.am (dead)
  1.1       +29 -0     ports/math/maxima/files/patch-doc_info_Makefile.in (new)
  1.24      +9 -3      ports/math/maxima/pkg-plist
_______________________________________________
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 3 Brendan Fabeny freebsd_committer freebsd_triage 2011-04-11 09:13:44 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!