Bug 149281 - [PATCH] lang/sbcl: update to 1.0.40.0 and fix --dynamic-space-size
Summary: [PATCH] lang/sbcl: update to 1.0.40.0 and fix --dynamic-space-size
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: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-04 17:00 UTC by Jimmy Olgeni
Modified: 2010-09-23 15:20 UTC (History)
1 user (show)

See Also:


Attachments
sbcl-1.0.40.0.patch (8.60 KB, patch)
2010-08-04 17:00 UTC, Jimmy Olgeni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2010-08-04 17:00:23 UTC
- Update to 1.0.40.0
- Patch a few files to use the exported LISP_EXTRA_ARG variable,
  thus respecting --dynamic-space-size on every sbcl invocation.
  Without this, the port fails to build even if DYNAMIC_SPACE_SIZE
  is set to a proper value.

Added file(s):
- files/patch-doc_manual_make-tempfiles.sh
- files/patch-install.sh
- files/patch-make-target-2.sh
- files/patch-make-target-contrib.sh
- files/patch-tests_subr.sh

Port maintainer (stas@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-04 17:00:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-23 15:16:00 UTC
olgeni      2010-09-23 14:15:52 UTC

  FreeBSD ports repository

  Modified files:
    lang/sbcl            Makefile distinfo pkg-plist 
  Added files:
    lang/sbcl/files      patch-doc_manual_make-tempfiles.sh 
                         patch-install.sh patch-make-target-2.sh 
                         patch-make-target-contrib.sh 
                         patch-tests_subr.sh 
  Log:
  - Update to 1.0.40.0
  
  - Patch a few files to use the exported LISP_EXTRA_ARG variable,
  thus respecting --dynamic-space-size on every sbcl invocation.
  Without this, the port fails to build even if DYNAMIC_SPACE_SIZE
  is set to a proper value.
  
  PR:             ports/149281
  Submitted by:   olgeni
  Approved by:    maintainer timeout (50 days)
  
  Revision  Changes    Path
  1.76      +4 -3      ports/lang/sbcl/Makefile
  1.61      +3 -3      ports/lang/sbcl/distinfo
  1.1       +14 -0     ports/lang/sbcl/files/patch-doc_manual_make-tempfiles.sh (new)
  1.3       +14 -0     ports/lang/sbcl/files/patch-install.sh (new)
  1.1       +19 -0     ports/lang/sbcl/files/patch-make-target-2.sh (new)
  1.1       +14 -0     ports/lang/sbcl/files/patch-make-target-contrib.sh (new)
  1.1       +14 -0     ports/lang/sbcl/files/patch-tests_subr.sh (new)
  1.42      +28 -7     ports/lang/sbcl/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 Jimmy Olgeni freebsd_committer freebsd_triage 2010-09-23 15:20:12 UTC
State Changed
From-To: open->closed

Committed - hoping I didn't break anything in the process.